MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Communication/Wavix
CommunicationOfficial
W

Wavix

Wavix is a global communications platform offering APIs for voice, SMS, 2FA, and phone numbers. Our MCP server brings these capabilities to AI agents and agentic workflows.

4 starsUpdated Aug 28, 2026
View on GitHub

Ads

Overview

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.

Installation

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

Configuration

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

Capabilities

  • Send transactional SMS/MMS

    Ask to send a message via `sms_and_mms_messages_send`, returning message ID and delivery status.

  • Run 2FA verification flows

    Create a code with `two_fa_verification_create`, then validate it via `two_fa_verification_check`.

  • Search and buy phone numbers

    Find available numbers with `buy_numbers_list`, add to cart via `cart_add`, and complete purchase with `cart_checkout`.

  • Search call transcripts

    Use `cdrs_search` to find calls by transcription keywords, then enrich results with `cdrs_get`.

  • Pull and transcribe recordings

    Get a recording via `call_recording_get`, request transcription with `cdrs_retranscribe`, and fetch results via `cdrs_transcription_get`.

  • Audit billing and invoices

    Review spending with `billing_transactions_list` and download invoice PDFs via `billing_invoices_download`.

Tags

  • communication
  • sms
  • api

Related MCP servers

E

ElevenLabs

Official

The official ElevenLabs MCP server

1.5kCommunicationUpdated 8 days ago
R

Resend Email

Official

Send emails directly from your editor using the Resend API.

566CommunicationUpdated Today
A

AgentRPC

Official

Connect to any function, any language, across network boundaries using AgentRPC.

135CommunicationUpdated Jun 22, 2026
T

Twilio

Official

Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.

109CommunicationUpdated Feb 14, 2026