MCP Hub
Back to servers

@theyahia/africas-talking-mcp

MCP server for Africa's Talking — SMS, voice, USSD, airtime (Kenya/Nigeria)

npm190/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/africas-talking-mcp

africas-talking-mcp

MCP server for Africa's Talking communications platform.

Tools (8)

ToolDescription
send_smsSend an SMS message
send_bulk_smsSend bulk SMS
make_callInitiate a phone call
get_balanceGet airtime/wallet balance
send_airtimeSend airtime top-up
mobile_checkoutInitiate mobile money checkout
create_ussdCreate USSD push session
get_delivery_reportFetch SMS delivery reports

Quick Start

{
  "mcpServers": {
    "africas-talking": {
      "command": "npx",
      "args": ["-y", "@theyahia/africas-talking-mcp"],
      "env": {
        "AT_API_KEY": "<YOUR_AT_API_KEY>",
        "AT_USERNAME": "<YOUR_AT_USERNAME>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
AT_API_KEYYesAPI key from AT dashboard
AT_USERNAMEYesAT username (or "sandbox")

License

MIT

Reviews

No reviews yet

Sign in to write a review