← Back to Plugins
MCP Server MCP

Xcatcher — Recent X Posts

github By github 👁 1 views ▲ 0 votes

Fetch recent public X/Twitter posts by named handle for monitoring, comparison, OSINT, and research.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://xcatcher.top/mcp/",
      "headers": [
        {
          "description": "Optional Xcatcher API key for account tools. Discovery and direct x402 tools work without it.",
          "isSecret": true,
          "placeholder": "Bearer xc_live_...",
          "name": "Authorization"
        },
        {
          "description": "Request JSON responses from the stateless Remote MCP server.",
          "default": "application/json",
          "name": "Accept"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...