mcpserver.lol
registry/gongio-mcp
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 tools

Read 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_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_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_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…
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.
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_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_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…
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…
search_transcripts from source
Free-text keyword search across call transcripts within a bounded date range. Use for ad-hoc searches like
search_users from source
Search and filter users by IDs or creation date. More flexible than list_users for resolving specific user IDs from call data.