SocialAPI.AI is a social media API for AI agents, exposed as an MCP (Model Context Protocol) server. Once connected, your AI assistant can list accounts, fetch comments, reply, send DMs, publish posts, and more through natural language. MCP Server URL:Documentation Index
Fetch the complete documentation index at: https://docs.social-api.ai/llms.txt
Use this file to discover all available pages before exploring further.
https://api.social-api.ai/mcp
Authentication is handled automatically via OAuth 2.1 with PKCE - no API key is needed in the configuration.
Choose your platform
Claude
Web, Desktop, Claude Code, Mobile
ChatGPT
Web, Desktop, Mobile
Mistral / Le Chat
Web, Mobile
Cursor
Config file or Settings UI
VS Code + Copilot
Config file or Command Palette
Available tools
Your AI assistant has access to 31 tools covering all SocialAPI.AI functionality:| Category | What the assistant can do |
|---|---|
| Accounts | List connected accounts, connect new accounts, view platform metadata |
| Posts | List posts, create, update, delete, retry failed posts |
| Publishing | Upload media, get upload URLs, verify uploads |
| Comments | Fetch comments, reply, moderate (hide/unhide/delete), toggle comments on/off |
| DMs | List conversations, read threads, send messages |
| Reviews | Fetch reviews, reply to reviews |
| Mentions | Fetch mentions across platforms |
| Usage | Check resource usage (accounts, posts, interactions, storage) and platform limits |
| Keys | List, create, and revoke API keys |
| Webhooks | List, create, update, and delete webhook endpoints |
| Users | View and update profile, delete account |
| Feedback | Send feedback to the SocialAPI.AI team |
Troubleshooting
Authorization fails or loops - Make sure pop-ups are not blocked in your browser when the OAuth window opens. Some browser extensions (ad blockers, privacy tools) can interfere with the redirect. Tool calls fail with 401 - Your OAuth session may have expired. Remove the SocialAPI.AI connection and re-add it to trigger a fresh authorization. “MCP server not responding” - Verify the URL is exactlyhttps://api.social-api.ai/mcp. Check status.social-api.ai for any ongoing incidents.