Uniphore Conversation AI Connector for AI agents.
8 live capabilities
Get instant access to meeting transcripts and conversation intelligence.
Waiting for input…
Why people use Uniphore Conversation AI
Uniphore Conversation AI for Automated Meeting Intelligence
This Connector changes that by making your conversation history searchable. You can just ask your agent what happened in a call from three weeks ago. It pulls the transcript, identifies the speakers, and surfaces the exact moment a customer expressed interest. You get the substance of the conversation without the manual labor of transcribing it yourself.
What Vinkius changes
You get instant access to the data hidden inside your recorded conversations.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding specific pricing objections
A sales rep needs to know what a prospect said about pricing in a call from three weeks ago.
- Real-world use case 02
Auditing support sentiment
A support lead wants to see if customers are complaining about a new bug.
- Real-world use case 03
Prepping for an account check-in
An account manager needs to prep for a check-in.
Complete set · 8capabilities
The complete Uniphore Conversation AI capability set.
These are the exact actions your AI can choose when you ask it to work with Uniphore Conversation AI.
01—04
4 capabilities in this set.
Part of 8 available through Uniphore Conversation AI.
- 01 Capability
Get action items
Pulls specific tasks and next steps from a meeting so you don't have to hunt for them in your notes. It helps you stay on top of commitments made during calls.
- 02 Capability
Get meeting analytics
Shows you the sentiment, talk ratios, and engagement metrics for any given call. Use this to gauge customer interest quickly.
- 03 Capability
List meetings
Lets you see a full list of recorded calls to find the right ID for your query. It's the first step in finding specific data.
- 04 Capability
Get meeting summary
Grabs the AI-written summary of a call to get the highlights in seconds. It's perfect for quick catch-ups.
05—08
4 capabilities in this set.
Part of 8 available through Uniphore Conversation AI.
- 05 Capability
List topics
Shows every topic and keyword your organization currently tracks. Use this to understand the broad themes in your calls.
- 06 Capability
Get meeting
Fetches the core details of a specific meeting record. It's the best way to get a quick snapshot of a single conversation.
- 07 Capability
Search meetings
Finds specific conversations based on topics or keywords you remember. It saves you from scrolling through endless call logs.
- 08 Capability
Get transcript
Pulls the full, word-for-word transcript of a meeting with speaker tags. You can review exactly what was said.
Set up in minutes
One URL. Then ask Uniphore Conversation AI to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Uniphore Conversation AI 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_TcPVvPg2b89t9Ygv6B1hi50S5BhjS1cPHrb54Ba5/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 Uniphore Conversation AI, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Uniphore Conversation AI for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_TcPVvPg2b89t9Ygv6B1hi50S5BhjS1cPHrb54Ba5/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 Uniphore Conversation AI URL.
- Step 03
Save and start
Save the connection and enable Uniphore Conversation AI in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"uniphore-conversation-ai": {
"url": "https://edge.vinkius.com/vk_preview_TcPVvPg2b89t9Ygv6B1hi50S5BhjS1cPHrb54Ba5/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 Uniphore Conversation AI
Open Agent mode in chat and ask: "Using Uniphore Conversation AI, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"uniphore-conversation-ai": {
"url": "https://edge.vinkius.com/vk_preview_TcPVvPg2b89t9Ygv6B1hi50S5BhjS1cPHrb54Ba5/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 Uniphore Conversation AI
Ask Copilot: "Using Uniphore Conversation AI, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"uniphore-conversation-ai": {
"url": "https://edge.vinkius.com/vk_preview_TcPVvPg2b89t9Ygv6B1hi50S5BhjS1cPHrb54Ba5/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 Uniphore Conversation AI
Open Cascade and ask: "Using Uniphore Conversation AI, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"uniphore-conversation-ai": {
"url": "https://edge.vinkius.com/vk_preview_TcPVvPg2b89t9Ygv6B1hi50S5BhjS1cPHrb54Ba5/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 Uniphore Conversation AI
Ask Cline: "Using Uniphore Conversation AI, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add uniphore-conversation-ai --transport http "https://edge.vinkius.com/vk_preview_TcPVvPg2b89t9Ygv6B1hi50S5BhjS1cPHrb54Ba5/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 Uniphore Conversation AI
Ask Claude: "Using Uniphore Conversation AI, show me...". 8 tools are ready
Where the request belongs
Work Uniphore can move forward.
The sales rep who has to recap ten calls before lunch or the support lead drowning in tickets and trying to find where customers are getting stuck.
Sales Development Rep
Checks if a lead actually cared about the pricing during a call before sending a follow-up email on a Tuesday afternoon.
Support Manager
Scans hundreds of calls to find specific mentions of a new bug or a recurring customer pain point.
Operations Lead
Searches for compliance keywords across all recorded meetings to ensure the team is following protocol.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTactiq
Manage meeting transcripts via Tactiq u2014 access summaries, action items, speaker analytics, and search across all recordings from your AI agent.
Fathom
Manage AI meeting notes via Fathom. list and search meetings, retrieve transcripts and summaries, and track action items directly from any AI agent.
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.
Fireflies.ai
Transcribe meetings, analyze conversation metrics, and query transcripts via AI agents with Fireflies.ai.
Chorus.ai (ZoomInfo)
Analyze sales conversations and meetings via Chorus.ai. track transcripts, identify key moments, and monitor team performance directly from any AI agent.
Fellow
Manage meeting notes and feedback via Fellow. list agenda items and decisions, track action items, handle recordings, and complete tasks directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Uniphore 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 Uniphore.
The practical details behind the request, access and result.
Can Uniphore Conversation AI help me find specific keywords in old calls?
Yes. You can ask your agent to search for any keyword or topic discussed in your history. It will find the relevant meetings and pull the specific transcripts or summaries for you.
How does Uniphore Conversation AI handle meeting summaries?
It pulls the AI-generated summaries directly from your Uniphore account. Your agent can then present these highlights to you in plain text or as part of a larger report.
Can I use Uniphore Conversation AI to see how long people talked?
Yes, it provides talk ratios as part of the conversation analytics. This helps you see the balance of the conversation between your team and the customer.
Does Uniphore Conversation AI work for sales teams?
It's a great fit for sales teams. It helps you quickly review call transcripts, identify action items, and track customer sentiment across your entire pipeline.
Can I get the full transcript of a call using Uniphore Conversation AI?
Absolutely. Your agent can pull the complete, speaker-tagged transcript of any recorded call so you can review the exact dialogue.
How do I find action items from my Uniphore meetings?
You can simply ask your agent to list the action items for a specific meeting. It will pull the tasks and next steps identified by the Uniphore AI.
How do I get my Uniphore Access Token and Org ID?
Log in to your Uniphore account, navigate to Settings > API Access, and generate a new token. Your Organization ID is displayed in the same settings panel.
Can I get AI-generated summaries of meetings?
Yes! Use the get_meeting_summary capability with a meeting ID to retrieve the concise AI summary of that call.
Can I extract action items from a call?
Yes! Use the get_action_items capability with a meeting ID. Uniphore AI identifies next steps and assigns them to speakers if possible.
Can I search for specific topics in past meetings?
Yes! Use the search_meetings capability with relevant keywords or topic names to find matching recorded calls.
One connection away
Give your agent a direct line to Uniphore.
Connect Uniphore once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available