Want a free personalized recommendation for your software stack?Get yours
That Marketing Buddy
Home/MCP/Outstand
Outstand

Outstand MCP Server

Yes. Yes. Outstand runs an official remote MCP server at mcp.outstand.so/mcp, live since March 2026, that hands an agent the same 11 social networks its REST API covers.

OFFICIAL MCP✓ alivePublic APIAuth: OAuth (one-click) or Bearer API keyLLMs: Claude (Desktop/Web), Claude Code, ChatGPT, Cursor, Windsurf
MCP status verified 2026-07-20Agent-readiness 9/10
Data from Buddy's database, auto-rechecked weekly

What is the Outstand MCP server?

Outstand's MCP server is not a side project bolted onto a dashboard product. Outstand is an API company, and the MCP server exposes the same surface the REST API does: create and schedule posts, upload media, read analytics, manage connected accounts, across X, LinkedIn, Instagram, TikTok, Facebook, Threads, Bluesky, YouTube, Pinterest, Google Business Profile and Vimeo.

It is a remote streamable HTTP server at mcp.outstand.so/mcp, not a local stdio process you npx into existence. That matters more than it sounds: there is nothing to install, nothing to keep updated, and the same endpoint works from ChatGPT, Claude, Cursor and Windsurf. Signing in is one-click OAuth, or a Bearer API key if you are running headless.

The vendor headlines 27 tools. Worth knowing that this number does not reconcile across its own site: the MCP page and llms.txt say 27, the homepage stat block says 26, another homepage section says 25, and the docs category breakdown adds to 25. The capability groups are consistent even where the count is not, covering posts, social accounts, media, social networks and usage.

For the rest of the picture see the Outstand review, full pricing breakdown, .

Inside Claude / Cursor / Codex

What you can build with the Outstand MCP

Illustrative workflow examples. Exact tool names, parameters, and outputs come from Outstand's MCP server schema — check the docs for the live surface.

outstand-mcp
>Show my top 5 posts by engagement this week
outstand.top_posts({ period: "7d" })
TOP POSTS · LAST 7 DAYS
MCP rundown thread4.2k engagements
Pricing teardown2.8k
Tool comparison1.9k
Quick tip carousel1.4k
Founder story1.1k
Draft a follow-up to the MCP thread?
outstand-mcp
>Schedule a thread across LinkedIn and X for Friday
outstand.schedule({ channels: ["linkedin","x"] })
SCHEDULED · 2 CHANNELS
LinkedInFri 09:00 EST
X / TwitterFri 09:00 EST
outstand-mcp
>Which post type drove the most clicks this month?
outstand.posts_by_type({ metric: "clicks" })
CLICKS BY POST TYPE
Carousel9,420 clicks
Single image4,210
Video2,180
Text-only1,140
TMB SCORE FOR OutstandAgent fit: 9/10
Read review →

Access, auth, and limits

There is no tier-gating to navigate here, which is unusual. Outstand sells one public plan, so MCP access comes with any account at the $19 a month base and costs nothing extra. Posts fired through an agent draw on the same 3,000-post monthly allowance as posts fired through REST, then bill at $0.007 each up to 10,000 and $0.005 above that. The practical consequence is worth saying out loud: an agent in a retry loop spends real money, so the idempotency keys on post creation are a billing safeguard as much as a correctness one.

Auth comes in two shapes. One-click OAuth is the path for ChatGPT, Claude, Cursor and Windsurf, where you add the connector and sign in. For headless or CLI setups you pass a Bearer key instead, and the vendor publishes the exact Claude Code command: claude mcp add -t http -H "Authorization: Bearer ost_your_key" outstand https://mcp.outstand.so/mcp. Probed on 2026-07-20, an unauthenticated call to the endpoint returns 401, so the auth gate is real and the server is live.

Where it works and what to build

Because it is a remote HTTP server rather than a local stdio binary, client support is broad and boring in the good way. ChatGPT, Claude Desktop, Claude web, Claude Code, Cursor and Windsurf are all named by the vendor, with Claude Desktop and Cursor using an mcp-remote wrapper config and everything else connecting directly. Nothing to install per machine, nothing to version-pin.

The workflow it actually earns its place in is the boring operational one, not the demo. Telling an agent to post the same announcement to X and LinkedIn now and schedule it on Threads for 9am tomorrow works, but so does asking it which of last month's posts pulled the most engagement, then drafting follow-ups off the answer, because analytics reads are tools too. For agencies the interesting bit is that connected accounts are unlimited and free, so pointing an agent at forty client profiles does not change the bill.

