MCP Server

Manage social media across 10 platforms from AI agents like ChatGPT, Claude, Cursor, and Windsurf using the Outstand MCP server.

Outstand's MCP (Model Context Protocol) server lets you manage social media across 10 platforms directly from AI agents like ChatGPT, Claude, Cursor, or Windsurf - using natural language.

Instead of writing API calls, you just talk to your AI:

  • "Post this to X and LinkedIn"
  • "Schedule a tweet for tomorrow at 9am"
  • "How did my last Instagram post perform?"
  • "Upload this image and post it to Threads"

The MCP server exposes 28 tools that cover everything: posting, scheduling, analytics, media management, account management, and more.

How it works

The Model Context Protocol is an open standard that allows AI agents to interact with external tools and services. Outstand's MCP server acts as a bridge between your AI agent and the Outstand API - giving your AI full access to social media management capabilities.

You → AI Agent (Claude, Cursor, etc.) → Outstand MCP Server → Social Media Platforms

Your AI agent automatically discovers the available tools and knows how to use them. You just describe what you want in plain language.

Connecting

There are two ways to authenticate:

  • One-click OAuth (recommended) - add Outstand as a custom connector, sign in once in the browser, and pick which organization to grant access to. No API key to manage. Works with ChatGPT, Claude, Cursor, and any client that supports remote MCP connectors.
  • API key - pass an Outstand API key as a Bearer token. Ideal for CLI clients like Claude Code and other headless setups.

Both methods use the same server URL, https://mcp.outstand.so/mcp. See the setup guide for step-by-step instructions per client.

What you can do

Posts (10 tools)

ToolDescription
create_postPublish or schedule posts to one or more platforms
update_postUpdate a draft or scheduled post before it publishes
list_postsQuery posts with filters and pagination
get_postGet details of a specific post
get_post_analyticsFetch engagement metrics (likes, comments, shares, views, reach)
delete_postDelete or cancel a scheduled post
delete_remote_postDelete the published post on the social platform itself
repost_postRepost (reshare) a published post, with an optional quote where supported
create_replyReply to a published post
get_repliesFetch comments and replies on a post

Social Accounts (6 tools)

ToolDescription
list_social_accountsList all connected social accounts
get_social_accountGet details of a specific account
delete_social_accountDisconnect a social account
connect_blueskyConnect a Bluesky account (handle + app password)
get_account_metricsGet follower and engagement metrics over a date range
list_pinterest_boardsList available Pinterest boards for pin creation

Media (5 tools)

ToolDescription
upload_mediaGet a presigned upload URL for images or videos
confirm_media_uploadConfirm an upload and get the public URL
list_mediaList all media files in your organization
get_mediaGet details of a specific media file
delete_mediaDelete a media file

Social Networks (6 tools)

ToolDescription
create_social_networkStore OAuth credentials for a platform (BYOK)
list_social_networksList configured platforms
get_social_networkGet platform configuration details
update_social_networkUpdate or rotate OAuth credentials
delete_social_networkRemove a platform configuration
get_auth_urlGenerate an OAuth authorization URL

Account (1 tool)

ToolDescription
get_account_usageView usage stats, billing period, and account limits

Supported platforms

The MCP server supports all 10 platforms available through the Outstand API:

  • X (Twitter) - tweets, threads, media
  • LinkedIn - company pages, personal profiles, articles
  • Instagram - posts, stories, reels, collaborators
  • Facebook - page posts, media
  • Threads - text posts, media, geo-restrictions
  • TikTok - video uploads, privacy controls, duet/stitch settings
  • YouTube - video uploads, shorts, categories, privacy
  • Bluesky - posts, media (direct handle + app password auth)
  • Pinterest - pins with board selection, links, alt text
  • Google Business - standard posts, events, offers, call-to-actions

MCP Resources

In addition to tools, the MCP server exposes two read-only resources that give your AI ambient context:

  • outstand://social-accounts - All connected accounts with network, username, and status
  • outstand://supported-networks - List of supported platforms with features and OAuth requirements

These let your AI stay aware of your accounts and capabilities without repeated tool calls.

Prerequisites

  1. An Outstand account (sign up free)
  2. At least one connected social account
  3. An MCP-compatible AI client (ChatGPT, Claude Desktop, Claude, Claude Code, Cursor, Windsurf, etc.)
  4. For the API key method only: an API key (generate one from your dashboard). OAuth connectors need no key.

Next steps