Five9 Connector for AI agents.
11 live capabilities
Manage contact center agent states and real-time performance metrics.
Waiting for input…
Why people use Five9
Five9 for Real-Time Contact Center Agent Monitoring
With this Connector, you just ask. Who is on break? or What is our current service level? Your agent pulls the data instantly. You get a clear picture of your floor without the clicking.
What Vinkius changes
You get full contact center oversight through a natural chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Emergency Call Termination
A supervisor notices an agent is stuck on a ghost call and uses terminate_interaction to free them up for new customers.
- Real-world use case 02
Morning Staffing Check
An ops manager asks the agent to list all list_campaigns and list_skills to prepare for the day's targets.
- Real-world use case 03
Service Level Monitoring
A lead asks for get_statistics every 10 minutes to ensure service levels stay above 85% during the morning rush.
Complete set · 11capabilities
The complete Five9 capability set.
These are the exact actions your AI can choose when you ask it to work with Five9.
01—04
4 capabilities in this set.
Part of 11 available through Five9.
- 01 Capability
List active interactions
See a list of all calls or digital interactions currently in progress. This helps you track live volume.
- 02 Capability
List agent states
View the operational status of every agent in the system. This gives you a full picture of the floor.
- 03 Capability
List campaigns
See all active campaigns configured in your Five9 account. Use this to review distribution rules.
- 04 Capability
Logout session
Securely end the current supervisor session. Use this to maintain security when finishing your shift.
05—08
4 capabilities in this set.
Part of 11 available through Five9.
- 05 Capability
Get statistics
Pull real-time contact center performance metrics. Use this to check your current service levels.
- 06 Capability
List agent groups
See all agent groups defined in your organization. Use this to understand your team structure.
- 07 Capability
Get agent state
Get the specific status of a single agent. This helps you confirm if an individual is available for calls.
- 08 Capability
List skills
Retrieve a list of all skills defined in your contact center. This helps with organizing agent capabilities.
09—11
3 capabilities in this set.
Part of 11 available through Five9.
- 09 Capability
List users
Get a list of all users within your organization. This is useful for auditing your user base.
- 10 Capability
Terminate interaction
Forcefully end a specific active call or interaction. This is vital for stopping problematic sessions.
- 11 Capability
Update agent state
Change an agent's status to READY, NOT_READY, or LOGOUT remotely. This allows for instant floor management.
Set up in minutes
One URL. Then ask Five9 to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Five9 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_fIpwp3ZKGcekDzYQorReCxGpdcvPanfKXOkpi3rT/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 Five9, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Five9 for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_fIpwp3ZKGcekDzYQorReCxGpdcvPanfKXOkpi3rT/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 Five9 URL.
- Step 03
Save and start
Save the connection and enable Five9 in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"five9": {
"url": "https://edge.vinkius.com/vk_preview_fIpwp3ZKGcekDzYQorReCxGpdcvPanfKXOkpi3rT/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 Five9
Open Agent mode in chat and ask: "Using Five9, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"five9": {
"url": "https://edge.vinkius.com/vk_preview_fIpwp3ZKGcekDzYQorReCxGpdcvPanfKXOkpi3rT/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 Five9
Ask Copilot: "Using Five9, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"five9": {
"url": "https://edge.vinkius.com/vk_preview_fIpwp3ZKGcekDzYQorReCxGpdcvPanfKXOkpi3rT/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 Five9
Open Cascade and ask: "Using Five9, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"five9": {
"url": "https://edge.vinkius.com/vk_preview_fIpwp3ZKGcekDzYQorReCxGpdcvPanfKXOkpi3rT/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 Five9
Ask Cline: "Using Five9, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add five9 --transport http "https://edge.vinkius.com/vk_preview_fIpwp3ZKGcekDzYQorReCxGpdcvPanfKXOkpi3rT/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 Five9
Ask Claude: "Using Five9, show me...". 11 tools are ready
Where the request belongs
Work Five9 can move forward.
This is for the contact center supervisor who is tired of clicking through five different dashboards just to see who is on a break. It is for the ops manager who needs to see campaign performance in real-time without manual data entry.
Contact Center Supervisor
Monitors agent states and manages active interactions to keep the floor running smoothly.
Operations Manager
Tracks campaign stats and skill distributions to optimize staffing.
Support Lead
Checks real-time metrics and updates agent states to maintain service levels.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse Connectors8x8 Contact Center
Real-time contact center analytics. monitor queues, agent performance, and live metrics via AI.
Bright Pattern
Orchestrate your contact center via Bright Pattern. manage users, track interactions, and monitor real-time stats directly from any AI agent.
Daktela
Handle customer interactions across phone, email, chat, and social media from one omnichannel contact center platform.
Marchex
Marchex Conversation Intelligence. track calls, manage campaigns, and analyze performance.
CallRail
Manage call tracking via CallRail. track calls, manage leads, and monitor marketing attribution directly from any AI agent.
Dixa
Route customer conversations to the right agent across phone, email, chat, and messaging with intelligent prioritization.
Bring your own AI
Change the model, client or framework. Keep Five9 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 Five9.
The practical details behind the request, access and result.
Can I use Five9 MCP to see who is on a call?
Yes. You can ask your agent to list active interactions to see exactly which agents are currently handling calls or digital sessions.
How does Five9 MCP help with contact center stats?
It allows you to pull real-time metrics like handle times and service levels instantly through a chat interface, removing the need to check dashboards.
Can I remotely change an agent's status with Five9 MCP?
Yes. You can use the agent state capabilities to move agents to READY, NOT_READY, or LOGOUT status remotely from your chat client.
Does Five9 MCP work for managing campaigns?
Yes. You can use it to see all your configured campaigns and skills to get a better overview of your distribution and capacity.
Can I see all my users and groups using Five9 MCP?
Yes. The Connector can list all users and agent groups defined in your organization to help you keep track of your team structure.
How do I get real-time service levels with Five9 MCP?
You can simply ask your agent for the current statistics, and it will pull the latest service level and queue data from Five9.
What agent states can I set using this server?
You can use the 'update_agent_state' capability to force an agent into common operational states such as 'READY' (available for calls), 'NOT_READY' (unavailable), or 'LOGOUT' (ends the agent session).
Is the statistics capability real-time?
Yes! The 'get_statistics' capability fetches the current high-level metrics from your Five9 organization, providing an up-to-the-minute view of contact center performance and volumes.
Can I see who is currently on a call?
Absolutely. Use the 'list_active_interactions' capability to see all ongoing calls and digital interactions, including details about the participating agents and interaction durations.
One connection away
Give your agent a direct line to Five9.
Connect Five9 once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available