Connect AI agents to Wavix's communications platform. Make calls, send SMS, manage phone numbers, run speech analytics, and more, directly from Claude, Cursor, or any MCP-compatible client.
Overview
Wavix MCP Server
Connect AI agents to Wavix, a cloud communications platform, via the Model Context Protocol.
What you can do
- Voice calls — initiate, monitor, and manage outbound calls
- SMS — send messages individually or in bulk
- Phone numbers — search, purchase, and configure numbers
- Speech analytics — transcribe calls and extract insights
- 2FA — send and verify one-time passcodes
- Account management — manage SIP trunks, billing, and settings
Getting started
Get your API key at app.wavix.com and check the full documentation at docs.wavix.com/mcp.
Server Config
{
"mcpServers": {
"wavix": {
"type": "streamable-http",
"url": "https://mcp.wavix.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
}
}