communication
Gong MCP, CLI, and Lua Integration for AI Agents
Gong integration docs for AI agents: MCP gateway setup, Gong CLI commands, Lua API reference, credentials, and function schemas.
8 functions 8 read 0 write API key auth
Gong for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
gong- route_slug
gong- package
gong- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Gong CLIHeadless setup and direct function calls. Gong MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Gong MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Gong.
Claude Code Gong MCP setup for Claude Code. Cursor Gong MCP setup for Cursor. Codex Gong MCP setup for Codex. OpenAI Agents Gong MCP setup for OpenAI Agents SDK. Claude Agent SDK Gong MCP setup for Claude Agent SDK. Vercel AI SDK Gong MCP setup for Vercel AI SDK. LangChain Gong MCP setup for LangChain. LangGraph Gong MCP setup for LangGraph. CrewAI Gong MCP setup for CrewAI. MCP clients Gong MCP setup for Generic MCP Clients.
Gong CLI Matrix
Use these pages for direct Gong CLI workflows in scripts, CI, cron, and agent wrappers.
CI Gong CLI for CI. Cron Jobs Gong CLI for cron jobs. Shell Scripts Gong CLI for shell scripts. Headless Automation Gong CLI for headless automation. Coding Agents Gong CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
gong.gong_list_calls | Read read | 6 | List call recordings from Gong. Filter by date range, participants, or other criteria. Returns call metadata including title, duration, participants, and timestamps. |
gong.gong_get_call | Read read | 1 | Get detailed information about a specific call in Gong, including metadata, participants, and tracking data. |
gong.gong_list_transcripts | Read read | 5 | List call transcripts from Gong. Filter by download date, call type, or status. Returns transcript metadata including call ID, language, and processing status. |
gong.gong_get_transcript | Read read | 1 | Get the full transcript of a specific call in Gong, including speaker turns, timestamps, and transcript metadata. |
gong.gong_list_users | Read read | 2 | List users in the Gong workspace. Returns user details including name, email, title, and manager. |
gong.gong_list_deals | Read read | 6 | List deals tracked in Gong. Filter by date range or pipeline stage. Returns deal metadata including name, stage, amount, and associated users. |
gong.gong_list_interactions | Read read | 5 | List customer interactions tracked in Gong. Filter by date range, activity type, or participants. Returns interaction metadata including type, duration, and parties involved. |
gong.gong_get_current_user | Read read | 0 | Get the currently authenticated Gong user profile. Useful for verifying credentials and understanding whose data is being accessed. |