Gong
Summary
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.
Available Actions(2)
list_calls
List Gong calls with optional date range filtering. Returns call details including ID, title, start/end times, participants, and duration. Parameters: fromDateTime (string, optional) - Start date/time in ISO format, toDateTime (string, optional) - End date/time in ISO format.
retrieve_transcripts
Retrieve transcripts for specified call IDs. Returns detailed transcripts including speaker IDs, topics, and timestamped sentences. Parameters: callIds (array of strings, required) - Array of Gong call IDs to retrieve transcripts for.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论