Gong
MCP
CRM
12 tools
Access call recordings, transcripts, and deal intelligence from Gong
Installation
Install the typed integration package for your language:
Terminal
$ npm install @leash/integration-gong
Authentication
Set GONG_ACCESS_KEY and GONG_ACCESS_KEY_SECRET — Get API credentials from Gong Settings → API.
Usage
import { LeashIntegrations } from '@leash/sdk'import { createGongClient } from '@leash/integration-gong'const leash = new LeashIntegrations()const client = createGongClient(leash)const result = await client.listCalls()
Available Tools
| Tool | Description |
|---|---|
list_calls | List recent calls |
search_calls | Search calls with filters |
get_call | Get call details by ID |
get_call_summary | Get AI-generated call summary |
get_call_transcript | Get full call transcript |
get_library_folder_calls | Get calls from a library folder |
list_library_folders | List all library folders |
list_workspaces | List all workspaces |
list_users | List all users |
search_users | Search users by name or email |
get_user | Get user details by ID |
get_trackers | Get keyword and phrase trackers |