{"name":"Eqho MCP Server","version":"2.15.0","vendor":"Eqho AI","server_url":"https://mcp.eqho-solutions.dev/api/mcp","description":"Manage Eqho AI voice agents via the Model Context Protocol","capabilities":{"features":["Create & manage voice agents, campaigns, and calls","Reporting & analytics","Webhooks & CRM integration"]},"setup":{"recommended":{"method":"SSO / browser login","how_to":["1. Add the server URL to your MCP client: https://mcp.eqho-solutions.dev/api/mcp","2. No credentials go in the config — just the URL.","3. On first use, your client opens an Eqho sign-in page in the browser.","4. Sign in with your normal Eqho account; the token is scoped to your org automatically."],"notes":"Nothing sensitive is stored on disk. This is the preferred method for all users."},"alternative":{"method":"API Key","header_name":"X-API-KEY","format":"UUID (get it at https://app.eqho.ai -> Settings -> API Keys)","notes":"For terminal/programmatic setups. Scoped to a single organization."},"optional":{"X-Context-Size":"small|medium|large for response detail level"}},"configuration_examples":{"sso_recommended":{"file":"~/.cursor/mcp.json","note":"Recommended — just the URL, browser login, no credentials stored:","config":{"mcpServers":{"eqho":{"url":"https://mcp.eqho-solutions.dev/api/mcp"}}}},"api_key":{"file":"~/.cursor/mcp.json","note":"Alternative — API key for programmatic/terminal setups:","config":{"mcpServers":{"eqho":{"url":"https://mcp.eqho-solutions.dev/api/mcp","headers":{"X-API-KEY":"YOUR-UUID-API-KEY"}}}}}},"mcp_protocol":{"method":"POST","content_type":"application/json","format":"JSON-RPC 2.0","example":{"jsonrpc":"2.0","id":1,"method":"tools/list"}}}