Skip to main content

Set up the Gong MCP server

The MintMCP Gong MCP server gives AI agents access to Gong call recordings, transcripts, meeting management, user data, and conversation analytics. This guide covers creating a Gong OAuth integration in the Admin Center and connecting it to the MintMCP-hosted Gong server.

Prerequisites

  • A MintMCP admin account
  • A Gong account with admin access (required to create integrations in the Gong Admin Center)

Create a Gong integration

  1. Go to app.gong.io and sign in as an admin.

  2. Navigate to Admin Center > Settings > Ecosystem > API.

  3. Select the Integrations tab.

  4. Click Create Integration.

  5. Fill in the integration details:

    FieldValue
    NameMintMCP
    DescriptionGong MCP server
    Short descriptionGong MCP server
  6. In the Required authorization scopes section, check all of the following scopes:

    ScopeAccess granted
    api:calls:read:basicRead basic call data
    api:calls:read:transcriptRead call transcripts
    api:calls:createCreate calls
    api:users:readRead user information
    api:stats:interactionRead interaction statistics
    api:stats:user-actionsRead user action statistics
    api:settings:trackers:readRead tracker settings
    api:call-outcomes:readRead call outcomes
    api:workspaces:readRead workspace information
    api:meetings:user:createCreate meetings
    api:meetings:user:updateUpdate meetings
    api:meetings:user:deleteDelete meetings
  7. In the Redirect URI needed for the OAuth authorization code flow field, enter:

    https://app.mintmcp.com/oauth/callback
  8. Fill in the remaining required links:

    FieldValue
    Privacy Policyhttps://www.mintmcp.com/privacy
    Terms & Conditionshttps://www.mintmcp.com/terms
    Help articlehttps://www.mintmcp.com/gong-mcp-setup
    Authorization process beginshttps://app.mintmcp.com
    Emails of contactsYour organization's admin email address
    Domainsapp.mintmcp.com
  9. Click Save.

Copy the client ID and client secret

  1. After saving, Gong displays the integration's Client ID.
  2. Click Show secret to reveal the Client Secret.
  3. Copy both values — you'll need them in the next step.

Set up Gong in MintMCP

  1. Go to app.mintmcp.com/vmcps?tab=manage-store.
  2. Find the Gong MCP server in the list and click to add it to your store.
  3. When prompted, enter:
    • Client ID: paste the Client ID from the previous step
    • Client Secret: paste the Client Secret from the previous step
  4. Click Save.

Security considerations

  • Each user authenticates individually through OAuth, so actions are attributed to their Gong identity and limited by their existing Gong permissions.
  • Store the Client Secret securely — anyone with it can authenticate as your Gong integration.
  • Limit the integration's scopes to only what the Gong MCP server requires. The scopes listed above are the minimum needed.

Next steps