How to Use the TNZ Communications MCP in Windsurf
Let Windsurf's Cascade autonomously handle your SMS, Voice, and Fax operations.
Works with every AI agent you already use
…and any MCP-compatible client
Connect TNZ Communications MCP to Windsurf
Create your Vinkius account to connect TNZ Communications to Windsurf — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Autonomous Messaging with Windsurf
Cascade uses `send_sms_message` to fire off text notifications the moment your code triggers an alert. You don't have to prompt it step-by-step. It reads your error logs, decides who needs to know, and executes the send. If a critical failure demands immediate attention, the agent switches to `send_tts_voice_call` to wake up the on-call engineer. It can even generate a document and fire off a `send_digital_fax` to legacy vendor systems without you lifting a finger.
Real-Time Delivery Tracking
You need to know if those alerts actually landed, so the agent calls `get_message_delivery_status` to verify receipt. Cascade handles the polling logic automatically in the background. When users text back, the server pulls the data via `list_received_sms_replies`. Your IDE can then parse those responses and tie them directly to your billing metrics using `get_messaging_usage_report`, giving you a clear picture of what your notifications cost.
Managing the TNZ Communications MCP Server
Before running a massive notification campaign, Cascade runs `check_api_health` and verifies your funds using `get_account_balance`. If you need to hit a specific demographic, it pulls your saved layouts from `list_message_templates`. The agent manages your audience by reading `list_contact_groups` and pulling individual records via `list_tnz_contacts`. If a new user signs up, Windsurf just executes `create_tnz_contact` to keep the database current.
Set up TNZ Communications MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the TNZ Communications MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my TNZ Communications payment history." If connected, Cascade will call the TNZ Communications tools directly. You will see a green dot next to the server name in the MCP panel.
{
"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 Windsurf
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.