Overview
The Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external data sources. The Converge MCP server lets you query your Converge analytics data directly from AI tools like Claude.Available tools
The Converge MCP server exposes the following tools:| Tool | Description |
|---|---|
list_datasources | List all datasources in the selected workspace |
list_analytics_views | List all saved analytics views in the workspace |
get_analytics_view_data | Retrieve data from a specific saved analytics view |
analytics_query | Run a custom analytics query against your data |
Set up the Converge MCP server
- ChatGPT
- Claude
Enable Developer Mode
Open ChatGPT and navigate to Settings > Advanced Settings and toggle Developer Mode on.
Requires a ChatGPT Pro, Plus, or Team subscription.
Add the Converge MCP server
Go to Settings > Apps & Connectors and click Create. Fill in:
- Connector name:
Converge Analytics - Description:
Query your Converge analytics data - Connector URL:
https://api.runconverge.com/api/mcp/
Authenticate
Authenticate via Google OAuth, see Authentication.