{
  "name": "xactions",
  "title": "XActions",
  "version": "1.0.0",
  "description": "Public X/Twitter reads for AI agents. No API key, no account, no install.",
  "servers": [
    {
      "type": "streamable-http",
      "url": "https://xactions.app/mcp",
      "protocolVersion": "2025-06-18",
      "supportedProtocolVersions": [
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
      ],
      "authentication": "none"
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": true
  },
  "toolNames": [
    "x_profile",
    "x_posts",
    "x_post",
    "x_thread",
    "x_video",
    "xactions_docs"
  ],
  "documentation": "https://xactions.app/docs/mcp-remote",
  "source": "https://github.com/nirholas/XActions"
}