{"name":"double-o-seven MCP Server","version":"1.0.0","description":"AI-powered X account authenticity analysis","endpoints":{"mcp":"https://double-o-seven.vercel.app/mcp","web":"https://double-o-seven.vercel.app/","a2a":"https://double-o-seven.vercel.app/a2a"},"tools":[{"name":"audit_x_account","description":"Analyze an X account for bot behavior and calculate authenticity score","inputSchema":{"type":"object","properties":{"handle":{"type":"string","description":"X account handle (with or without @)"}},"required":["handle"]}}],"howToUse":{"curl":"curl -X POST https://double-o-seven.vercel.app/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"tools/list\"}'"}}