← Back to Plugins
MCP Server MCP

SocialSwarm

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Turn an article into several X/Twitter thread drafts, each with a different hook

Homepage Verified source

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://social-swarm.vercel.app/api/mcp",
      "headers": [
        {
          "description": "Bearer token using a SocialSwarm API key. Create one free at https://social-swarm.vercel.app/account — the free tier covers 20 requests per month.",
          "isRequired": true,
          "isSecret": true,
          "placeholder": "Bearer ss_live_...",
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...