MCP server exposing 5 tools for gong.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/gong/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
gong_list_calls — List recorded calls from your workspace with optional date filtering. Returns call IDs, dates, participants, duration, and engagement metrics. Supports pagination for large result sets.gong_get_call — Get full details for a specific call by ID. Returns participants, duration, call metadata, engagement metrics, and key moments.gong_get_transcript — Retrieve the full conversation transcript for a call with speaker names, timestamps, and dialogue. Use after gong_get_call to analyze specific conversations.gong_list_users — List all users in your workspace. Returns user names, IDs, email addresses, roles, and activity status.gong_search_calls — Search calls by keyword or phrase (e.g., 'pricing', 'objection', 'budget'). Returns matching calls ranked by relevance.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/gong/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io