Gong-MCP
Related Servers
Alternatives to Gong-MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceProvides access to Gong.io sales conversation data, enabling users to query calls, retrieve transcripts, list users, and search calls with date filtering and pagination.15372 npm21MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying Gong calls and transcripts through natural language, allowing users to list calls with date filtering and retrieve detailed transcripts with participant context.MIT
- AlicenseNot gradedqualityCmaintenanceWraps the Gong API v2 to list users and retrieve call data through natural language queries.5 npmMIT
- AlicenseNot gradedqualityCmaintenancea full-surface Model Context Protocol gateway to the Gong REST API (calls, transcripts, users, activity, scorecards, coaching, CRM). Full API coverage, zero prerequisites, bring your own credentials.32 npm1MIT
- AlicenseAqualityDmaintenanceMCP server for the Gong API, enabling search and retrieval of calls, transcripts, attendees, next steps, and more.7535 npmMIT
- AlicenseNot gradedqualityCmaintenanceMCP server for interacting with Gong's sales engagement platform, enabling access to call recordings, analytics, and CRM data.MIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: listing calls, getting call details, retrieving transcripts, searching transcripts, and listing users. Descriptions explicitly clarify boundaries, such as get_call_details vs get_transcripts vs search_calls.
Mostly consistent verb_noun pattern (list_calls, get_call_details, get_transcripts, search_calls, get_users), but 'get_call_details' adds '_details' while others are simple. Minor deviation but still predictable.
Five well-scoped tools that each cover a distinct aspect of Gong call data retrieval and user mapping. No redundancy or missing obvious operations.
Covers core read-only workflows: listing calls, getting details, transcripts, searching, and user listing. Missing write operations (e.g., create/update call notes) but likely out of scope for an MCP server focused on data access.