@theyahia/termii-mcp
v1.0.1
Published
MCP server for Termii — SMS, voice, email messaging (Nigeria)
Maintainers
Readme
termii-mcp
MCP server for Termii SMS and messaging platform (Nigeria).
Tools (8)
| Tool | Description |
|---|---|
| send_sms | Send an SMS message |
| send_bulk_sms | Send bulk SMS |
| send_otp | Send OTP token |
| verify_otp | Verify OTP token |
| get_balance | Get wallet balance |
| list_senders | List sender IDs |
| create_sender | Request a sender ID |
| get_delivery_report | Get SMS delivery report |
Quick Start
{
"mcpServers": {
"termii": {
"command": "npx",
"args": ["-y", "@theyahia/termii-mcp"],
"env": {
"TERMII_API_KEY": "<YOUR_TERMII_API_KEY>"
}
}
}
}Environment Variables
| Variable | Required | Description |
|---|---|---|
| TERMII_API_KEY | Yes | API key from Termii dashboard |
License
MIT
