{
  "markdown": "# FastSocial MCP Server\n\nSchedule and manage social media posts across Facebook, Instagram, Twitter/X, LinkedIn, YouTube, TikTok, and Pinterest — directly from Claude.\n\n## Tools\n\n| Tool | Description |\n|---|---|\n| `get_account_info` | View account details, connected platforms, and plan info |\n| `schedule_post` | Schedule a post to any connected platform |\n| `list_posts` | List posts filtered by status or platform |\n| `get_post` | Get a single post by ID |\n| `update_post` | Edit a post's text, scheduled time, or status |\n| `delete_post` | Delete a post |\n| `get_analytics` | View post counts and platform breakdown |\n| `list_connected_platforms` | See all connected social accounts |\n| `list_clients` | List clients (for reseller accounts) |\n| `list_media` | Browse the media library |\n\n## Setup\n\n### 1. Get your FastSocial API Key\n\n1. Log in to [fastsocial.ai](https://fastsocial.ai)\n2. Go to **Settings → API Keys**\n3. Create a new API key with the scopes you need:\n   - `posts:read` — read posts\n   - `posts:write` — create/edit/delete posts\n   - `analytics:read` — view analytics\n   - `platforms:read` — view connected platforms\n\n### 2. Configure Claude Desktop\n\nAdd this to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"fastsocial\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"fastsocial-mcp-server\"],\n      \"env\": {\n        \"FASTSOCIAL_API_KEY\": \"fsk_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n### 3. Run locally (alternative)\n\n```bash\ngit clone https://github.com/fastsocial/mcp-server\ncd mcp-server\nnpm install\nFASTSOCIAL_API_KEY=fsk_your_key npm start\n```\n\n## Example prompts\n\n- \"Schedule a post to Instagram for tomorrow at 9am saying 'Happy Monday!'\"\n- \"Show me all my failed posts from last week\"\n- \"What's my post count breakdown by platform?\"\n- \"Update post abc123 to be scheduled for next Friday at noon\"\n- \"List all my draft posts\"\n\n## Authentication\n\nAll requests use your FastSocial API key passed as a Bearer token. Keys are scoped — a `posts:read`-only key cannot create or delete posts.\n\n## License\n\nMIT\n",
  "bytes": 2058,
  "sha": "d78d60db7fa744df4a417929f2f281a98f81799f80a0e0ec8b31842278f597c3",
  "repo_slug": "socialappsceduler-eng/fastsocial-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_socialappsceduler_eng_fastsoci_83127a9c/readme"
}