How to Use the MiiTel MCP in Cursor
Build custom sales dashboards in Cursor using live MiiTel call quality scores and sentiment analysis tools.
Works with every AI agent you already use
…and any MCP-compatible client
Connect MiiTel MCP to Cursor
Create your Vinkius account to connect MiiTel to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate live call dashboards in Cursor
The `list_calls` tool feeds real-time phone metrics directly to your Cursor agent via this MCP connection. Instead of guessing API payloads, you let the editor pull actual call logs to test your frontend components. This lets you build and debug custom sales leaderboards with live production data. By calling `get_call_details`, your code interacts with real sentiment scores and call quality metrics. Cursor writes the parsing logic based on actual JSON responses from your active conversations. You get clean, working code without writing a single mock object.
Map developer profiles to actual phone users
Use `list_miitel_users` to build internal communication tools that match your engineering team with active support agents. This tool exposes the entire user directory directly to your Cursor chat window. You can write scripts that automatically assign support tickets based on who is currently active on the phones. When you pair this with `list_synced_contacts`, your code can automatically route incoming customer inquiries to the correct account owner. Cursor generates the database sync scripts by reading the live contact schemas. It cuts down your integration time from days to minutes.
Debug meeting tools using this Cursor MCP Server
The `list_online_meetings` tool lets you pull video conference history directly into your editor's terminal. This Cursor MCP Server integration allows you to verify meeting metadata schemas while building custom calendar integrations. You see exactly what fields are returned before you commit any code. To test detail-view pages, call `get_meeting_details` to populate your local UI with real transcript data. Cursor uses this live payload to format text blocks and speaker timestamps correctly. You catch layout bugs long before your code hits the staging server.
Set up MiiTel MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the MiiTel MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent MiiTel transactions." If the MCP tools are loaded correctly, Cursor will call the MiiTel tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"miitel-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by MiiTel. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about MiiTel MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the MiiTel MCP today
We host it, we monitor it, we maintain it. You just paste one token.