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), toDateTime (string, optional)
retrieve_transcripts
Retrieve transcripts for specified call IDs. Returns detailed transcripts including speaker IDs, topics, and timestamped sentences. Parameters: callIds (array of strings, required)
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください