ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Vonage with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Send SMS, WhatsApp, and Viber messages, and manage virtual numbers and 2FA via Vonage communications platform.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Vonage capability set.

These are the exact actions your AI can choose when you ask it to work with Vonage.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Vonage.

  1. 01

    Get account balance

    Retrieves the current Vonage account credit balance

  2. 02

    Get country pricing

    Provide the ISO 3166-1 alpha-2 country code. Retrieves outbound SMS pricing for a specific country

  3. 03

    Send viber message

    Provide your specific Viber Publisher ID. Sends a Viber service message via Vonage

  4. 04

    Update number webhook

    Requires the number in E.164 format. Updates the inbound SMS callback URL for a virtual number

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Vonage.

  1. 05

    Start verification

    Provide the target number and your brand name. Starts a 2FA identity verification by sending an OTP code

  2. 06

    Cancel verification request

    Aborts an active verification request

  3. 07

    Check verification code

    Checks the OTP code submitted by a user for an active verification request

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Vonage.

  1. 08

    List rented numbers

    Lists all virtual phone numbers rented by the account

  2. 09

    Send SMS

    Provide a sender name (alpha or number) and a target phone number in E.164 format. Sends an outbound SMS message via Vonage

  3. 10

    Send whatsapp message

    Requires a verified WhatsApp Business Number as the sender. Sends a WhatsApp message via the Vonage Messages API

Observed, not estimated

873ms average. Fast in production.

Vonage is checked daily against the live service.

Daily averagePeak 1055ms
Aug 20Today
Fastest day
752ms
Slowest day
1055ms
14-day trend
Slowing+18%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Vonage, so you can see the experience inside your AI.

It does not authenticate your account with Vonage. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Vonage Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_5z7FDCidUAghmdCAFieZtiZG4HkeoJydVAWLaua8/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Vonage capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "vonage-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_5z7FDCidUAghmdCAFieZtiZG4HkeoJydVAWLaua8/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Vonage owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.