4,500+ servers built on MCP Fusion
Vinkius

Vonage MCP. Manage all messaging and number ops from one API.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Vonage MCP on Cursor AI Code Editor MCP Client Vonage MCP on Claude Desktop App MCP Integration Vonage MCP on OpenAI Agents SDK MCP Compatible Vonage MCP on Visual Studio Code MCP Extension Client Vonage MCP on GitHub Copilot AI Agent MCP Integration Vonage MCP on Google Gemini AI MCP Integration Vonage MCP on Lovable AI Development MCP Client Vonage MCP on Mistral AI Agents MCP Compatible Vonage MCP on Amazon AWS Bedrock MCP Support

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.

+ 7 more capabilities included
Dispatch multi-channel messages

Your agent sends outbound text messages via SMS, WhatsApp Business, and Viber using dedicated tool calls.

Manage identity verification flows

The server initiates 2FA requests (OTP) for a target number and validates the code submitted by the user.

Monitor account status and costs

You check your current credit balance or get real-time pricing data for different countries before sending messages.

Manage virtual phone numbers

The agent lists all rented numbers, allowing you to view capabilities (SMS/Voice) and update their incoming webhook URLs.

Supported MCP Clients

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients
Free for Subscribers

Waiting for input…

AI Agent

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.

cancel019d761d

cancel verification request

Stops an active, pending identity verification request for a user.

check019d761d

check verification code

Confirms if the OTP code submitted by a user matches the expected code for a specific account.

get019d761d

get account balance

Retrieves your current Vonage API credit balance to show remaining funds.

get019d761d

get country pricing

Provides the out-of-band SMS cost for a specific country code (ISO 3166-1 alpha-2 format).

list019d761d

list rented numbers

Generates a list of all virtual phone numbers currently registered to your Vonage account.

send019d761d

send sms

Sends an outbound SMS message using the specified sender name and E.164 formatted target number.

send019d761d

send viber message

Dispatches a service message to a user's Viber account after providing your unique Publisher ID.

send019d761d

send whatsapp message

Sends an outbound WhatsApp message, requiring a verified Business Number as the sender.

start019d761d

start verification

Begins a 2FA identity verification process by sending an OTP code to a target number using your brand name.

update019d761d

update 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
Start building

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 with check_verification_code, and having the option to clean up a failed attempt using cancel_verification_request.
  • Status Checks: You check operational status by calling get_account_balance to see how much credit you've got left. You also get real-time cost data for specific countries through get_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 with update_number_webhook for any of those listed numbers.

How Vonage MCP Works

  1. 1 Subscribe to the Vonage server and provide your API Key and Secret credentials.
  2. 2 Your AI client executes a function call, such as send_sms, specifying the target number and message content.
  3. 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.

Customer Support Specialist

Uses start_verification and check_verification_code to quickly verify user identity and troubleshoot account access issues across SMS, WhatsApp, or Viber.

Marketing Ops Engineer

Runs cost estimates using get_country_pricing before launching a campaign and uses list_rented_numbers to manage regional phone numbers.

Backend Developer

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_balance to 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_verification and check_verification_code tools handle the entire 2FA flow, making authentication quick and reliable.
  • Cost planning gets easy. Before launching a global campaign, call get_country_pricing to get accurate SMS costs for any country code, keeping your budget tight.
  • Control your number setup. Use list_rented_numbers to see every owned line and update_number_webhook if you change where that number sends data back to.

Real-World Use Cases

01

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.

02

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.

03

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.

04

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

How we secure it →

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

cancel_verification_request check_verification_code get_account_balance get_country_pricing list_rented_numbers send_sms send_viber_message send_whatsapp_message start_verification update_number_webhook

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.

More in this category

You might also like

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Vonage. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.