V

Vonage

Send SMS and voice via Vonage APIs.

·No reviews yet
Repo
Share:

About

Auto-generated

Vonage is a Model Context Protocol server in the Communication category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Vonage.

What is the Vonage MCP used for?
The Vonage MCP enables sending SMS messages and making voice calls using Vonage APIs. It integrates communication capabilities into various applications.
How do I configure the Vonage MCP with an MCP client?
Configuration typically involves providing the Vonage API key in the client's settings. Specific steps depend on the MCP client used, such as Claude Desktop, Cursor, or Cline.
Does the Vonage MCP require an API key for authentication?
Yes, access to the Vonage MCP functions requires an API key. This key is used to authenticate your requests against the Vonage platform.
What are the primary capabilities exposed by the Vonage MCP?
The Vonage MCP primarily exposes functionalities for sending SMS messages and initiating voice calls. Specific tools for these capabilities are provided through the MCP interface.
What is the cost associated with using the Vonage MCP?
The cost of using the Vonage MCP depends on the underlying Vonage API services consumed. Refer to Vonage's pricing for details on SMS and voice call charges.
What is a potential limitation when using the Vonage MCP?
A realistic limitation is that all communication goes through Vonage's platform, meaning any outages or rate limits imposed by Vonage would affect the MCP's functionality.

Install Vonage

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "vonage": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-vonage"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "vonage": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-vonage"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "vonage": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-vonage"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.