Vonage MCP. Manage all messaging and number ops from one API.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Vonage MCP Server lets your AI client manage global communications from a single API connection. Send messages via SMS, WhatsApp Business, or Viber—all channels managed through one platform.
You can also check account balances, list virtual numbers, and run 2FA identity verification flows (OTP) without leaving your chat interface.
What your AI agents can do
Cancel verification request
Stops an active, pending identity verification request for a user.
Check verification code
Confirms if the OTP code submitted by a user matches the expected code for a specific account.
Get account balance
Retrieves your current Vonage API credit balance to show remaining funds.
Your agent sends outbound text messages via SMS, WhatsApp Business, and Viber using dedicated tool calls.
The server initiates 2FA requests (OTP) for a target number and validates the code submitted by the user.
You check your current credit balance or get real-time pricing data for different countries before sending messages.
The agent lists all rented numbers, allowing you to view capabilities (SMS/Voice) and update their incoming webhook URLs.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
Vonage MCP Server: 10 Tools for Messaging & Number Ops
Use these tools to send messages across multiple channels, check account status, and manage virtual phone numbers directly through your AI agent.
019d761dcancel verification request
Stops an active, pending identity verification request for a user.
019d761dcheck verification code
Confirms if the OTP code submitted by a user matches the expected code for a specific account.
019d761dget account balance
Retrieves your current Vonage API credit balance to show remaining funds.
019d761dget country pricing
Provides the out-of-band SMS cost for a specific country code (ISO 3166-1 alpha-2 format).
019d761dlist rented numbers
Generates a list of all virtual phone numbers currently registered to your Vonage account.
019d761dsend sms
Sends an outbound SMS message using the specified sender name and E.164 formatted target number.
019d761dsend viber message
Dispatches a service message to a user's Viber account after providing your unique Publisher ID.
019d761dsend whatsapp message
Sends an outbound WhatsApp message, requiring a verified Business Number as the sender.
019d761dstart verification
Begins a 2FA identity verification process by sending an OTP code to a target number using your brand name.
019d761dupdate number webhook
Changes the inbound callback URL for a specific virtual phone number, accepting E.164 format input.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Vonage, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
Vonage MCP Server lets your agent handle global comms—SMS, WhatsApp Business, and Viber—all from one API connection. You'll never need to jump between dashboards again. It gives your AI client the full toolkit for messaging, handling user verification flows (like OTP), and keeping an eye on account costs and number status.
Sending Messages Across Channels
Your agent can send outbound texts using send_sms, requiring just a sender name and the E.164 formatted target number. For WhatsApp, you use send_whatsapp_message; remember that tool needs a verified Business Number as the sender. If you're talking to someone on Viber, you dispatch a service message via send_viber_message after providing your unique Publisher ID.
Managing Identity Verification (2FA)
When you need to secure an account or verify a user, this server runs the whole identity check directly in your chat flow. You initiate the process with start_verification, which sends an OTP code to a target number using your brand name for context. When the user submits that code, your agent verifies it using check_verification_code against the expected account code.
If the request gets stuck or needs to be stopped before completion, you run cancel_verification_request to halt any pending identity verification attempt.
Checking Accounts and Costs
Before sending anything out, you always want to know if you can afford it. You check your current Vonage API credit balance with get_account_balance. If you're just estimating costs for a new market, you get the out-of-band SMS cost for any country code using get_country_pricing, which accepts the ISO 3166-1 alpha-2 format.
Handling Virtual Phone Numbers
Your agent keeps track of your assets by generating a complete list of all virtual numbers registered to your Vonage account via list_rented_numbers. If an incoming number changes its callback URL, you can update it immediately using update_number_webhook, which requires the E.164 format input for that specific virtual number.
Here's the rundown on what your agent does with these tools:
- Sending: Your client doesn't just send a message; it determines the best path—SMS, WhatsApp Business, or Viber—and invokes the correct tool call to dispatch that text.
- Verification Flow: It manages the entire sequence: sending the initial OTP via
start_verification, waiting for user input, validating that code withcheck_verification_code, and having the option to clean up a failed attempt usingcancel_verification_request. - Status Checks: You check operational status by calling
get_account_balanceto see how much credit you've got left. You also get real-time cost data for specific countries throughget_country_pricing, so you know the price point before committing to a send. - Number Control: The agent provides full visibility into your phone assets, listing every number available via
list_rented_numbers. It can then proactively keep your infrastructure updated by changing incoming webhook URLs withupdate_number_webhookfor any of those listed numbers.
How Vonage MCP Works
- 1 Subscribe to the Vonage server and provide your API Key and Secret credentials.
- 2 Your AI client executes a function call, such as
send_sms, specifying the target number and message content. - 3 The Vonage platform processes the request, sends the message through the correct channel, and reports success or failure back to your agent.
The bottom line is that you talk to your AI client like normal, but it uses the tool definitions to execute complex communication tasks across multiple channels.
Who Is Vonage MCP For?
This server is for developers and operations managers who manage customer communications at scale. You're the person tired of logging into three different dashboards (Twilio, WhatsApp Business Portal, etc.) just to send a verification code or check the monthly budget. This gives you total visibility in one chat window.
Uses start_verification and check_verification_code to quickly verify user identity and troubleshoot account access issues across SMS, WhatsApp, or Viber.
Runs cost estimates using get_country_pricing before launching a campaign and uses list_rented_numbers to manage regional phone numbers.
Tests messaging integrations by calling specific tools like send_whatsapp_message or update_number_webhook without writing boilerplate code.
What Changes When You Connect
- Never manually check your balance again. Use
get_account_balanceto instantly see your remaining Vonage credit, eliminating guesswork on campaign spending. - Handle multiple channels without code switching. You can send messages via SMS (
send_sms), WhatsApp (send_whatsapp_message), or Viber (send_viber_message) using simple tool calls. - Secure user accounts with zero friction. The
start_verificationandcheck_verification_codetools handle the entire 2FA flow, making authentication quick and reliable. - Cost planning gets easy. Before launching a global campaign, call
get_country_pricingto get accurate SMS costs for any country code, keeping your budget tight. - Control your number setup. Use
list_rented_numbersto see every owned line andupdate_number_webhookif you change where that number sends data back to.
Real-World Use Cases
The onboarding flow needs security checks.
A user signs up for your service. Instead of emailing a link, the agent uses start_verification with their phone number and brand name. The user replies to the chat with the OTP code, which the agent sends to check_verification_code. Done. No manual intervention needed.
Marketing needs to estimate a global campaign budget.
A marketing lead wants to send 10,000 SMS messages across Germany (DE) and Canada (CA). The agent first runs get_country_pricing for both codes. It gets the cost per message, calculates total spend, and tells the user if they're over budget before sending a single text.
Support needs to update old numbers.
A client changes their webhook endpoint URL for one of their virtual lines. Instead of logging into the portal, the support agent runs list_rented_numbers to confirm the number, then uses update_number_webhook with the new E.164 URL.
The system needs a quick status update.
A developer just finished an integration test and wants to make sure their account has enough credit for production traffic. They simply ask the agent, which runs get_account_balance, and immediately see if they have 42.50 EUR left.
The Tradeoffs
Assuming a single messaging endpoint.
Trying to send a WhatsApp message using the simple SMS tool, or vice versa, resulting in an API failure and forcing manual workarounds.
→
Always use the specific tool for the channel. For example, send text via send_sms, but if you need WhatsApp, call send_whatsapp_message. The tools handle the routing.
Forgetting to check costs first.
Launching a large-scale campaign across multiple countries without knowing the per-message cost, leading to unexpected high bills at month end.
→
Run get_country_pricing for every target country code before you run any mass sending tools. This keeps your spending predictable.
Handling number changes manually.
A client's webhook URL changes, and the developer has to log into the Vonage dashboard and paste the new URL in a web form, losing time and risking typos.
→
Use list_rented_numbers first to confirm the exact number. Then use update_number_webhook with the correct E.164 format for instant updates.
When It Fits, When It Doesn't
You should use this server if your primary need is centralized, multi-channel communication management and account operations. Specifically, if you routinely handle SMS/WhatsApp/Viber messages AND require integrated 2FA verification flows or real-time balance checks, this suite of tools works for you.
Don't use it if: 1) You only ever send emails (use an email API instead). 2) Your communication needs are purely voice calls without messaging components. In those cases, look for a dedicated Voice SDK type tool instead. The core strength here is the combination of channels and operational tools like get_account_balance and number management.
Bottom line: If your workflow requires sending messages and managing the infrastructure around those numbers (costs, webhooks, 2FA), this is the right choice.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Vonage. 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.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 10 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Logging into three different dashboards to manage communications sucks.
Today's workflow demands jumping between your SMS provider's dashboard for texts, then logging into WhatsApp Business Portal just to send a status update, and finally hopping over to the console to check if your account credit is fine. You spend more time clicking tabs than solving problems.
With this MCP server, those three steps disappear. Your AI agent handles everything in one conversation thread. Need to send an SMS? Just ask it to run `send_sms`. Done. It’s the single source of truth for all your outgoing messages and account status.
Vonage MCP Server: Centralize Verification with start_verification.
Currently, running a 2FA check feels clunky. You might have to manually trigger the OTP via one system and then wait for confirmation on another dashboard just to validate the user's identity in your main application flow.
Now, you talk to your agent. It runs `start_verification` with the target number, sends the code, and waits. The user replies with the code, and your agent uses `check_verification_code` to instantly confirm identity—all from the chat window.
Common Questions About Vonage MCP
How do I check my Vonage account balance using get_account_balance? +
You simply ask your agent to run get_account_balance. It pulls the current credit amount directly from Vonage and reports it back, so you always know what funds you have remaining.
Can I send a WhatsApp message using send_whatsapp_message? +
Yes. Just invoke send_whatsapp_message. Remember that this tool requires you to use a verified WhatsApp Business Number as the sender, so make sure your credentials are set up first.
What's the process for starting verification with start_verification? +
To begin, tell your agent the target number and your brand name. It runs start_verification to send the OTP code via SMS or another channel, getting the ball rolling.
Where do I find all my virtual numbers using list_rented_numbers? +
Run list_rented_numbers. This tool generates a clear list of every virtual number currently associated with your Vonage account, so you can confirm which lines are active and ready to use.
What if I need to change the webhook for a number? +
You use update_number_webhook. You must provide the specific number (E.164 format) and the new callback URL, ensuring your data flow stays pointed at the right place.
I need to estimate costs for a large campaign; how do I use get_country_pricing? +
Run get_country_pricing by providing the ISO 3166-1 alpha-2 country code. This returns the outbound SMS price per message, letting you calculate total communication costs before deploying your messages.
After starting a verification with start_verification, how do I confirm the user's identity using check_verification_code? +
You pass the target number and the submitted OTP code to check_verification_code. The tool verifies if the provided code matches an active request, confirming or denying the user’s account status.
What is the risk of not updating my webhook URL, and how do I fix it with update_number_webhook? +
If your number's inbound callback URL is wrong, your agent never receives incoming message data. You must call update_number_webhook using the E.164 format to point Vonage to your correct receiving endpoint.
Can I send WhatsApp messages using this server? +
Yes. The send_whatsapp_message tool 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 tool 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 tool 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.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
Spotify Music
Control playback, search library, get audio features, and manage playlists via Spotify API.
Clickatell
Manage mobile messaging via Clickatell — send SMS, track delivery status, monitor balance, and handle inbound rules directly from any AI agent.
Nylas
Equip your AI agent to manage emails, calendars, and contacts across all providers (Gmail, Outlook) through a single unified interaction.
You might also like
INMET (Apitempo - Meteorologia)
Access official Brazilian meteorological data from INMET — stations, forecasts, and GOES-16 satellite imagery.
SportsDB
Access global sports data via AI — search teams, players, and events, track scores, league tables, and match history across 200+ leagues.
NFe.io
Orchestrate NFe.io services — manage service invoices (NFS-e), validate city codes, and monitor company data directly from any AI agent.