Use this file to discover all available pages before exploring further.
Pull analytics data, compare performance, and ask follow-up questions without leaving the chat. See the overview for the full list of available tools and authentication details.
Connect through Anthropic’s web or desktop app at claude.ai. Free accounts support only one custom connector; Pro or Team subscriptions allow adding more.
1
Open Connectors settings
Open Claude and navigate to Settings > Connectors.
2
Add the Converge connector
Click Add custom connector and fill in:
Name: Converge Analytics
URL: https://app.runconverge.com/api/mcp
3
Authenticate
Start a new conversation and ask a question that triggers the Converge tools (e.g., “List my Converge workspaces”). A browser window opens for Google sign-in. Use the same Google account you use to access Converge.
4
Allow the Converge domain
Go to Settings > Capabilities and scroll to Additional allowed domains.
Add app.runconverge.com to the list.
This lets the AI agent download content directly from Converge servers, which saves tokens, uses less context, and makes queries faster.
Claude Code is Anthropic’s agentic coding tool that runs in your terminal or
as an IDE extension. If you’re using Claude at claude.ai,
use the Claude tab instead.
1
Add the MCP server
Run the following in your terminal:
claude mcp add -t http -s user Converge "https://app.runconverge.com/api/mcp"
2
Start Claude Code
claude
3
Authenticate
Inside the Claude Code session, run /mcp to trigger the authentication flow. A browser window opens for Google sign-in. Use the same Google account you use to access Converge.
Connect through OpenAI’s web or desktop app at chatgpt.com. Requires a Pro, Plus, or Team subscription.
1
Enable Developer Mode
Open ChatGPT and navigate to Settings > Advanced Settings and toggle Developer Mode on. Requires a ChatGPT Pro, Plus, or Team subscription.
2
Add the Converge connector
Go to Settings > Apps & Connectors and click Create. Fill in:
Start a new conversation and ask a question that triggers the Converge tools (e.g., “List my Converge workspaces”). A browser window opens for Google sign-in. Use the same Google account you use to access Converge.
For MCP clients that don’t support the interactive OAuth flow, authenticate with a personal API key instead.
1
Create a personal API key
Go to Settings > Personal API Keys and click Create personal API key. Fill in a Name, pick an Expiration, then click Create.
2
Copy the key
Keys start with cvg_ and are shown only once, so copy it somewhere safe right away. The key inherits your own access and sees the same workspaces and data you do.
Treat it like a password and don’t share it. You can revoke a key at any time from the same settings page.
3
Add the key to your MCP client
Pass the key as a bearer token in the Authorization header:
You should see your workspace names returned. If your account has access to multiple workspaces, specify the one you want by name in your prompt (e.g., “Show me last week’s spend for Acme US”).