Connection check
local install
gongio-mcp
MCP server for Gong.io - access calls, transcripts, and users
Tools
15
GitHub stars
—
Installs / wk
1.1k
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
15 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
get_call
from source
Get metadata for a specific Gong call including URL, direction, scope, system, and duration. Faster than get_call_summary when you only need call metadata. Get metadata for a specific Gong call including URL, direction, scope, system, and duration. Faster than get_call_summary when you only need call metadata.
get_call_summary
from source
Get an AI-generated summary of a single call including brief overview, key points, topics, action items, and detailed outline. This is the recommended way to understand a call - us… Get an AI-generated summary of a single call including brief overview, key points, topics, action items, and detailed outline. This is the recommended way to understand a call - use get_call_transcript only if you need exact quotes.
get_call_transcript
from source
Get the raw transcript for a single call with speaker-attributed text. Only use this when you need exact quotes - prefer get_call_summary for understanding call content. Transcript… Get the raw transcript for a single call with speaker-attributed text. Only use this when you need exact quotes - prefer get_call_summary for understanding call content. Transcripts are truncated by default (10KB) to prevent context overflow - use maxLength and offset to paginate.
get_library_folder_calls
from source
get_trackers
from source
List keyword tracker definitions configured in a workspace, including every tracked phrase and which side is tracked (company/customer). Call this before using the trackers filter… List keyword tracker definitions configured in a workspace, including every tracked phrase and which side is tracked (company/customer). Call this before using the trackers filter on search_calls so you know what names exist — workspace admins set these up and naming varies (e.g.,
get_user
from source
Get a specific user profile including name, email, title, phone, and settings. Use to resolve user IDs returned from call data. Get a specific user profile including name, email, title, phone, and settings. Use to resolve user IDs returned from call data.
list_calls
from source
List Gong calls with optional date filtering. Returns minimal call metadata (ID, title, date, duration). Use get_call_summary for details or get_call_transcript for full transcript… List Gong calls with optional date filtering. Returns minimal call metadata (ID, title, date, duration). Use get_call_summary for details or get_call_transcript for full transcript.
list_library_folders
from source
list_users
from source
List all Gong users in the organization. Returns name, email, title, and user IDs. Useful when you need a Gong user ID for search_calls filters like primaryUserIds, though for most List all Gong users in the organization. Returns name, email, title, and user IDs. Useful when you need a Gong user ID for search_calls filters like primaryUserIds, though for most
list_workspaces
from source
search_calls
from source
search_calls_by_account
from source
Find calls involving a specific account/company by matching email domains of external participants. The Gong API does not natively support filtering by account name — this tool fet… Find calls involving a specific account/company by matching email domains of external participants. The Gong API does not natively support filtering by account name — this tool fetches calls in the date range and post-filters on parties[].emailAddress. Auto-paginates up to maxCalls. For external tech-stack joins (e.g.,
search_calls_by_opportunity
from source
Find calls linked to specific CRM Opportunities by ID or name substring. Requires Gong-CRM integration (Salesforce/HubSpot) — calls without CRM linkage will not match. Provide oppo… Find calls linked to specific CRM Opportunities by ID or name substring. Requires Gong-CRM integration (Salesforce/HubSpot) — calls without CRM linkage will not match. Provide opportunityIds OR opportunityNames (or both).
search_transcripts
from source
Free-text keyword search across call transcripts within a bounded date range. Use for ad-hoc searches like Free-text keyword search across call transcripts within a bounded date range. Use for ad-hoc searches like
search_users
from source