{
  "markdown": "# county-mcp\n\n## Why This Exists\n\nKenya's 2010 Constitution devolved substantial budget and service delivery to 47 counties, but county-level demographics, budgets, ward structures and contacts are published inconsistently across 47 different sites. Devolution only works if citizens can actually see what their county controls.\n\n## Install\n\n```bash\npip install county-mcp\n```\n\n## Tools (6)\n\n- **`county_information`** —   \n  <sub>args: county, region</sub>\n- **`county_budget_guide`** — Return budget allocation, development fund, and financial accountability data for a Kenya county.  \n  <sub>args: county</sub>\n- **`county_services_guide`** — List and describe devolved government services available at county level in Kenya.  \n  <sub>args: service</sub>\n- **`cdf_guide`** —   \n  <sub>args: no arguments</sub>\n- **`ward_information`** — Return ward and constituency breakdown for a Kenya county.  \n  <sub>args: county</sub>\n- **`county_contact_directory`** — Return official contact information for Kenya county government offices.  \n  <sub>args: county</sub>\n\n## Example\n\n```python\nfrom county_mcp.server import county_information\n\nresult = county_information(county='Kiambu')\n# demographics, budget allocation, services, contacts\n```\n\n## Claude Desktop Integration\n\nAdd to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"county-mcp\": {\n      \"command\": \"python\",\n      \"args\": [\"-m\", \"county_mcp.server\"]\n    }\n  }\n}\n```\n\n## Data & Disclaimers\n\nCounty figures are reference data compiled from public sources. Budgets change each fiscal year — verify against the Controller of Budget (cob.go.ke) and the county's own publications.\n\nEvery tool response carries a `source` field. Responses labelled `DEMO` are\nillustrative reference data, not a live feed — verify against the authority\nnamed in the response before acting on it.\n\n## Part of the East Africa Coordination Stack\n\nThis MCP server is one of 32 tools in the Kenya coordination infrastructure.\nIt connects to [`africa-coord-bus`](https://github.com/gabrielmahia/africa-coord-bus) — the coordination\nevent bus that routes signals between domains automatically.\n\nWhen this server detects a threshold condition, the bus notifies:\n- `bima-mcp` — parametric insurance evaluation\n- `kilimo-mcp` — agricultural advisory\n- `afya-mcp` — health surveillance activation\n- `county-mcp` — county office alert\n\n```python\npip install africa-coord-bus\n```\n\nAll servers: [pypi.org/user/gmahia](https://pypi.org/user/gmahia/)\n\n## IP & Collaboration\n\nMIT 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](docs/architecture/IP_POLICY.md). Security reports: see [SECURITY.md](SECURITY.md).\n\n<!-- interconnect:v1 -->\n## Part of the East Africa coordination stack\n\n- **Install & run:** `pip install reli-cli && reli list` — 33 MCP servers on the [official MCP Registry](https://registry.modelcontextprotocol.io) under `io.github.gabrielmahia`\n- **Evaluate any model on Swahili agent tasks:** [kipimo](https://github.com/gabrielmahia/kipimo) · [dataset](https://huggingface.co/datasets/gmahia/kipimo) · [leaderboard](https://huggingface.co/spaces/gmahia/kipimo-leaderboard)\n- **Coordinate across servers:** [africa-coord-bus](https://pypi.org/project/africa-coord-bus/) — offline-first event bus with a built-in Kenya routing table\n- **Datasets:** [huggingface.co/gmahia](https://huggingface.co/gmahia) · **Docs hub:** [nairobi-stack](https://github.com/gabrielmahia/nairobi-stack)\n\nModel-agnostic by design: closed APIs, open-weight models, and small distilled models are all first-class citizens.\n<!-- /interconnect:v1 -->\n",
  "bytes": 3724,
  "sha": "2b73c1e96e5b03e3575f10c499db9fa892b50aab08368469a19ce9cf16b1469d",
  "repo_slug": "gabrielmahia/county-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_gabrielmahia_county_mcp_3f1ef496/readme"
}