Documentation

SociallyMCP is a hosted Model Context Protocol server that exposes 90+ account-free social media tools over Streamable HTTP (TikTok today, more networks coming). Point any MCP client — Claude, ChatGPT, Gemini, Cursor and more — at the endpoint with your API key and start calling tools. No social account, cookies or proxies required.

Connect a client

Grab an API key from your dashboard, then add the server using one of the snippets below.

claude mcp add --transport http sociallymcp https://mcp.sociallymcp.com/mcp \
  --header "Authorization: Bearer tok_live_xxxxxxxx"

Authentication

Authenticate every connection with your key, either as a bearer token or a query parameter:

  • Authorization: Bearer tok_live_… (recommended)
  • ?key=tok_live_… appended to the URL

Keep your key secret. You can revoke and rotate keys anytime from the dashboard.

Credits & limits

Each successful tool call costs exactly 1 credit. Failed upstream requests are automatically refunded. Your plan sets a monthly credit allowance and a request rate limit.

You can set a stricter spend limit and require manual approval for every tool call from Settings.

Error handling

Tool errors return a clear message your agent can act on:

  • rate_limited — slow down; retry after the suggested delay.
  • quota_exceeded — monthly allowance used; upgrade to continue.
  • not_approved — the tool call was declined.