Wavix MCP Server

A Model Context Protocol server that gives LLMs and AI agents direct access to the Wavix telecom platform - SMS/MMS, voice calls, 2FA, SIP trunking, phone-number management, 10DLC registration, call recordings, speech analytics, and billing. It is available as a remote MCP endpoint.

Teams that want a hosted API integration endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-04 · ★ 3 · #222 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Wavix

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add wavix-wavix-mcp-server --transport http https://mcp.wavix.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "wavix-wavix-mcp-server": {
      "url": "https://mcp.wavix.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.wavix.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.wavix.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry namespace io.github.Wavix is GitHub-verified and matches the repo owner

03 · What Wavix can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.0 · 2026-05-22

Highlights · Hosted endpoint at - Streamable HTTP transport, Bearer auth via Wavix API key. · Full Wavix API coverage - tools generated from the Wavix OpenAPI spec. See TOOLS.md for the complete catalogue. · MCP…

04 · Who maintains Wavix

Wavix is maintained by wavix. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
API integration - ranked #222 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.Wavix/mcp (active, first published 2026-05-25)

06 · Wavix FAQ

What is Wavix?

A Model Context Protocol server that gives LLMs and AI agents direct access to the Wavix telecom platform - SMS/MMS, voice calls, 2FA, SIP trunking, phone-number management, 10DLC registration, call recordings, speech analytics, and billing. It is available as a remote MCP endpoint.

Is Wavix still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-04. We re-verify nightly.

How do I install Wavix?

Run `claude mcp add wavix-wavix-mcp-server --transport http https://mcp.wavix.com/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Wavix require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Wavix

More API integration MCP servers · Webflow MCP Server · Webull OpenAPI · Ariadne (whyy9527) · One · Fast News MCP

More Python MCP servers · Wayforth · AI Context Flow · Cicada · Research Hub · see all