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
Available Tools
7 toolsvonage_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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A clear and concise description of the task for which the code snippet is needed (e.g., 'send an SMS', 'make a voice call'). |
vonage_docs_searchInspect
Searches the official Vonage developer documentation for guides, tutorials, and API references. This is the primary tool for general queries about Vonage's products, services, and APIs, and should be used when the user asks for information, documentation, or how-to guides.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The user's search query, which can be a keyword, phrase, or a question about Vonage's APIs or documentation |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A 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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The 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 ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.