Back to Home
Vonage-Community icon

vonage-mcp-server-api-bindings

Verified Safe

by Vonage-Community

Overview

This MCP server enables developers to interact with various Vonage API functionalities, including sending messages, making voice calls, and managing Vonage accounts and phone numbers, through an MCP-compatible client.

Installation

Run Command
npx -y @vonage/vonage-mcp-server-api-bindings

Environment Variables

  • VONAGE_APPLICATION_ID
  • VONAGE_PRIVATE_KEY64
  • VONAGE_API_KEY
  • VONAGE_API_SECRET
  • VONAGE_VIRTUAL_NUMBER
  • VONAGE_WHATSAPP_NUMBER
  • RCS_SENDER_ID

Security Notes

Secrets like API keys, API secret, and private key are handled via environment variables (`VONAGE_API_KEY`, `VONAGE_API_SECRET`, `VONAGE_PRIVATE_KEY64`), which is a good practice. Input validation for tool arguments is implemented using `zod` schemas, mitigating risks associated with arbitrary user input. No `eval` or direct command execution of user-controlled input was observed in the provided source code. Error handling wraps API errors and returns them as text, preventing exposure of internal stack traces, although the content of API error messages themselves could vary. The `VONAGE_PRIVATE_KEY64` requires Base64 encoding, which is correctly processed.

Similar Servers

Stats

Interest Score21
Security Score9
Cost ClassLow
Avg Tokens300
Stars3
Forks3
Last Update2025-12-30

Tags

VonageCommunicationAPIMessagingAccount Management