How to Use the TNZ Communications MCP in Cursor
Build communication workflows in Cursor with direct access to an MCP server for SMS, voice, and fax messaging.
Works with every AI agent you already use
…and any MCP-compatible client
Connect TNZ Communications MCP to Cursor
Create your Vinkius account to connect TNZ Communications to Cursor — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Run live communication tests from Cursor
Trigger live communication tests from your Cursor editor using `send_sms_message` and `send_tts_voice_call`. While you build your application, your agent can trigger live text notifications or initiate automated phone calls to verify your code works in production. The MCP server lets you dispatch a test PDF file to any fax machine using `send_digital_fax`. This allows your agent to verify document rendering pipelines directly from your active file buffer.
Populate and clean contact lists
Sync your local development database with your remote address book using `create_tnz_contact` and `list_tnz_contacts`. Your agent can write scripts to insert new entries or organize them into segments with `list_contact_groups` directly from your workspace. Have your agent retrieve your saved layouts via MCP using `list_message_templates`. This lets you map variables in your code to matching fields in the API without leaving your current workspace.
Track API performance and usage metrics
Debug delivery issues directly from your Cursor editor using `get_message_delivery_status` and `check_api_health`. Your agent can check if a test message went through or monitor incoming replies using `list_received_sms_replies` inside the chat panel. Keep an eye on your development budget. Your agent can check your remaining credits using `get_account_balance` and pull detailed billing reports using `get_messaging_usage_report` to track test-run expenses.
Set up TNZ Communications 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 TNZ Communications 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 TNZ Communications transactions." If the MCP tools are loaded correctly, Cursor will call the TNZ Communications tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"tnz-communications-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 TNZ Communications. 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 TNZ Communications MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the TNZ Communications MCP today
We host it, we monitor it, we maintain it. You just paste one token.