# Chorus.ai (ZoomInfo) MCP for AI Agents MCP

> Chorus.ai (ZoomInfo) connects your AI agent directly to your sales conversation intelligence. You can analyze recordings, pull transcripts, and spot key customer pain points without logging into the native dashboard. Quickly list recent meetings, get detailed call metadata, or retrieve competitor mentions right where you're working. It’s all about turning recorded conversations into actionable data for sales teams.

## Overview
- **Category:** artificial-intelligence
- **Price:** Free
- **Tags:** conversation-intelligence, sales-coaching, transcription, meeting-analytics, revenue-intelligence, call-recording

## Description

Chorus.ai gives your AI agent full access to your company’s conversation intelligence. Instead of logging into the Chorus dashboard just to review a call, you can now ask your agent questions using natural language and get answers instantly. You'll pull detailed metadata on any recorded meeting, access complete transcripts for flawless customer dialogue review, and even pinpoint specific moments like next steps or competitor mentions that matter most.

This dramatically changes how sales managers coach their team. You can monitor every active and past engagement to track the whole sales cycle without leaving your chat interface. If you're using Vinkius, you get access to this entire catalog of tools through one connection point, making it easy for any AI client—like Cursor or Claude—to use all the data you need.

This MCP lets Account Executives quickly look up previous call transcripts and helps Revenue Ops audit meeting volumes and competitor mentions straight from their chat window.

## Tools

### get_my_chorus_profile
Retrieves basic information about the authenticated user session within Chorus.ai.

### get_meeting_details
Pulls specific metadata for a single, identified meeting or call recording.

### get_meeting_moments
Fetches AI-identified key moments from a meeting, like action items or pain points.

### get_meeting_transcript
Retrieves the complete, raw text transcript for any given conversation.

### list_tracked_competitors
Lists all specific competitors that were mentioned during recorded conversations.

### list_chorus_meetings
Retrieves a list of recent calls and meetings for quick overview.

### list_meeting_playlists
Shows all the shared meeting playlists created by your team.

### list_chorus_users
Generates a list of every user and team member in the Chorus.ai account.

## Prompt Examples

**Prompt:** 
```
What did Acme Corp say about our pricing structure?
```

**Response:** 
```
**Key Takeaways: Pricing & Competitors**

*   **Pain Point:** The client noted that current pricing seems high compared to alternatives.
*   **Competitor Mention:** They specifically mentioned 'RivalCorp' as a comparison point for your service tier.
*   **Next Step:** Need to schedule a follow-up call next Tuesday focused only on tiered pricing models. 

*Source: Intro Call with Acme, 2024-11-15.*
```

**Prompt:** 
```
List all meetings from this month and who attended.
```

**Response:** 
```
**🗓️ Meetings This Month**

| Meeting Name | Date | Attendees |
| :--- | :--- | :--- |
| Q2 Review - Global Corp | 2024-11-05 | Sarah Miller, John Doe, Jane Smith |
| Product Feedback Session | 2024-11-12 | Mike Scott, Bob Black |
| Follow up with Acme | 2024-11-20 | AE User, Client Lead |

*Need details on any of these? Just ask!*
```

**Prompt:** 
```
Who are the members of the sales team?
```

**Response:** 
```
**👥 Current Users in Chorus.ai**

We found 5 active users:

*   Sarah Miller (Team Lead)
*   Mike Scott (Account Executive)
*   John Doe (Revenue Ops)
*   Jane Smith (Product Manager)
*   Bob Black (Junior AE)

This list helps manage access and ownership for all your recordings.
```

## Capabilities

### Get Meeting Details
Pulls detailed metadata, such as who attended and when it happened, for a specific call recording.

### Get Meeting Transcript
Retrieves the full text transcript of an entire conversation to review every word spoken.

### Get Meeting Moments
Extracts AI-identified key moments, like action items or pain points, from a recording.

### List Tracked Competitors
Compiles and lists all specific competitor names mentioned across your conversations.

### List Chorus Meetings
Retrieves an overview list of recent calls, giving you a quick view of activity.

### List Meeting Playlists
Shows all the shared meeting playlists that your team has created and organized.

### List Chorus Users
Generates a complete list of users and team members across the entire account.

## Use Cases

### Following up after a discovery call
An AE needs to confirm follow-up dates. They ask their agent, 'What are the next steps from my chat with Acme Corp last week?' The agent uses `get_meeting_moments` and replies with a bulleted list of specific action items.

### Auditing team performance metrics
A Sales Manager wants to check if the team is talking about competitors. They prompt, 'List all competitor mentions from last month.' The agent uses `list_tracked_competitors` and returns a list of brands mentioned.

### Onboarding new hires
A new AE needs context on a client meeting. They ask their agent, 'Give me the full transcript for the Q2 Review call.' The agent uses `get_meeting_transcript` and provides the complete text instantly.

### Understanding sales cycle progress
A Revenue Ops specialist needs to know which deals are active. They ask, 'Show me all recent engagements,' triggering the monitoring of active and past meetings.

## Benefits

- Pinpoint critical next steps or pain points using the `get_meeting_moments` tool, so you never miss an action item from a client call.
- Review entire discussions effortlessly with `get_meeting_transcript`, giving your agent access to every word spoken for deep context checks.
- Keep tabs on market shifts by running `list_tracked_competitors`, letting you know exactly which rivals were mentioned in the last batch of calls.
- Gain immediate team awareness using `list_chorus_meetings` and `get_meeting_details`; you see who met with whom and when, right from your chat.
- Streamline user management by calling `list_chorus_users`, allowing quick checks on team membership without leaving the AI agent interface.

## How It Works

The bottom line is: your AI agent acts as a direct proxy into Chorus.ai, letting you use deep sales intelligence without navigating multiple dashboards.

1. Connect your AI client to this MCP using your Chorus.ai API Token, which you get from your personal settings.
2. Once connected via Vinkius, you prompt your agent with a natural language request, like 'What were the next steps from last week's Acme call?'
3. Your agent uses the underlying tools to fetch the required data—be it transcripts or key moments—and presents you with an immediate, conversational answer.

## Frequently Asked Questions

**How can I use Chorus.ai (ZoomInfo) with my AI agent to review old calls?**
You simply ask your agent, 'What was discussed in the Acme call last month?' The MCP accesses the full transcript and key moments, giving you an immediate summary without needing to open any dashboard. This lets you quickly catch up on context when you're busy.

**Does Chorus.ai (ZoomInfo) help me track competitor mentions?**
Yes. You can ask the agent to list all competitors mentioned in your recordings. It compiles a full report, so you don't have to read through dozens of transcripts manually to track market trends.

**What if I need to find out who attended a specific meeting?**
You ask the agent for the details on that call. It uses `get_meeting_details` and returns a list of all attendees, so you know exactly who was in the room (or on the line) when the conversation happened.

**Can I use Chorus.ai (ZoomInfo) to coach my sales team?**
Absolutely. You can ask your agent to find key coaching opportunities by retrieving AI-identified moments, like next steps or common pain points, across multiple recorded calls.

**Is this better than just exporting data from the Chorus dashboard?**
This is faster and more conversational. Instead of downloading a CSV and writing code to process it, you talk to your agent, and it handles the complex data fetching and formatting instantly.