OfficialVerified

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

ToolDescriptionRisk
sms_and_mms_sender_ids_listList Sender IDslow
sms_and_mms_sender_ids_createCreate a Sender IDmedium
sms_and_mms_sender_ids_getRetrieve a Sender IDlow
sms_and_mms_sender_ids_deleteDelete a Sender IDhigh
sms_and_mms_opt_outs_listList opted-out phone numberslow
sms_and_mms_opt_outs_createCreate an opt-outmedium
sms_and_mms_messages_listList messageslow
sms_and_mms_messages_sendSend a messagemedium
sms_and_mms_messages_getRetrieve a messagelow
call_control_listList active callslow

Compatibility

ClientLocalDockerRemoteRead-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

Badge

Wavix MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.