Gong MCP Server
Related Servers
Alternatives to Gong MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceProvides tools to access Gong call data, including listing calls, retrieving details and transcripts, searching across transcripts, and listing users.510 npmMIT
- 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 gradedqualityDmaintenanceEnables integration with Gong's sales platform through MCP, providing access to tools and services for sales engagement tracking and analytics.1MIT
TDQS
Scored across 15 tools
Most tools have clearly distinct purposes, but search_calls and search_calls_by_account overlap somewhat since search_calls already supports customerName filtering via email domain. However, the custom account search tool explicitly explains its unique post-filtering role, reducing confusion.
All tools follow a consistent verb_noun pattern using snake_case: list_*, get_*, search_*. Multi-word names like search_calls_by_account and get_library_folder_calls are consistent with this pattern. There are no mixed conventions or vague verbs.
15 tools is within the well-scoped range for a comprehensive read-only API integration. Each tool covers a specific need such as call search, summary, transcript, user lookup, trackers, workspaces, and library folders, without unnecessary bloat.
The tool set covers the full lifecycle of exploring Gong call data: searching/filtering calls, retrieving metadata/summaries/transcripts, resolving users, managing trackers, and accessing library folders. There are no obvious dead ends—every tool feeds into others or serves a standalone purpose.