loading…
Search for a command to run...
loading…
MCP server exposing Kenya NDMA drought phase classifications across all 47 counties, with tools for structured data access and SMS-based alerting via Africa’s T
MCP server exposing Kenya NDMA drought phase classifications across all 47 counties, with tools for structured data access and SMS-based alerting via Africa’s Talking.
MCP server giving AI agents real-time access to Kenya's water stress and drought data — all 47 counties, NDMA drought phase classifications, and SMS alert capability via Africa's Talking.
WapiMaji MCP exposes Kenya drought and water stress data as MCP tools. Any Claude, GPT-4, or MCP-compatible AI agent can now:
One-prompt examples:
"What is the current drought phase in Marsabit County?"
→ Gets NDMA Phase 3 classification + rainfall deficit data
"Which counties are in drought emergency right now?"
→ Returns all counties at Phase 3+ with population affected
"SMS these 500 Garissa farmers: drought phase has escalated to 3"
→ Sends alerts via Africa's Talking across Safaricom + Airtel
| Tool | Type | Description |
|---|---|---|
get_drought_status |
Read-only | Current NDMA drought phase for a county |
get_county_water_stress |
Read-only | Water stress index, rainfall deficit, river levels |
get_drought_alerts |
Read-only | All counties at or above a given drought phase |
sms_drought_alert |
Destructive | Send drought alert SMS via Africa's Talking |
pip install wapimaji-mcp
# or:
uvx wapimaji-mcp
{
"mcpServers": {
"wapimaji": {
"command": "uvx",
"args": ["wapimaji-mcp"],
"env": {
"AT_USERNAME": "your_username",
"AT_API_KEY": "your_at_key",
"SANDBOX": "true"
}
}
}
}
© 2026 Gabriel Mahia · [email protected] License: MIT Not affiliated with NDMA or Africa's Talking.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"wapimaji-mcp": {
"command": "npx",
"args": []
}
}
}