pypi swahili-health-mcpstdioMITupdated 1mo ago
Model Context Protocol (MCP) server for Kenya health data. Provides AI agents with tools to query Kenya health facilities, maternal health indicators, immunization coverage, and disease surveillance data via the DHIS2 public API.
swahili health mcp で何ができる?
🏥 Swahili Health MCP
Model Context Protocol (MCP) server for Kenya health data. Provides AI agents with tools to query Kenya health facilities, maternal health indicators, immunization coverage, and disease surveillance data via the DHIS2 public API.
Tools
| Tool | Description |
|---|---|
get_health_facility |
Get details of a Kenya health facility by name or code |
search_facilities_by_county |
List health facilities in a county with level and services |
get_maternal_health |
Maternal health indicators — ANC visits, skilled birth attendance |
get_immunization_coverage |
Child immunization coverage by vaccine and county |
get_disease_surveillance |
Weekly disease surveillance data (malaria, diarrhea, pneumonia) |
get_health_worker_count |
Health worker density by county |
Usage with Claude
# Install
pip install swahili-health-mcp
# Add to Claude Code
claude mcp add swahili-health -- swahili-health-mcp
# Or with uvx
claude mcp add swahili-health -- uvx swahili-health-mcp
Data Sources
- Kenya DHIS2 (dhis.moh.go.ke) — Ministry of Health open data
- Kenya Health Facility Registry (kenyaemr.org)
- Kenya Health Information System (KHIS)
All data is publicly available via Kenya's open government data policy.
Part of the East Africa Civic Tech Portfolio
See also: mpesa-mcp | wapimaji-mcp
IP & Collaboration
MIT licensed. Feedback via GitHub Issues only — pull requests are not accepted. Demo data is labeled DEMO and is not suitable for operational decisions. Full policy: docs/architecture/IP_POLICY.md. Security reports: see SECURITY.md.
Part of the East Africa coordination stack
- Install & run:
pip install reli-cli && reli list— 33 MCP servers on the official MCP Registry underio.github.gabrielmahia - Evaluate any model on Swahili agent tasks: kipimo · dataset · leaderboard
- Coordinate across servers: africa-coord-bus — offline-first event bus with a built-in Kenya routing table
- Datasets: huggingface.co/gmahia · Docs hub: nairobi-stack
Model-agnostic by design: closed APIs, open-weight models, and small distilled models are all first-class citizens.
インストール
swahili health mcp をクライアントに追加します。お使いのものを選んでください。
claude mcp add swahili-health-mcp -- uvx swahili-health-mcpcodex mcp add swahili-health-mcp -- uvx swahili-health-mcpamp mcp add swahili-health-mcp -- uvx swahili-health-mcp{
"mcpServers": {
"swahili-health-mcp": {
"command": "uvx",
"args": [
"swahili-health-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"swahili-health-mcp": {
"command": "uvx",
"args": [
"swahili-health-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"swahili-health-mcp","command":"uvx","args":["swahili-health-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"swahili-health-mcp": {
"command": "uvx",
"args": [
"swahili-health-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"swahili-health-mcp": {
"command": "uvx",
"args": [
"swahili-health-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"swahili-health-mcp": {
"command": "uvx",
"args": [
"swahili-health-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"swahili-health-mcp": {
"type": "local",
"command": "uvx",
"args": [
"swahili-health-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"swahili-health-mcp": {
"command": {
"path": "uvx",
"args": [
"swahili-health-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx swahili-health-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
6 個のツール
swahili health mcp は接続したエージェントに 6 個のツールを提供します。
- get_health_facility
- Get details of a Kenya health facility by name or code
- search_facilities_by_county
- List health facilities in a county with level and services
- get_maternal_health
- Maternal health indicators — ANC visits, skilled birth attendance
- get_immunization_coverage
- Child immunization coverage by vaccine and county
- get_disease_surveillance
- Weekly disease surveillance data (malaria, diarrhea, pneumonia)
- get_health_worker_count
- Health worker density by county
スコア
64 / 100
良好
- ドキュメント17/25
- メンテナンス16/25
- 信頼性13/20
- 機能6/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 44 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.1.2最新 | 2026年7月18日 |
| 0.1.1 | 2026年7月4日 |