Gong MCP Server provides a standardized interface for Claude to access Gong's API, enabling retrieval of call recordings and transcripts. Built with TypeScript and the MCP SDK, it offers tools for listing calls with date filtering and retrieving detailed transcripts with speaker information. The implementation securely authenticates with Gong using API credentials and can be deployed locally or via Docker, making it particularly valuable for analyzing sales conversations, reviewing customer interactions, and extracting insights from recorded calls without leaving the Claude environment.
List Gong calls with optional date range filtering. Returns call details including ID, title, start/end times, participants, and duration. Parameters: fromDateTime (optional string), toDateTime (optional string)
Retrieve transcripts for specified call IDs. Returns detailed transcripts including speaker IDs, topics, and timestamped sentences. Parameters: callIds (array of strings, required)
No reviews yet. Be the first to review!
Sign in to join the conversation