Socialync

Draft, schedule and publish social posts to 8 platforms from any AI agent. Official APIs only, no scraping.

Documentation

Socialync MCP Server

Official documentation and registry manifest for the Socialync hosted MCP server. Socialync is a cross-posting and scheduling tool for creators: upload once, publish to TikTok, Instagram, YouTube, Facebook, X (Twitter), LinkedIn, Threads, and Bluesky.

This MCP server lets Claude, ChatGPT, and any MCP-compatible AI agent draft, schedule, and publish social media posts through your own OAuth-authorized Socialync account, with human-in-the-loop approval built into the workflow.

Every platform integration runs on the official platform API. No browser automation, no scraping, no unofficial endpoints. Your agent cannot get your account restricted on our behalf.

Duplicate protection means a retry can never publish twice, and failed posts are retried automatically. Both matter when an agent is posting unattended.

Note: Socialync's server is hosted (remote) and closed source. This repository contains the documentation and the MCP Registry manifest only. There is nothing to install or run from here.

Endpoint

https://mcp.socialync.io/mcp

Transport: Streamable HTTP. Authentication: OAuth 2.0 with dynamic client registration. You sign in with your Socialync account in the browser; no API keys are pasted into your client.

MCP and API access are on the free plan. $0, no credit card, 5 posts a month across all 8 platforms. Your agent can connect and publish without anyone reaching for a card. Paid plans start at $20/month for unlimited posts and 5 connected accounts. Plans and pricing.

Limits worth knowing: 1 API key per brand, and 10 AI-created posts per day per brand.

Connect

Claude (claude.ai): Settings, then Connectors, then "Add custom connector", and paste the endpoint URL above. Full walkthrough: Socialync MCP connector guide.

Claude Code:

claude mcp add --transport http socialync https://mcp.socialync.io/mcp

OpenClaw:

openclaw mcp add socialync --url https://mcp.socialync.io/mcp --transport streamable-http
openclaw mcp login socialync

Other MCP clients (generic config):

{
  "mcpServers": {
    "socialync": {
      "type": "streamable-http",
      "url": "https://mcp.socialync.io/mcp"
    }
  }
}

What your agent can do

ToolWhat it does
list_profilesList your Socialync brand profiles
list_connectionsShow which social accounts are connected
check_quotaCheck your remaining post quota
generate_contentGenerate platform-native captions with AI
create_post_draftDraft a post (text, image, or video) for one or more platforms
schedule_post_draftAttach a publish time to a draft
approve_draftHuman approval step before anything goes live
get_draft_statusCheck where a draft is in the pipeline
publish_nowPublish an approved draft immediately
publish_scheduledQueue an approved draft for its scheduled time
get_scheduled_postsList upcoming scheduled posts
delete_scheduled_postCancel a scheduled post
get_post_historyReview published post history and status
get_top_postsSurface your best-performing content
get_analyticsPull follower and engagement analytics
list_mediaBrowse media you have uploaded to Socialync
create_media_upload / finalize_media_uploadUpload images for posting

Text and image posts publish to Instagram, Facebook, X, LinkedIn, Threads, and Bluesky. Video posts, including TikTok and YouTube (title required), are supported through scheduled posts using media hosted in your Socialync library or a public video URL.

Full reference, including recommended call order, per-platform limits, and error handling: docs/tools.md.

How the human stays in the loop

The intended workflow is draft first, publish second. Agents create drafts with create_post_draft; nothing reaches a social network until the draft is approved and explicitly published or scheduled. Posts go out through OAuth connections you authorized in Socialync and can be revoked at any time from your account settings. AI assistants help you draft, schedule, and publish; they do not operate accounts you have not connected and approved.

Agent skill

An OpenClaw skill wrapping this server is published on ClawHub:

openclaw skills install @jackvitick/social-media-scheduler

Links

Support

Questions or issues: open an issue here or email support@socialync.io.

Follow Socialync