Vonage Connector for AI agents.
10 live capabilities
Send SMS, WhatsApp, and Viber messages through your AI agent.
Waiting for input…
Why people use Vonage
Vonage for Automated SMS and WhatsApp Messaging
With this Connector, the same task looks like a simple request. You just tell your agent to send an update to a customer. It handles the API calls and confirms it's done in seconds. You get a unified way to reach people without ever leaving your workspace.
What Vinkius changes
You get a unified way to handle global communications through a single chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rapid OTP delivery for support
A user can't log in.
- Real-world use case 02
Global campaign cost estimation
A marketing manager asks the AI to estimate the cost of a 10k message blast to France using get_country_pricing before finalizing the budget.
- Real-world use case 03
Webhook management for developers
A developer needs to see if their webhook is firing and uses update_number_webhook to point it to a local URL for testing.
Complete set · 10capabilities
The complete Vonage capability set.
These are the exact actions your AI can choose when you ask it to work with Vonage.
01—04
4 capabilities in this set.
Part of 10 available through Vonage.
- 01 Capability
Get account balance
Shows your current Vonage credit balance so you don't run out mid-campaign. It helps you keep a pulse on spending.
- 02 Capability
Get country pricing
Tells you how much it costs to send an SMS to a specific country. Use this to estimate costs before a big launch.
- 03 Capability
List rented numbers
Shows every virtual phone number currently attached to your account. It gives you a quick bird's-eye view of your fleet.
- 04 Capability
Check verification code
Validates the OTP code a user just typed in to confirm their identity. This completes the security check for your app.
05—07
3 capabilities in this set.
Part of 10 available through Vonage.
- 05 Capability
Send sms
Sends an outbound text message to a specific phone number using a sender name. It works for quick updates or alerts.
- 06 Capability
Send viber message
Sends a Viber service message using your specific Publisher ID. This keeps your Viber communications organized.
- 07 Capability
Cancel verification request
Stops an active verification request if a user changes their mind. This is useful for cleaning up old requests.
08—10
3 capabilities in this set.
Part of 10 available through Vonage.
- 08 Capability
Send whatsapp message
Sends a WhatsApp message through your verified business number. It lets you reach customers on a platform they use daily.
- 09 Capability
Update number webhook
Changes the URL where your virtual number sends inbound SMS data. Use this to point messages to the right endpoint.
- 10 Capability
Start verification
Sends a new OTP code to a target number to begin a 2FA process. It's the first step in securing a new user account.
Set up in minutes
One URL. Then ask Vonage to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Vonage 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_5z7FDCidUAghmdCAFieZtiZG4HkeoJydVAWLaua8/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 Vonage, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Vonage for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_5z7FDCidUAghmdCAFieZtiZG4HkeoJydVAWLaua8/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 Vonage URL.
- Step 03
Save and start
Save the connection and enable Vonage in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"vonage": {
"url": "https://edge.vinkius.com/vk_preview_5z7FDCidUAghmdCAFieZtiZG4HkeoJydVAWLaua8/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 Vonage
Open Agent mode in chat and ask: "Using Vonage, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"vonage": {
"url": "https://edge.vinkius.com/vk_preview_5z7FDCidUAghmdCAFieZtiZG4HkeoJydVAWLaua8/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 Vonage
Ask Copilot: "Using Vonage, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"vonage": {
"url": "https://edge.vinkius.com/vk_preview_5z7FDCidUAghmdCAFieZtiZG4HkeoJydVAWLaua8/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 Vonage
Open Cascade and ask: "Using Vonage, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"vonage": {
"url": "https://edge.vinkius.com/vk_preview_5z7FDCidUAghmdCAFieZtiZG4HkeoJydVAWLaua8/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 Vonage
Ask Cline: "Using Vonage, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add vonage --transport http "https://edge.vinkius.com/vk_preview_5z7FDCidUAghmdCAFieZtiZG4HkeoJydVAWLaua8/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 Vonage
Ask Claude: "Using Vonage, show me...". 10 tools are ready
Where the request belongs
Work Vonage can move forward.
The customer support lead who needs to send OTPs without opening five different tabs. The marketing manager trying to price out a global campaign. The developer testing message flows.
Customer Support Specialist
Sends verification codes and updates to users via WhatsApp or SMS during live support sessions.
Marketing Manager
Checks country-specific pricing and manages regional virtual numbers for global campaigns.
DevOps Engineer
Monitors API usage and updates webhooks for inbound messages to ensure data flows correctly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsVonage
Manage your Vonage communications. send SMS and audit account data via AI.
Smsmobile
Turn your smartphone into an SMS/WhatsApp gateway. send messages, read incoming texts, and track call logs directly from any AI agent.
Messaggio
Send bulk SMS, Viber, and WhatsApp messages through a unified API with delivery tracking and campaign analytics.
Mitto
Automate SMS messaging and 2FA verification via Mitto. send single or bulk messages, verify OTPs, and lookup phone numbers directly from your AI agent.
2Chat
Programmable WhatsApp automation. send messages, manage groups, and verify numbers via AI.
Plivo
Build voice and SMS applications with a cloud communications API that scales globally and offers competitive per-message pricing.
Bring your own AI
Change the model, client or framework. Keep Vonage 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 Vonage.
The practical details behind the request, access and result.
Can the Vonage MCP send WhatsApp messages?
Yes, you can send WhatsApp messages through your AI agent using the Vonage Messages API. This allows you to reach customers on a platform they already use every day.
How do I use Vonage MCP for 2FA?
You can use it to start identity verification by sending a code to a phone number and then checking the code the user provides. It makes securing your user accounts much faster.
Can I check my balance with Vonage MCP?
Yes, your agent can check your real-time credit balance at any time. This helps you stay on top of your spending without needing to log into the Vonage dashboard.
Does Vonage MCP support international SMS?
It does. You can use it to check the specific pricing for any country and then send outbound messages to those regions directly through your chat.
How do I manage my virtual numbers via the Connector?
You can use your agent to list all the virtual numbers rented on your account and update the inbound webhooks for them. It's a much faster way to manage your communication fleet.
Can I update webhooks for my numbers?
Yes, you can update the inbound SMS callback URL for any of your virtual numbers using a simple chat command. This is great for quickly changing where your data is sent.
Can I send WhatsApp messages using this server?
Yes. The send_whatsapp_message capability allows you to send outbound WhatsApp messages through the Vonage Messages API. You'll need a verified WhatsApp Business Number configured in your Vonage account as the sender.
How do I implement two-factor authentication (2FA)?
You can use the start_verification capability to send an OTP code to a user's phone. Once the user receives the code, use check_verification_code with the request_id to validate it. Your agent can handle the entire flow through a single conversation.
Can I check how much sending an SMS will cost me?
Absolutely. Use the get_country_pricing capability and provide the ISO country code (e.g., 'US' or 'GB'). Your agent will return the outbound SMS pricing for that region, helping you estimate costs before sending.
One connection away
Give your agent a direct line to Vonage.
Connect Vonage once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available