{"name":"Eqho MCP Server","version":"2.12.0","description":"Complete Eqho platform access via Model Context Protocol","capabilities":{"tools":55,"prompts":12,"resources":25,"features":["Full CRUD","Webhooks","Auto-detect account_id"]},"setup":{"auth_option_1":{"method":"API Key","header_name":"X-API-KEY","format":"UUID (e.g., 77cf2a00-ef7e-4ed6-ac8a-5b731358b866)","how_to_get":["1. Log into https://app.eqho.ai","2. Go to Settings -> API Keys","3. Copy your API key (UUID format)","4. Add to MCP headers as X-API-KEY"]},"auth_option_2":{"method":"Email/Password","headers":["X-Eqho-Email","X-Eqho-Password"],"optional_headers":["X-Target-Org (superadmin impersonation)"],"notes":"Tokens are managed automatically. No manual refresh needed."},"optional":{"X-Context-Size":"small|medium|large for response detail level","X-Account-ID":"Explicit account ID (usually auto-detected)"}},"configuration_examples":{"api_key":{"file":"~/.cursor/mcp.json","config":{"mcpServers":{"eqho":{"url":"https://vercel-7h8y5kuhw-kyle-8591s-projects.vercel.app/api/sse","headers":{"X-API-KEY":"YOUR-UUID-API-KEY"}}}}},"email_password":{"file":"~/.cursor/mcp.json","config":{"mcpServers":{"eqho":{"url":"https://vercel-7h8y5kuhw-kyle-8591s-projects.vercel.app/api/sse","headers":{"X-Eqho-Email":"your@email.com","X-Eqho-Password":"your-password"}}}}}},"mcp_protocol":{"method":"POST","content_type":"application/json","format":"JSON-RPC 2.0","example":{"jsonrpc":"2.0","id":1,"method":"tools/list"}}}