Gong MCP server
Gong is a Revenue AI platform that captures and analyzes customer conversations across phone, web, and email. An AI agent with access to Gong can retrieve call transcripts, extract deal and sales intelligence, analyze conversation patterns, and provide coaching insights without manually reviewing recordings.
Setting up an MCP server
This article covers the standard steps for creating an MCP server in AI Gateway and connecting it to an AI client. The steps are the same for every integration — application-specific details (API credentials, OAuth endpoints, and scopes) are covered in the individual application pages.
Before you begin
You'll need:
- Access to AI Gateway with permission to create MCP servers
- API credentials for the application you're connecting (see the relevant application page for what to collect)
Create an MCP server
Find the API in the catalog
- Sign in to AI Gateway and select MCP Servers from the left navigation.
- Select New MCP Server.
- Search for the application you want to connect, then select it from the catalog.
Configure the server
- Enter a Name for your server — something descriptive that identifies both the application and its purpose (for example, "Zendesk Support — Prod").
- Enter a Description so your team knows what the server is for.
- Set the Timeout value. 30 seconds works for most APIs; increase to 60 seconds for APIs that return large payloads.
- Toggle Production mode on if this server will be used in a live workflow.
- Select Next.
Configure authentication
Enter the authentication details for the application. This varies by service — see the Authentication section of the relevant application page for the specific credentials, OAuth URLs, and scopes to use.
Configure security
- Set any Rate limits appropriate for your use case and the API's own limits.
- Enable Logging if you want AI Gateway to record requests and responses for auditing.
- Select Next.
Deploy
Review the summary, then select Deploy. AI Gateway provisions the server and provides a server URL you'll use when configuring your AI client.
Connect to an AI client
Once your server is deployed, you'll need to add it to the AI client your team uses. Select your client for setup instructions:
Tips
- You can create multiple MCP servers for the same application — for example, a read-only server for reporting agents and a read-write server for automation workflows.
- If you're unsure which OAuth scopes to request, start with the minimum read-only set and add write scopes only when needed. Most application pages include scope recommendations.
- You can edit a server's name, description, timeout, and security settings after deployment without redeploying.
Authentication
Gong uses OAuth 2.0 authentication. Create an integration in Gong Settings > Ecosystem > API and configure the redirect URI for your AI Gateway. The authorization endpoint is https://app.gong.io/oauth2/authorize and the token endpoint is https://app.gong.io/oauth2/generate-customer-token. Configure scopes based on your needs: api:calls:read:basic, api:calls:read:extensive, api:calls:read:transcript, api:calls:read:media-url, api:users:read, api:workspaces:read, api:stats:scorecards, api:stats:interaction, api:library:read, api:crm:get-objects, api:crm:upload, and others. The API base URL is https://api.gong.io.
Available tools
This MCP server enables call intelligence, transcript retrieval, deal tracking, user and workspace management, and analytics across customer conversations.
| Tool | Description |
|---|---|
| List calls | Retrieve calls with filtering by date range, keywords, and participants |
| Get call | Retrieve complete call information including metadata and structure |
| Get transcript | Retrieve full text transcript with speaker identification |
| Get call recording | Retrieve download link for call audio or video |
| Search calls | Search across calls using keyword and phrase matching |
| Get call insights | Retrieve conversation topics, talk/listen ratio, and engagement metrics |
| List users | Retrieve all users in the workspace with activity data |
| Get user | Retrieve user profile and performance metrics |
| List workspaces | Retrieve available workspaces for the organization |
| Get workspace | Retrieve workspace configuration and settings |
| Get scorecards | Retrieve coaching feedback and performance scores |
| List CRM objects | Retrieve synced CRM data like deals and opportunities |
| Get CRM object | Retrieve specific CRM record linked to calls |
| Create CRM sync | Establish sync between Gong and CRM for automatic updates |
| Get library content | Retrieve shared call collections and best practice libraries |
| List interaction stats | Retrieve team engagement and productivity metrics |
| Analyze competitor mentions | Find calls mentioning specific competitors by name |
| Get deal analytics | Retrieve deal-specific call metrics and status |
| Find successful calls | Retrieve calls with positive outcomes for coaching examples |
| Extract action items | Retrieve action items and next steps identified in calls |
Tips
Wait several hours before attempting to retrieve transcripts for newly recorded calls, as Gong processes calls after they're uploaded or recorded.
Map speaker numbers to participants using call metadata to determine who said what, since transcripts include speaker labels (Speaker 1, Speaker 2, etc.) but not always with person names.
Enable Gong's CRM sync with your sales system to automatically link calls to deals, eliminating the need for manual call-to-deal association in your integration.
Note that callIds and workspaceId are mutually exclusive — you cannot provide both in the same request, so choose one filtering approach when searching calls.
Download recording URLs immediately or store them in your own storage system, as download URLs from Gong expire within 48 hours.
Cequence AI Gateway