Skip to main content
Glama

Server Details

MCP server for Vonage API documentation, code snippets, tutorials, and troubleshooting.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Vonage/vonage-mcp-server-documentation
GitHub Stars
0

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

7 tools
vonage_api_referenceInspect

Provides a direct link or detailed information from the Vonage API reference documentation for a specific API endpoint. Use this when the user's query is highly technical and related to a specific endpoint, like API parameters, request bodies, or response schemas.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesThe name of the Vonage API (e.g., 'SMS API', 'Voice API', 'Messages API').
vonage_code_generatorInspect

Generates a complete, runnable code snippet in a specified programming language for a given Vonage API task. This is the preferred tool when the user explicitly asks for a 'code snippet,' 'example,' or 'code in a specific language' like Node.js, Python, or cURL.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesA clear and concise description of the task for which the code snippet is needed (e.g., 'send an SMS', 'make a voice call').
vonage_sdk_infoInspect

Retrieves information about a specific Vonage SDK, including installation instructions, supported features, and version numbers. This is for queries focused on the SDKs themselves, not the underlying APIs.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesThe programming language of the SDK (e.g., 'Node.js', 'Python', 'PHP').
vonage_troubleshooterInspect

Provides troubleshooting steps, common error code explanations, and debugging advice for Vonage API issues. Use this when the user is reporting a problem, error, or something not working as expected.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesA description of the problem or error the user is experiencing, including any error messages, codes, or unexpected behavior.
vonage_tutorial_finderInspect

Finds and provides a link to a step-by-step tutorial or a blog post on the Vonage Developer blog. This tool is for when the user asks for a 'tutorial' or a 'guide' on a specific topic.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesThe topic of the tutorial or guide (e.g., 'building a voice proxy', 'two-factor authentication', 'receiving a delivery receipt').
vonage_use_case_examplesInspect

Finds and describes real-world use cases or customer stories for a specific Vonage product. Use this when the user asks for examples of how a product is used in a specific industry or for a particular purpose.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesThe Vonage product (e.g., 'Video API', 'Voice API', 'Messages API').

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.