Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Wavix
W
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:19:35 AM

Wavix

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Hosted MCP server for the Wavix telecom platform: SMS, voice, 2FA, SIP, numbers, 10DLC, CDRs.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "wavix": {
      "command": "npx",
      "args": [
        "-y",
        "wavix"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Wavix MCP Server

License: MIT MCP

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.

Wavix is a global communications platform for sending SMS, placing voice calls, and running 2FA flows over a single API. A free trial is available; paid usage follows the Wavix pricing plan attached to your account.

The fastest way to use this MCP server is the hosted endpoint at https://mcp.wavix.com/mcp β€” point any MCP-compatible client at it and authenticate with your Wavix API key. If you need to self-host (custom Wavix deployment, behind a firewall, dedicated instance), see Run your own.

Table of contents

  • Endpoint
  • Install β€” one-click, Claude Code, Claude Desktop / Web, Cursor, VS Code, Codex CLI, Windsurf
  • Run your own (self-host)
  • Examples
  • Tools β†’ full catalogue in TOOLS.md
  • Resources
  • Authentication (best practices, if a token is compromised)
  • Troubleshooting
  • Compatibility & limits
  • Support, Contributing, Security, License

Endpoint

FieldValue
URLhttps://mcp.wavix.com/mcp
TransportStreamable HTTP
AuthAuthorization: Bearer <api_key>
Toolssee TOOLS.md
ResourcesWavix docs + OpenAPI spec (auto-discovered)

Get a Wavix API key from the Wavix Console β†’ Administration β†’ API keys β†’ Create new.

Install

Before you start: grab your Wavix API key.

  1. Sign in at https://wavix.com.
  2. Open Administration β†’ API keys.
  3. Click Create new (or copy an existing key). Keep it handy β€” you'll paste it in place of YOUR_API_KEY below.

One-click install

⚠️ The buttons below seed your editor's MCP config with a placeholder token YOUR_API_KEY. After the editor finishes installing, open the generated config and replace the placeholder with your real API key before sending any request β€” otherwise every call will return 401 Unauthorized.

Install in VS Code Install in Cursor

To remove later: open the same config file (~/.cursor/mcp.json, .vscode/mcp.json, or the equivalent for your editor) and delete the wavix entry, or remove the connector through your editor's MCP / Connectors UI.

Claude Code

Terminal
claude mcp add --transport http wavix https://mcp.wavix.com/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"

Use claude mcp list to verify and /mcp inside a session for status.

Claude Desktop / Claude Web

Settings β†’ Connectors β†’ Add custom connector:

  • Name: Wavix
  • URL: https://mcp.wavix.com/mcp
  • Transport: Streamable HTTP
  • Authentication header: Authorization: Bearer <api_key>

Cursor (manual)

Add to ~/.cursor/mcp.json (or project-level .cursor/mcp.json):

config.json
{
  "mcpServers": {
    "wavix": {
      "url": "https://mcp.wavix.com/mcp",
      "headers": {
        "Authorization": "Bearer <api_key>"
      }
    }
  }
}

Cursor 2.4+ exposes the full catalogue; earlier versions cap at 40.

VS Code (manual, GitHub Copilot Chat)

Create .vscode/mcp.json in your workspace (or add the same servers object under the "mcp" key in user settings.json):

config.json
{
  "servers": {
    "wavix": {
      "type": "http",
      "url": "https://mcp.wavix.com/mcp",
      "headers": {
        "Authorization": "Bearer <api_key>"
      }
    }
  }
}

See the VS Code MCP servers guide for the up-to-date schema.

Codex CLI

Codex CLI supports MCP over stdio. Bridge to the hosted server via mcp-remote. Edit ~/.codex/config.toml:

toml
[mcp_servers.wavix]
command = "npx"
args = [
  "-y",
  "mcp-remote",
  "https://mcp.wavix.com/mcp",
  "--header",
  "Authorization:Bearer ${WAVIX_API_KEY}"
]

[mcp_servers.wavix.env]
WAVIX_API_KEY = "YOUR_API_KEY"

Windsurf / other clients

Any MCP client that supports Streamable HTTP transport with custom headers will work. Use:

  • URL: https://mcp.wavix.com/mcp
  • Header: Authorization: Bearer <api_key>

Setting up via an AI agent? Point your agent at llms-install.md β€” it's a machine-readable install guide that gives the model the URL, header, and per-client configuration in a deterministic format so it doesn't improvise endpoint values.

Run your own

The hosted server works out of the box for most users. Self-host if you need to point at a non-public Wavix deployment, run behind a firewall, or operate inside your own infrastructure.

Docker

Terminal
docker build -t wavix-mcp-server .
docker run --rm -p 8000:8000 wavix-mcp-server

The server listens on port 8000 and exposes the MCP endpoint at /mcp. Point your client at http://<host>:8000/mcp.

From source

bash
git clone https://github.com/Wavix/wavix-mcp-server.git
cd wavix-mcp-server
pip install -e .
wavix-mcp

Requires Python 3.10+.

Configuration

Env varDefaultPurpose
WAVIX_API_BASE_URLhttps://api.wavix.comOverride the upstream Wavix API endpoint (for internal deployments or staging)

No Wavix credentials are required to run the server β€” they are forwarded per-request from the MCP client's Authorization: Bearer <api_key> header. Self-hosters are responsible for terminating TLS in front of the server (nginx, Caddy, cloud load balancer) before exposing it publicly.

Examples

Concrete prompts you can drop into any connected client.

Phone numbers below (+1 310 555 0100, +44 7700 900123) are in reserved test ranges (NANP 555 and Ofcom 070 09xx) β€” safe to copy verbatim, no real subscribers are reachable through them.

Send a transactional SMS

Prompt: "Send an SMS from +13105550100 to +447700900123 saying 'Your verification code is 4821'."

The agent calls sms_and_mms_messages_send with from, to, and text. Returns the message ID and delivery status.

Run a 2FA verification

Prompt: "Send a 2FA verification code to +13105550100 via SMS. When I give you the code I receive, check whether it's correct."

The agent calls two_fa_verification_create, waits for you to share the code that arrives via SMS, then calls two_fa_verification_check. Useful for prototyping passwordless flows without writing integration code.

Find and buy a phone number

Prompt: "Find an available US toll-free number with SMS capability, add it to my cart, and check out."

The agent chains buy_numbers_list (filtering by country and feature), cart_add, and cart_checkout. Confirm with the user before checkout β€” it charges the account.

Search call transcripts

Prompt: "Show me all inbound calls from yesterday longer than two minutes where the caller mentioned 'refund'."

The agent uses cdrs_search against transcriptions, then enriches each result via cdrs_get for full call metadata.

Pull a recording and transcribe it

Prompt: "Get the recording for call abc-123, ask Wavix to transcribe it, and return the transcription."

The agent calls call_recording_get (returns a pre-signed download URL), cdrs_retranscribe, then polls cdrs_transcription_get.

Audit billing

Prompt: "How much did we spend on SMS last month? Give me a download link for the most recent invoice PDF."

The agent calls billing_transactions_list filtered by type and date, then billing_invoices_list + billing_invoices_download. The download tool returns a pre-signed URL to the PDF, not the file itself β€” open the URL in a browser or pass it to your client to fetch the actual document.

Tools

122 tools, generated from the Wavix OpenAPI spec. Arguments mirror request parameters and body fields.

Group#Coverage
SMS and MMS10Send, list, retrieve messages; sender IDs; opt-outs
Call control9Start / answer / end calls; play audio; collect DTMF
Call recording4List, download (pre-signed URL), delete
Call streaming2Start / stop media stream
Call webhooks3List, create, delete
CDRs7List, export, retrieve; transcription search and retranscribe
Speech Analytics4Upload, transcribe, retrieve original file
2FA6Create / check / cancel / resend verification; events
My numbers6List, update, release; SMS / voice routing; document upload
Buy5Countries, regions, cities; available number search
Cart4Add, remove, retrieve, checkout
Number validator3Single and bulk validation
SIP trunks5Full CRUD
10DLC30Brands, campaigns, vetting, evidence, event subscriptions
Profile3Get / update profile; account config
API Keys4List, create, activate / deactivate, delete
Sub-accounts5List, create, get, update; transactions
Billing3Transactions, invoices, statement download
Voice campaigns2Trigger and retrieve
Wavix Embeddable (WebRTC)5Widget tokens CRUD
Link shortener2Create short links; metrics

See TOOLS.md for the complete tool list with one-line descriptions. The authoritative source is the Wavix OpenAPI spec β€” your client always sees the current live catalogue.

Resources

In addition to tools, the server exposes Wavix documentation as MCP Resources, so the model can pull authoritative context on demand instead of guessing from prior knowledge.

URI schemeContents
wavix://docs/<path>Documentation pages from docs.wavix.com (auto-discovered via llms.txt).
wavix://api/openapi.yamlThe full Wavix OpenAPI 3.0 specification.

Both sources β€” docs.wavix.com and the Wavix OpenAPI spec β€” are publicly available and can be browsed directly without authentication.

Resources are fetched lazily on resources/read and cached server-side with a 1-hour TTL. The upstream Bearer token is never forwarded to documentation hosts β€” only to api.wavix.com.

Authentication

Every request from the client must include:

Code
Authorization: Bearer <api_key>

The server forwards this header to api.wavix.com per-request. The token:

  • is never logged,
  • is never forwarded on cross-host redirects (e.g. pre-signed S3 download URLs),
  • is never sent to documentation hosts.

If your client follows a pre-signed download URL returned by call_recording_get, billing_invoices_download, speech_analytics_file_get, or ten_dlc_brand_evidence_get, fetch it directly without the Authorization header.

Best practices

  • Use a dedicated API key for MCP. Create a separate API key at https://wavix.com β†’ Administration β†’ API keys (or via the api_keys_create tool itself, from another session). This lets you revoke MCP access without disrupting other integrations.

  • Rotate periodically. Treat the API key like any production secret: rotate on schedule and on any suspicion of leakage.

  • Keep API keys out of git. MCP client configs are easy to commit by accident, taking the token with them into history and CI logs. Most clients support ${env:VAR} substitution in the header value β€” store the API key in an env var or your OS keychain and reference it from the config. As a safety net, add the common client-config paths to your project's .gitignore:

    gitignore
    .cursor/mcp.json
    .vscode/mcp.json
    claude_desktop_config.json
    .claude/mcp.json
    .codex/config.toml
    

If a token is compromised

  1. In the Wavix Console, deactivate the key immediately (or call api_keys_deactivate).
  2. Create a replacement via api_keys_create or the Console.
  3. Update the client's config and reconnect.
  4. Review billing_transactions_list and cdrs_list for unexpected activity.

Troubleshooting

SymptomLikely cause / fix
401 Unauthorized from any toolMissing or invalid Authorization: Bearer … header. Verify the API key is active in the Wavix Console.
Tool returns a download_url, not the file itselfExpected. Recording, invoice, speech-analytics, and 10DLC evidence endpoints return pre-signed URLs (see Authentication). Fetch the URL directly without the Authorization header.
Client only shows ~40 tools, not the full catalogueOlder clients enforce a per-server tool cap. Upgrade (Cursor 2.4+, latest VS Code, latest Claude).
Tool not found for a tool listed in this READMEThe local client may be caching an old tool list. Restart the client, or remove and re-add the server.
4xx with an errors arrayValidation error from Wavix API. Inspect errors; cross-reference the relevant wavix://docs/* page or the OpenAPI spec.
Cannot reach the serverConfirm DNS and outbound HTTPS to mcp.wavix.com:443.
Agent calls a destructive tool unexpectedlyMost clients can require confirmation before tool calls β€” enable that setting and rotate to a dedicated MCP API key (see Best practices).

Compatibility & limits

  • Compatible with any MCP client supporting Streamable HTTP transport (Claude Desktop / Web / Code, Cursor 2.4+, VS Code, Windsurf, custom MCP SDKs) and any agent framework with an MCP client adapter.
  • Older clients may enforce a per-server tool cap; upgrade to a recent version to access the full catalogue.
  • Rate limits and usage charges follow your Wavix account plan. See Wavix pricing.

Changelog

The hosted server is updated continuously as the Wavix OpenAPI spec evolves; new tools appear automatically and existing tool arguments may gain optional fields. Documentation changes for this repository are tracked under Releases. For substantial behavior changes affecting tool inputs or auth, we will publish a notice both there and in the Wavix release notes.

Support

  • Product docs: https://docs.wavix.com
  • API reference: https://docs.wavix.com/api-reference
  • Questions / feedback: support@wavix.com

Contributing

This repository is source-available but not open to external contributions. Pull requests are auto-closed, and Issues / Discussions are disabled. Send bug reports, feature requests, and feedback to support@wavix.com. See CONTRIBUTING.md for details.

If you find a bug in the underlying FastMCP framework, please report it upstream there.

Security

To report a security vulnerability, please email support@wavix.com with the subject Security: <short summary> rather than opening a public issue. See SECURITY.md for details.

License

MIT Β© Wavix

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • D
    Dial

    Communication stack for AI agents: SMS, AI voice calls, phone numbers, and account events.

    πŸ’» Developer Tools0 views
    Compare vs Dial β†’
  • D
    Dial

    Communication stack for AI agents: SMS, AI voice calls, phone numbers, and account events.

    πŸ’» Developer Tools0 views
    Compare vs Dial β†’

Frequently Asked Questions about Wavix

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "wavix": { "command": "npx", "args": ["-y", "Wavix"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWavix AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/wavix?style=directory)](https://allmcps.com/mcp/wavix)
HTML Embed
<a href="https://allmcps.com/mcp/wavix"><img src="https://allmcps.com/api/badge/wavix?style=directory" alt="Wavix on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Wavix β†’Install in Claude DesktopInstall in CursorInstall in VS Code