4,500+ servers built on MCP Fusion
Vinkius
Gong logo
Vinkius
Vercel AI SDK logo

How to Use the Gong MCP in Vercel AI SDK

Stream Gong call data directly into your Vercel AI SDK interface for real-time revenue visibility.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Gong MCP on Cursor AI Code Editor MCP Client Gong MCP on Claude Desktop App MCP Integration Gong MCP on OpenAI Agents SDK MCP Compatible Gong MCP on Visual Studio Code MCP Extension Client Gong MCP on GitHub Copilot AI Agent MCP Integration Gong MCP on Google Gemini AI MCP Integration Gong MCP on Lovable AI Development MCP Client Gong MCP on Mistral AI Agents MCP Compatible Gong MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Vercel AI SDK

Connect Gong MCP to Vercel AI SDK

Create your Vinkius account to connect Gong to Vercel AI SDK and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Real-time call data in your UI

Feed Gong transcripts into your React components as they stream. You use `get_transcript` to pull the raw text while the AI processes it, showing your users exactly what was said during a sales meeting. This bypasses the need for static reports. Your interface displays the conversation flow instantly, allowing the AI to highlight key moments without waiting for a backend process to finish.

Interactive revenue intelligence

Trigger `get_interaction_stats` to update your dashboard metrics live. Your agents analyze the volume of calls and talk ratios, then push the results straight to the user's browser. Everything stays in the stream. By using `list_trackers`, you identify specific keywords mentioned in active calls and update the UI context dynamically.

Direct call management

Execute `get_call` to pull specific metadata for any interaction. You can build custom interfaces that allow users to jump into specific call details from their own dashboards. This MCP Server provides the raw data your frontend needs to render complex views. You control the delivery, ensuring the user sees the most relevant information without extra latency.

Setup guide

Set up Gong MCP in Vercel AI SDK

Prerequisites

  • Node.js 18+ and a TypeScript project
  • ai + @modelcontextprotocol/sdk packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install ai @modelcontextprotocol/sdk plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Create the Streamable HTTP transport

    Use StreamableHTTPClientTransport with your Vinkius endpoint URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and use tools

    Call mcpClient.tools() to auto-discover all Gong tools. Pass them directly to generateText() or streamText() — no manual schema definitions needed.

  4. 4

    Works with any model provider

    Swap openai("gpt-4o") for any AI SDK provider — Anthropic, Google, Mistral. The MCP tools work identically across all supported models.

index.ts
import { experimental_createMCPClient as createMCPClient } from "ai";
import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";

const transport = new StreamableHTTPClientTransport(
  new URL("https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
);

const mcpClient = await createMCPClient({ transport });
const tools = await mcpClient.tools();

const { text } = await generateText({
  model: openai("gpt-4o"),
  tools,
  prompt: "List recent Gong transactions",
});

console.log(text);
await mcpClient.close();

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Gong. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Gong MCP in Vercel AI SDK

You use the `search_calls` tool with your specific query parameters. The results return directly to your agent, which you then format for your application.
Yes, you call `get_transcript` and stream the output. Your frontend components render the text as the model processes the call content.
Your API key governs access to the Gong platform. The server only fetches data you explicitly request through specific tool calls, keeping sensitive sales records within your defined scope.
You call the `list_users` tool to get the full directory. This allows your interface to map specific calls to the correct sales representative.
The server returns an error object that your agent handles. You catch these in your stream logic to inform the user of the failure.

Start using the Gong MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 12 tools

We've already built the connector for Gong. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.