Which AI clients can use Outstand MCP?

Not every AI assistant supports MCP natively. Per-client picture for Outstand:

ClientSupportNotes
Claude (Desktop/Web)Native MCPAdd as a custom connector and sign in with one-click OAuth.
Claude CodeNative MCPVendor publishes a one-line claude mcp add -t http command with a Bearer key.
ChatGPTNative MCPListed as a supported one-click OAuth client.
CursorNative MCPVendor documents an mcp-remote wrapper config with a bearer header.
WindsurfNative MCPNamed on the vendor's supported-client list.

How to connect Outstand MCP to Claude Desktop

Add this block to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Cursor and Codex use a similar schema.

{
  "mcpServers": {
    "outstand": {
      "command": "npx",
      "args": ["mcp-remote", "<YOUR_MCP_URL>"]
    }
  }
}
// HTTP-transport MCP. Get your <YOUR_MCP_URL> from the vendor dashboard.
// Server source: https://mcp.outstand.so/mcp
// Claude Code (one-liner): claude mcp add outstand <YOUR_MCP_URL> --transport http

Some MCP servers require an API key. Check the source page for setup: mcp.outstand.so/mcp.

Does Outstand MCP cost extra?

Community (free)

The Outstand MCP server is community-built — free to run, but you still pay for your Outstand subscription.

  • Community MCPs are normally self-hosted from a GitHub repo. There's no extra license fee.
  • Your Outstand account still needs whatever plan is required to access the data the MCP server queries.
  • Trade-off: zero MCP cost, but no guarantee it'll keep working when Outstand changes their UI or API.
MCP cost
Free (self-hosted)
Subscription required
Yes (your tool plan)
Maintained by
Community

Outstand also publishes a REST API

Outstand publishes an API, but per-tier gating wasn't extracted automatically.

API docs
Auth method
SDK languages
OpenAPI spec
Webhooks
available
Structured outputs
See Outstand API page

What you can do with Outstand from an AI agent

Three shapes of agent workflow. Pick the row that matches how you actually use Claude / Cursor / Codex day to day.

INDIE / SOLO

Skip the dashboard, ask Claude

  • "What changed this week?" answered in seconds
  • Quick one-off questions without leaving the editor
  • Pipe Outstand data into your personal notes / docs without writing a script
Effort: 30 seconds — paste the config, restart Claude
AGENCY

Run client analysis at agent speed

  • Hand the MCP server to your team — every consultant can ask Claude about any client's Outstand account
  • Multi-account workflows without context-switching the Outstand UI
  • Reports you'd normally spend hours on, done before standup
Effort: An afternoon — set up auth per client
IN-HOUSE TEAM

Production agent workflows

  • Embed in your internal Codex / Cursor agents that triage Outstand data daily
  • Combine with other MCP servers in a multi-step agent chain
  • Constrain agents to read-only roles to keep production Outstand safe
Effort: Days — security review + role config

Limits and gotchas

  • Fallback: the REST API works for any flow the MCP server doesn't cover.
  • Rate limits: MCP calls count against your underlying Outstand API quota. Burst usage from a curious agent can drain a daily allowance fast.
9/10

Agent-readiness verdict

One of the better social MCP servers you can point an agent at, because it is the product rather than a demo of the product. Real remote endpoint, one-click OAuth, same 11 networks as the API, and idempotency keys underneath so a retrying agent does not double-post. The wobbling tool count is a documentation smell, not a functional one, but it is the sort of thing worth checking against the live tool list before you build around a specific tool name.

Scored by Joonas (TMB).

Outstand MCP & API FAQ

Is the Outstand MCP server official?+
No — it's a community build, not maintained by Outstand. Expect occasional drift and check the README before depending on it for production agents.
Can I use the Outstand MCP with Cursor or Codex?+
Yes — MCP is a protocol, not Claude-specific. Any MCP-capable client (Cursor, Codex, Windsurf, Zed) can use the same server config with minor path adjustments.
Does Outstand support webhooks?+
Yes — webhooks are available on standard plans.

Sources

Data verified by Joonas on the dates shown. MCP server status auto-rechecked weekly.

Joonas Rotko
Joonas RotkoAuthor & Founder of That Marketing Buddy

10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.

Outstand

Try Outstand
WEEKLY NEWSLETTER

The marketing tools worth your money, scored for AI agent readiness

Every week I score the tools for MCP, API, and agent-readiness, then email you the ones that actually deliver, what plugs into Claude and Cursor, the pricing changes, and what to skip. No fluff, no daily spam.

Join for free. One email a week, unsubscribe anytime.