Back to Home
Vonage-Community icon

vonage-mcp-server-api-bindings

Verified Safe

by Vonage-Community

Overview

This MCP server enables AI assistants to interact with Vonage's communication (SMS, WhatsApp, RCS, Voice) and account management APIs.

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

The server primarily relies on environment variables for sensitive credentials (API keys, secrets, private keys), which is a good practice. There are no obvious hardcoded secrets, 'eval' usage, or obfuscation. Error messages in tool responses return stringified errors, which for a developer tool in an MCP context is acceptable, but in a public production API might expose too much detail. Overall, the code itself appears to follow good security hygiene for credential handling.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassLow
Avg Tokens150
Stars3
Forks1
Last Update2025-12-09

Tags

CommunicationMessagingVoiceAPI BindingsAccount Management