Mio Connector for AI agents.
12 live capabilities
Make automated phone calls and manage voice agents for outbound prospecting.
Waiting for input…
Why people use Mio
Mio for AI Agents: Ending Manual Outbound Calling for Sales Teams
With this Connector, you can let your agent handle the heavy lifting of outbound prospecting. Your agent dials the numbers, follows your custom scripts, and qualifies the leads while you sleep. You get a clean list of summaries and transcripts waiting for you in your dashboard.
What Vinkius changes
You turn your AI client into a voice agent that can handle phone-based tasks autonomously.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Qualifying cold leads
A sales manager asks the agent to call 50 leads to see if they want a demo.
- Real-world use case 02
Appointment confirmations
A clinic owner has the agent call patients to confirm morning slots.
- Real-world use case 03
Post-call analysis
A researcher needs to know what people said about a new product.
Complete set · 12capabilities
The complete Mio capability set.
These are the exact actions your AI can choose when you ask it to work with Mio.
01—04
4 capabilities in this set.
Part of 12 available through Mio.
- 01 Capability
Create webhook
Add a new notification trigger for call status changes. Use this to sync call data with other apps.
- 02 Capability
Get account info
Check your profile details and account status. Use this to verify your connection to the platform.
- 03 Capability
Get credit balance
Check your remaining account funds and minutes. Keep track of your spending to ensure your calls don't cut off.
- 04 Capability
Get call summary
Pull the AI-generated summary and extracted data from a call. This saves you from listening to every recording.
05—08
4 capabilities in this set.
Part of 12 available through Mio.
- 05 Capability
Get call transcript
Retrieve the full text log of a completed phone conversation. Use this for auditing or data analysis.
- 06 Capability
List calls
See a full history of all your call logs. This gives you a high-level view of your agent's activity.
- 07 Capability
List available voices
See the different neural voices you can choose from. This lets you customize the personality of your agent.
- 08 Capability
List webhooks
See a list of all your active webhook notifications. Use this to manage your automated alerts.
09—12
4 capabilities in this set.
Part of 12 available through Mio.
- 09 Capability
Terminate call
Stop an active phone call in real time. This gives you manual control over live AI conversations.
- 10 Capability
Start ai call
Start a new AI-powered phone call with specific instructions. This lets your agent initiate conversations with leads.
- 11 Capability
Delete webhook
Remove an existing webhook notification. This helps keep your active triggers organized.
- 12 Capability
Get call details
Get specific information about a single call. This is useful for checking the metadata of a specific interaction.
Set up in minutes
One URL. Then ask Mio to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Mio 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_SMu2Hvl0DH4eH5VwuowJVDKBwbHgrw4ii8HTB3fD/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 Mio, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Mio for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_SMu2Hvl0DH4eH5VwuowJVDKBwbHgrw4ii8HTB3fD/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 Mio URL.
- Step 03
Save and start
Save the connection and enable Mio in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mio": {
"url": "https://edge.vinkius.com/vk_preview_SMu2Hvl0DH4eH5VwuowJVDKBwbHgrw4ii8HTB3fD/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 Mio
Open Agent mode in chat and ask: "Using Mio, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mio": {
"url": "https://edge.vinkius.com/vk_preview_SMu2Hvl0DH4eH5VwuowJVDKBwbHgrw4ii8HTB3fD/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 Mio
Ask Copilot: "Using Mio, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mio": {
"url": "https://edge.vinkius.com/vk_preview_SMu2Hvl0DH4eH5VwuowJVDKBwbHgrw4ii8HTB3fD/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 Mio
Open Cascade and ask: "Using Mio, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mio": {
"url": "https://edge.vinkius.com/vk_preview_SMu2Hvl0DH4eH5VwuowJVDKBwbHgrw4ii8HTB3fD/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 Mio
Ask Cline: "Using Mio, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mio --transport http "https://edge.vinkius.com/vk_preview_SMu2Hvl0DH4eH5VwuowJVDKBwbHgrw4ii8HTB3fD/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 Mio
Ask Claude: "Using Mio, show me...". 12 tools are ready
Where the request belongs
Work Mio can move forward.
Sales leaders who need to hit outbound quotas without hiring a massive call center. Ops managers who want to automate appointment confirmations at scale.
Sales Development Rep
Handles high-volume outbound prospecting calls to qualify leads and book meetings.
Customer Support Lead
Automates routine follow-up calls and appointment reminders for patients or clients.
Voice AI Developer
Builds and tests voice-first applications using real-time transcripts and summaries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSlack
Manage channels, users, and send messages on Slack with AI agents.
Mela
Team communication and project management.
Common Room
Unify community signals from Slack, Discord, GitHub, and social media to identify your most engaged users and advocates.
Slack Bot
Control and manage your Slack workspace. audit channels, messages, and users via AI.
Sally
Keep frontline teams connected with an employee communication platform that reaches deskless workers through mobile and chat.
Flock
Manage team collaboration via Flock. send rich messages with FlockML, handle public channels and private groups, and search rosters directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Mio 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 Mio.
The practical details behind the request, access and result.
Can I use the Mio MCP to make outbound sales calls?
Yes, this Connector is designed for that. It lets your AI agent dial numbers and follow specific scripts to qualify leads or book meetings automatically.
How does Mio MCP handle call transcripts?
The Connector can pull the full text of any completed call. You can ask your agent to retrieve these transcripts for auditing or to analyze customer feedback.
Can my AI agent use different voices for different customers?
Absolutely. You can see all available neural voices and have your agent switch between them depending on the language or personality required for the call.
Will I get notified when a call is finished?
Yes, you can set up webhooks. This means your agent can automatically send notifications to your other apps as soon as a call status changes.
Is Mio MCP good for appointment confirmations?
It's perfect for that. You can set up a workflow where the agent calls customers to confirm slots and then updates your records based on the outcome.
Can I stop a call if the AI agent goes off track?
Yes, the Connector includes a capability to terminate active calls in real time, giving you full control over the live conversation.
Can I start an automated AI phone call?
Yes. Provide a phone number, instructions for the AI agent, and optionally select a voice. Mio will call and follow the script autonomously.
How does Mio authentication work?
Mio requires an API Key sent via the X-API-Key header against api.mio.gg/api/v1.
Can I get transcripts and AI summaries?
Yes. After a call completes, retrieve the full text transcript and an AI-generated summary with extracted data points.
One connection away
Give your agent a direct line to Mio.
Connect Mio once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available