Wavix MCP Server
Wavix telecom services access via SMS, voice calls, 2FA, and call recording tools.
Data last scanned today · Reviewed today
Overview
The Wavix MCP Server provides AI agents with direct interface capabilities for the Wavix communications platform. By connecting an MCP-compatible client to the server, users can programmatically interact with services including SMS and MMS messaging, voice call management, 10DLC registration, and SIP trunking. Built in Python, the server facilitates advanced workflows like 2FA flows and call recording analysis. Users can leverage the hosted endpoint at mcp.wavix.com or choose to self-host for custom deployment requirements, using their Wavix API credentials for authentication.
Our verdict
This server carries a high risk level with a security score of 38/100. It is a community-maintained project that has not yet undergone editorial review, and critical security aspects such as read-only mode and authentication mechanisms remain unverified. It is suitable for testing and development environments only; users should exercise extreme caution with API keys and sensitive communication data.
- Zero direct dependencies minimizes potential supply-chain vulnerabilities.
- Comprehensive documentation includes a detailed tool catalogue.
- Active development with commits within the last 48 hours.
- Community-maintained status lacks formal oversight from the official vendor.
- Security implementation details like read-only modes remain unreviewed.
Tools
| Tool | Description | Risk |
|---|---|---|
| sms_and_mms_sender_ids_list | List Sender IDs | low |
| sms_and_mms_sender_ids_create | Create a Sender ID | medium |
| sms_and_mms_sender_ids_get | Retrieve a Sender ID | low |
| sms_and_mms_sender_ids_delete | Delete a Sender ID | high |
| sms_and_mms_opt_outs_list | List opted-out phone numbers | low |
| sms_and_mms_opt_outs_create | Create an opt-out | medium |
| sms_and_mms_messages_list | List messages | low |
| sms_and_mms_messages_send | Send a message | medium |
| sms_and_mms_messages_get | Retrieve a message | low |
| call_control_list | List active calls | low |
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| ChatGPT | ||||
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf |
Frequently asked questions
›How do I obtain the necessary API credentials?
You can generate your Wavix API key by logging into the Wavix Console and navigating to Administration, then selecting API keys to create a new one.
›Do I need to host the server myself?
No, you can use the hosted endpoint at https://mcp.wavix.com/mcp for most use cases, but self-hosting is an option if you require a dedicated instance or need to operate behind a firewall.
›What should I do after using the one-click install buttons?
The installer seeds your configuration with a placeholder token; you must open your editor's MCP config file and replace 'YOUR_API_KEY' with your actual Wavix API key before sending any requests.
›Are there specific transport requirements for my MCP client?
Yes, your client must support Streamable HTTP transport and allow for custom header configuration to pass the Authorization Bearer token.
›How can I remove the server from my editor?
You can remove the connector by deleting the wavix entry in your editor's config file, such as ~/.cursor/mcp.json, or by using the editor's MCP/Connectors UI.
Alternatives
Changelog
- Security
Badge
Maintain this server? Add the live badge to your README.