MCP Server

Outstand's MCP (Model Context Protocol) server lets you manage social media across 10 platforms directly from AI agents like 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 25 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.

What you can do

Posts (7 tools)

ToolDescription
create_postPublish or schedule posts to one or more platforms
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
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. An API key (generate one from your dashboard)
  3. At least one connected social account
  4. An MCP-compatible AI client (Claude Desktop, Claude Code, Cursor, Windsurf, etc.)

Next steps