Chorus.ai (ZoomInfo) Connector for AI agents.
8 live capabilities
Analyze sales call transcripts and conversation intelligence.
Waiting for input…
Why people use Chorus.ai (ZoomInfo)
Chorus.ai (ZoomInfo) for Sales Call Analysis
With this Connector, you just ask your agent. You can pull a transcript, get a list of key moments, or see competitor mentions directly in your chat. You get the highlights without the manual digging.
What Vinkius changes
You get to query your entire sales conversation history using natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick Coaching Prep
A manager asks the agent to find the key moments in three different calls from a specific rep.
- Real-world use case 02
Competitor Trend Audit
A RevOps lead asks what competitors are being mentioned this month.
- Real-world use case 03
Historical Context Search
An account executive needs to remember a pricing objection from six months ago.
Complete set · 8capabilities
The complete Chorus.ai (ZoomInfo) capability set.
These are the exact actions your AI can choose when you ask it to work with Chorus.ai (ZoomInfo).
01—04
4 capabilities in this set.
Part of 8 available through Chorus.ai (ZoomInfo).
- 01 Capability
Get meeting details
Retrieves specific metadata for a single meeting. This helps you find the right context for a specific recording.
- 02 Capability
Get meeting transcript
Grabs the full text transcript of a meeting. Use this to search for specific quotes or customer feedback.
- 03 Capability
List tracked competitors
Lists all the competitors being tracked in your conversations. This helps you monitor market trends quickly.
- 04 Capability
List meeting playlists
Shows all shared meeting playlists. This is great for finding team training materials or high-performing calls.
05—08
4 capabilities in this set.
Part of 8 available through Chorus.ai (ZoomInfo).
- 05 Capability
List chorus users
Lists all users and team members in your account. Use this to manage access or audit your team structure.
- 06 Capability
Get my chorus profile
Shows the details of your current authenticated session. Use this to confirm you are connected to the correct account.
- 07 Capability
Get meeting moments
Pulls AI-identified key moments like next steps or pain points. This saves you from listening to an entire hour of audio.
- 08 Capability
List chorus meetings
Lists your most recent calls and meetings. Use this to get a quick overview of recent activity.
Set up in minutes
One URL. Then ask Chorus.ai (ZoomInfo) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Chorus.ai (ZoomInfo) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_6NlPHV6VWgDmhICePdAgRhgRbEWaQKYkvyrxzW5A/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Chorus.ai (ZoomInfo), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Chorus.ai (ZoomInfo) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_6NlPHV6VWgDmhICePdAgRhgRbEWaQKYkvyrxzW5A/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Chorus.ai (ZoomInfo) URL.
- Step 03
Save and start
Save the connection and enable Chorus.ai (ZoomInfo) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"chorusai-zoominfo": {
"url": "https://edge.vinkius.com/vk_preview_6NlPHV6VWgDmhICePdAgRhgRbEWaQKYkvyrxzW5A/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Chorus.ai (ZoomInfo)
Open Agent mode in chat and ask: "Using Chorus.ai (ZoomInfo), help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"chorusai-zoominfo": {
"url": "https://edge.vinkius.com/vk_preview_6NlPHV6VWgDmhICePdAgRhgRbEWaQKYkvyrxzW5A/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Chorus.ai (ZoomInfo)
Ask Copilot: "Using Chorus.ai (ZoomInfo), help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"chorusai-zoominfo": {
"url": "https://edge.vinkius.com/vk_preview_6NlPHV6VWgDmhICePdAgRhgRbEWaQKYkvyrxzW5A/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Chorus.ai (ZoomInfo)
Open Cascade and ask: "Using Chorus.ai (ZoomInfo), help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"chorusai-zoominfo": {
"url": "https://edge.vinkius.com/vk_preview_6NlPHV6VWgDmhICePdAgRhgRbEWaQKYkvyrxzW5A/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Chorus.ai (ZoomInfo)
Ask Cline: "Using Chorus.ai (ZoomInfo), help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add chorusai-zoominfo --transport http "https://edge.vinkius.com/vk_preview_6NlPHV6VWgDmhICePdAgRhgRbEWaQKYkvyrxzW5A/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Chorus.ai (ZoomInfo)
Ask Claude: "Using Chorus.ai (ZoomInfo), show me...". 8 tools are ready
Where the request belongs
Work Chorus.ai can move forward.
This is for sales leaders and revenue ops who are tired of manual transcript auditing and want to get straight to the coaching insights.
Sales Manager
Uses the Connector on Tuesday mornings to pull highlights from five different team calls to prep for coaching sessions.
Revenue Operations
Audits weekly competitor mentions across all regions to report on market trends to the executive team.
Account Executive
Quickly pulls a transcript from a call three months ago to remember exactly what a client said about pricing.
Product Manager
Scans for specific customer pain points across many calls to validate new feature requests.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFireflies.ai
Transcribe meetings, analyze conversation metrics, and query transcripts via AI agents with Fireflies.ai.
Uniphore Conversation AI
Access meeting transcripts, summaries, action items, and analytics via Uniphore API.
Jiminny
Coach your sales team with conversation intelligence that records calls, identifies winning behaviors, and forecasts deals.
Tactiq
Manage meeting transcripts via Tactiq u2014 access summaries, action items, speaker analytics, and search across all recordings from your AI agent.
tl;dv
Record, transcribe, and clip key moments from Google Meet and Zoom calls so your team never misses important meeting insights.
Grain
Manage AI meeting notes via Grain. list and search recordings, retrieve transcripts and AI insights, and track action items directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Chorus.ai connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Chorus.ai.
The practical details behind the request, access and result.
Can the Chorus.ai (ZoomInfo) MCP read my old transcripts?
Yes, it can pull the full text transcript for any meeting you have recorded in your account. This lets you search for specific customer quotes or details from past calls.
How does the Chorus.ai (ZoomInfo) MCP help with sales coaching?
It allows you to quickly identify key moments like pain points and next steps. You can use these highlights to prepare for coaching sessions without listening to the entire recording.
Can I see competitor mentions with the Chorus.ai (ZoomInfo) MCP?
Yes, the Connector can list the specific competitors that are being tracked and mentioned in your sales conversations, helping you monitor market trends.
Does the Chorus.ai (ZoomInfo) MCP work with Claude?
Yes, it works with Claude and any other MCP-compatible client. Once connected, you can manage your conversation intelligence through your preferred chat interface.
Can I use Chorus.ai (ZoomInfo) MCP to find training materials?
Yes, it can list all shared meeting playlists. This makes it easy to find and share high-performing calls or training content with your team.
Can I see the transcript of a meeting through the agent?
Yes! Use the get_meeting_transcript capability with the meeting ID. The agent will return the full text transcript of the conversation directly from Chorus.ai.
How do I find 'Next Steps' or key moments identified by AI?
Use the get_meeting_moments capability. Your agent will fetch the AI-curated insights for that meeting, which typically include action items, questions, and other relevant moments.
Where do I find my Chorus.ai API Token?
Log in to your Chorus.ai account, navigate to your Personal Settings, and look for the API or Integration section to generate and copy your token.
One connection away
Give your agent a direct line to Chorus.ai.
Connect Chorus.ai once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available