https://mcp.revdesk.com/mcp
Discovery: https://mcp.revdesk.com/.well-known/mcp
Connect
Create an API key in Settings → API Keys, grant only the scopes the agent needs, then configure your MCP client with the server URL and anAuthorization: Bearer rv_… header.
Tools
The MCP layer calls the same v1 endpoints as the official TypeScript SDK.
Scope checks, rate limits, idempotency, and tenant isolation are therefore enforced consistently.
Security and approvals
Tools that send messages, place calls, buy numbers, or hang up calls change external state or incur cost. Your agent host should require user approval before invoking them. For read-only discovery, use a separate key containing only the necessary:read scopes.
The protected-resource metadata at
https://mcp.revdesk.com/.well-known/oauth-protected-resource lists every supported scope and the
accepted bearer method.