streamable-httpApache-2.0updated 8mo ago
An MCP (Model Context Protocol) server that provides AI assistants with access to Vonage API documentation, code snippets, tutorials, and troubleshooting resources.
What can you do with vonage documentation mcp?
Vonage Documentation MCP Server
An MCP (Model Context Protocol) server that provides AI assistants with access to Vonage API documentation, code snippets, tutorials, and troubleshooting resources.
Overview
This MCP server enables AI assistants like Claude, GitHub Copilot, and others to interact with Vonage's comprehensive developer documentation. It provides tools for searching documentation, generating code snippets, finding tutorials, troubleshooting issues, and more.
Features
- Documentation Search: Search through Vonage's official developer documentation for guides, tutorials, and API references
- Code Generation: Generate complete, runnable code snippets in multiple programming languages (Node.js, Python, PHP, etc.)
- API Reference: Access detailed information about specific Vonage API endpoints, parameters, and response schemas
- SDK Information: Retrieve installation instructions, supported features, and version numbers for Vonage SDKs
- Troubleshooting: Get error code explanations, debugging advice, and solutions for common issues
- Tutorial Finder: Discover step-by-step tutorials and blog posts from the Vonage Developer blog
- Use Case Examples: Explore real-world use cases and customer stories for Vonage products
Available Tools
The server provides the following tools:
vonage_docs_search- Search Vonage documentationvonage_code_generator- Generate code snippets for Vonage APIsvonage_api_reference- Get API endpoint documentationvonage_sdk_info- Retrieve SDK informationvonage_troubleshooter- Get troubleshooting helpvonage_tutorial_finder- Find tutorials and guidesvonage_use_case_examples- Discover use cases
Installation
Using the MCP Marketplace
This server is available through the Model Context Protocol marketplace. To install:
- Open your MCP-compatible client (Claude Desktop, Cline, etc.)
- Navigate to the MCP marketplace
- Search for "Vonage Documentation"
- Click Install
Manual Configuration
Add this to your MCP settings configuration:
{
"mcpServers": {
"vonage-documentation": {
"url": "https://documentation-mcp.vonage.dev/mcp",
"transport": "streamable-http"
}
}
}
Usage Examples
Once installed, you can ask your AI assistant questions like:
- "How do I send an SMS with Vonage?"
- "Show me a code example for making a voice call in Node.js"
- "What are the parameters for the Messages API?"
- "Help me troubleshoot error code 1320"
- "Find a tutorial about building a voice proxy"
- "What versions of the Python SDK are available?"
Server Endpoint
The MCP server is hosted at: https://documentation-mcp.vonage.dev/mcp
Repository Structure
.
├── server.json # MCP marketplace configuration
├── README.md # This file
├── CONTRIBUTING.md # Contribution guidelines
├── CODE_OF_CONDUCT.md # Code of conduct
└── LICENSE.txt # License information
Contributing
We welcome contributions! Please see CONTRIBUTING.md for details on how to contribute to this project.
Code of Conduct
This project adheres to the Vonage Code of Conduct. By participating, you are expected to uphold this code. Please see CODE_OF_CONDUCT.md for details.
License
See LICENSE.txt for license information.
Support
- Documentation: developer.vonage.com
- Community Slack: Vonage Community Slack
- Issues: GitHub Issues
About Vonage
Vonage is a global leader in cloud communications, providing APIs for SMS, Voice, Video, Messaging, and more. Visit vonage.com to learn more.
Made with ❤️ by Vonage
Install
Add vonage documentation mcp to your client. Pick the one you use.
claude mcp add --transport http vonage-documentation-mcp https://documentation-mcp.vonage.dev/mcpcodex mcp add vonage-documentation-mcp --url https://documentation-mcp.vonage.dev/mcp{
"mcpServers": {
"vonage-documentation-mcp": {
"url": "https://documentation-mcp.vonage.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"vonage-documentation-mcp": {
"type": "http",
"url": "https://documentation-mcp.vonage.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"vonage-documentation-mcp": {
"url": "https://documentation-mcp.vonage.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"vonage-documentation-mcp": {
"serverUrl": "https://documentation-mcp.vonage.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 tools
vonage documentation mcp exposes 7 tools to a connected agent.
- vonage_docs_search
- Search Vonage documentation
- vonage_code_generator
- Generate code snippets for Vonage APIs
- vonage_api_reference
- Get API endpoint documentation
- vonage_sdk_info
- Retrieve SDK information
- vonage_troubleshooter
- Get troubleshooting help
- vonage_tutorial_finder
- Find tutorials and guides
- vonage_use_case_examples
- Discover use cases
Score
61 / 100
Good
- Documentation18/25
- Maintenance9/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 260 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Dec 15, 2025 |