quo.com
Quo is a business phone and customer communication platform for calls, text messages, contacts, and related workflow data. It provides shared workspace access to conversations, users, calls, tasks, and integrations for businesses.
Quo exposes two versioned REST API surfaces at https://api.quo.com authenticated by Quo-issued API keys, plus an official remote MCP server at https://mcp.quo.com/mcp using OAuth-based account connection.
- Quo MCP serverdetected
- Quo API v1discovered
In the Quo app, go to Workspace Settings → API and click Generate API key. You must be a workspace owner or admin. Quo recommends one key per integration and storing it in a secrets manager or environment variable. See Authentication.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing