{
  "name": "xbird",
  "displayName": "xbird — Twitter/X MCP Server",
  "description": "Twitter/X access for AI agents: read, search, post, engage across 248 tools. Pay-per-call via x402 micropayments. No signup, no API keys.",
  "version": "0.4.6",
  "packages": {
    "npm": "@checkra1n/xbird"
  },
  "transports": [
    {
      "type": "stdio",
      "command": "npx @checkra1n/xbird",
      "note": "Recommended: run locally from your own IP with zero config.",
      "clients": ["Claude Code", "Claude Desktop", "Cursor", "Windsurf"]
    },
    {
      "type": "streamable-http",
      "url": "https://xbirdapi.up.railway.app/mcp",
      "note": "Hosted gateway — disabled by default; self-host with XBIRD_ENABLE_REMOTE_MCP=1."
    }
  ],
  "authentication": {
    "type": "x402",
    "description": "Per-call micropayments via x402 (USDC on Base). No signup or developer account. Bring your own Twitter cookies (auth_token + ct0).",
    "docs": "https://xbird.dev/docs"
  },
  "toolCount": 248,
  "cliCommands": 121,
  "endpoints": {
    "openapi": "https://xbird.dev/openapi.json",
    "apiBase": "https://xbirdapi.up.railway.app",
    "agentCard": "https://xbirdapi.up.railway.app/.well-known/agent.json",
    "serverCard": "https://xbirdapi.up.railway.app/.well-known/mcp/server-card.json",
    "protectedResource": "https://xbird.dev/.well-known/oauth-protected-resource.json",
    "restToolsList": "https://xbirdapi.up.railway.app/api/tools",
    "docs": "https://xbird.dev/docs",
    "llmsTxt": "https://xbird.dev/llms.txt",
    "llmsFullTxt": "https://xbird.dev/llms-full.txt"
  },
  "repository": "https://github.com/checkra1neth/xbird",
  "license": "MIT"
}
