Get your MCP URL
While signed in to Ringee, call:Either URL works from any client — the assistant can move between workspaces at runtime with
switch_workspace. See Workspaces.Transport
The endpoint speaks MCP over SSE:
The org-scoped form adds
/:organizationId before /sse and /messages. The messages endpoint requires the sessionId the stream handed you.
Claude Desktop and claude.ai
- claude.ai
- Claude Desktop
- Claude Code
- Cursor
- Open Settings → Connectors → Add custom connector.
- Paste your MCP URL.
- Save, then start a chat and ask Claude to list your Ringee contacts.
localhost will not work.ChatGPT
ChatGPT connectors require OAuth, so they use a different, id-free endpoint:OpenAI issues a distinct verification token per origin. The backend (
api.ringee.io) and a separately deployed ChatGPT MCP server each need their own.Verify the connection
The fastest check is theringee CLI, which connects to the same server:
Self-hosting
Point clients at your own backend instead:BACKEND_URL, so make sure that variable is the public URL of your API — see the Configuration reference.
Next steps
Tool reference
Everything the assistant can call
Safety
How destructive and credit-spending actions are guarded

