← Back to Plugins
MCP Server MCP

Wavix

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.wavix.com/mcp",
      "headers": [
        {
          "description": "Bearer token containing the user's Wavix API key. Obtain one at https://wavix.com under Administration → API keys.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...