theYahia/termii-mcp
MCP server for Termii — SMS, voice, email messaging (Nigeria)
Platform-specific configuration:
{
"mcpServers": {
"termii-mcp": {
"command": "npx",
"args": [
"-y",
"termii-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Termii SMS and messaging platform (Nigeria).
| 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 |
{
"mcpServers": {
"termii": {
"command": "npx",
"args": ["-y", "@theyahia/termii-mcp"],
"env": {
"TERMII_API_KEY": "<YOUR_TERMII_API_KEY>"
}
}
}
}| Variable | Required | Description | |---|---|---| | TERMII_API_KEY | Yes | API key from Termii dashboard |
MIT
Loading reviews...