MCP Hub
Back to servers

@theyahia/unifonic-mcp

MCP server for Unifonic — SMS, voice, WhatsApp CPaaS (Saudi Arabia)

npm260/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/unifonic-mcp

unifonic-mcp

MCP server for Unifonic CPaaS platform (Saudi Arabia). Send SMS, bulk SMS, WhatsApp messages, make voice calls, and check delivery status.

Tools (8)

ToolDescription
send_smsSend an SMS message
send_bulk_smsSend SMS to multiple recipients
get_message_statusCheck message delivery status
make_voice_callMake a text-to-speech call
send_whatsappSend a WhatsApp message
get_balanceGet account balance
list_sendersList registered sender IDs
get_delivery_reportGet delivery report

Quick Start

{
  "mcpServers": {
    "unifonic": {
      "command": "npx",
      "args": ["-y", "@theyahia/unifonic-mcp"],
      "env": {
        "UNIFONIC_APP_SID": "<YOUR_APP_SID>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
UNIFONIC_APP_SIDYesApplication SID from Unifonic dashboard

Demo Prompts

  • "Send an SMS to 966501234567 saying 'Your order is ready'"
  • "Send bulk SMS to 3 numbers about a promotion"
  • "Check delivery status of message msg_123"
  • "Make a voice call to 966501234567 saying 'Your OTP is 4521'"
  • "What is my Unifonic account balance?"

License

MIT

Reviews

No reviews yet

Sign in to write a review