TNZ Communications Connector for AI agents.
12 live capabilities
Send SMS, make voice calls, and send faxes through your AI client.
Waiting for input…
Why people use TNZ Communications
TNZ Communications for Automated SMS and Voice Outreach
This Connector lets you skip the middleman. You tell your AI to send the notifications, and it handles the connection to TNZ directly. You get a unified way to manage your entire communication stack from one chat window.
What Vinkius changes
You get a direct line from your AI to a professional messaging gateway without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Logistics Alerts
A warehouse manager asks the AI to notify 50 drivers that their shipments are ready.
- Real-world use case 02
Appointment Reminders
A clinic owner has the AI call patients to confirm appointments using send_tts_voice_call for a hands-off reminder system.
- Real-world use case 03
Customer Support
A support agent asks the AI to show all new replies.
Complete set · 12capabilities
The complete TNZ Communications capability set.
These are the exact actions your AI can choose when you ask it to work with TNZ Communications.
01—04
4 capabilities in this set.
Part of 12 available through TNZ Communications.
- 01 Capability
Get account balance
Check how much credit you have left in your TNZ account. This helps you monitor your spending.
- 02 Capability
Get messaging usage report
Pull detailed reports on your messaging costs and volume. Use this to audit your campaign spending.
- 03 Capability
Get message delivery status
Verify if a specific message reached its destination. It provides peace of mind for important alerts.
- 04 Capability
List tnz contacts
See all the contacts currently saved in your TNZ account. This gives you a quick overview of your audience.
05—08
4 capabilities in this set.
Part of 12 available through TNZ Communications.
- 05 Capability
List contact groups
View the different groups you've organized your contacts into. It helps you target specific segments.
- 06 Capability
List received sms replies
Pull a list of all incoming SMS messages from your customers. This keeps your support team updated.
- 07 Capability
List message templates
See the saved message templates you've created for reuse. It ensures your AI stays on brand.
- 08 Capability
Send digital fax
Send a document as a digital fax to a recipient. This replaces the need for old school hardware.
09—12
4 capabilities in this set.
Part of 12 available through TNZ Communications.
- 09 Capability
Send sms message
Send a text message to a specific phone number. Use this for quick one-off notifications.
- 10 Capability
Send tts voice call
Make an automated voice call using text-to-speech technology. It's great for automated reminders.
- 11 Capability
Create tnz contact
Add a new person or business to your TNZ contact list. This keeps your database current.
- 12 Capability
Check api health
Verify that the TNZ API is online and responding correctly. Use this to debug connectivity issues.
Set up in minutes
One URL. Then ask TNZ Communications to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use TNZ Communications 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_ucO6E18bJFsUafCLvBxyhuQvnTkyMRXwciZTXXlg/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 TNZ Communications, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable TNZ Communications for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ucO6E18bJFsUafCLvBxyhuQvnTkyMRXwciZTXXlg/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 TNZ Communications URL.
- Step 03
Save and start
Save the connection and enable TNZ Communications in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"tnz-communications": {
"url": "https://edge.vinkius.com/vk_preview_ucO6E18bJFsUafCLvBxyhuQvnTkyMRXwciZTXXlg/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 TNZ Communications
Open Agent mode in chat and ask: "Using TNZ Communications, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"tnz-communications": {
"url": "https://edge.vinkius.com/vk_preview_ucO6E18bJFsUafCLvBxyhuQvnTkyMRXwciZTXXlg/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 TNZ Communications
Ask Copilot: "Using TNZ Communications, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"tnz-communications": {
"url": "https://edge.vinkius.com/vk_preview_ucO6E18bJFsUafCLvBxyhuQvnTkyMRXwciZTXXlg/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 TNZ Communications
Open Cascade and ask: "Using TNZ Communications, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"tnz-communications": {
"url": "https://edge.vinkius.com/vk_preview_ucO6E18bJFsUafCLvBxyhuQvnTkyMRXwciZTXXlg/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 TNZ Communications
Ask Cline: "Using TNZ Communications, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add tnz-communications --transport http "https://edge.vinkius.com/vk_preview_ucO6E18bJFsUafCLvBxyhuQvnTkyMRXwciZTXXlg/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 TNZ Communications
Ask Claude: "Using TNZ Communications, show me...". 12 tools are ready
Where the request belongs
Work TNZ Communications can move forward.
This is for operations managers tired of manual outreach, marketing leads running high-volume campaigns, and support teams who need to stay on top of incoming replies without switching windows.
Operations Manager
Handles staff alerts and logistics updates via automated SMS.
Marketing Coordinator
Manages bulk outreach and tracks engagement metrics.
Customer Support Lead
Monitors inbound SMS replies and manages customer contact groups.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTelnyx Fax
Send, receive, and manage faxes via Telnyx u2014 transmit documents, track delivery, and manage fax numbers from your AI agent.
Plivo
Build voice and SMS applications with a cloud communications API that scales globally and offers competitive per-message pricing.
Fax.Plus
Send and receive faxes digitally through a modern API without physical machines, keeping your business compliant and paperless.
Submail / 赛邮云
Powerful SMS, Email, and Voice communication platform. orchestrate multi-channel messaging via AI.
SimpleTexting
Send mass text messages, run SMS campaigns, and manage two-way conversations with customers from one simple platform.
MessageBird
Manage your global communications. send SMS and audit contacts via AI.
Bring your own AI
Change the model, client or framework. Keep TNZ Communications 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 TNZ Communications.
The practical details behind the request, access and result.
Can TNZ Communications send text messages to international numbers?
Yes, the Connector supports global messaging. You can use your AI agent to send SMS to various regions through the TNZ gateway.
How do I make automated voice calls with this Connector?
You can use the text-to-speech capability. Just tell your AI what you want to say, and it will convert that text into a voice call for you.
Can I see if my SMS actually reached the customer?
Yes, you can ask your AI to check the delivery status of any specific message. It will pull the real-time status from the gateway.
Does this Connector support sending faxes?
Yes, it includes a digital fax capability. This allows your AI to send documents as faxes without you needing any physical hardware.
How do I manage my contacts using TNZ Communications?
You can ask your AI to add new contacts, list existing ones, or organize them into groups. It keeps your contact list updated automatically.
Can I see how much I'm spending on messages?
You can ask your AI for a usage report. It will pull the latest data on your messaging costs and volume so you can track your spending.
How do I get an Auth Token for TNZ?
Log in to your TNZ Dashboard, go to Users, select your user, and click the API tab to generate your unique Auth Token.
Can the agent send voice calls?
Yes, using the send_tts_voice_call capability, the agent can convert text into a high-quality voice call for your recipients.
Does this support sending faxes?
Absolutely. The send_digital_fax capability allow you to send documents or text as faxes directly from your agent.
One connection away
Give your agent a direct line to TNZ Communications.
Connect TNZ Communications once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available