Skip to main content

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:
ToolDescription
list_datasourcesList all datasources in the selected workspace
list_analytics_viewsList all saved analytics views in the workspace
get_analytics_view_dataRetrieve data from a specific saved analytics view
analytics_queryRun a custom analytics query against your data

Set up the Converge MCP server

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 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/
3

Authenticate

Authenticate via Google OAuth, see Authentication.

Authentication

The Converge MCP server uses Google OAuth for authentication. On your first interaction, a browser window opens automatically with a Google sign-in. Use the same Google account you use to access Converge. The session persists, so you only need to authenticate once per session.