Metadata-Version: 2.4
Name: kazi-mcp
Version: 0.1.3
Summary: MCP server for Kenya labor market coordination — job matching, wage benchmarks, skills verification, informal sector registration, and Employment Act rights.
License: MIT
Project-URL: Homepage, https://github.com/gabrielmahia/kazi-mcp
Project-URL: Repository, https://github.com/gabrielmahia/kazi-mcp
Project-URL: Bug Tracker, https://github.com/gabrielmahia/kazi-mcp/issues
Project-URL: Documentation, https://github.com/gabrielmahia/nairobi-stack
Project-URL: MCP Registry, https://registry.modelcontextprotocol.io
Project-URL: Datasets, https://huggingface.co/gmahia
Project-URL: Evaluation, https://github.com/gabrielmahia/kipimo
Keywords: mcp,kenya,africa,labor,employment,kazi,east-africa,coordination-infrastructure
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastmcp>=0.9
Requires-Dist: pydantic>=2.0
Dynamic: license-file

# kazi-mcp
<!-- mcp-name: io.github.gabrielmahia/kazi-mcp -->

[![kazi-mcp Glama score](https://glama.ai/mcp/servers/gabrielmahia/kazi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gabrielmahia/kazi-mcp)
[![smithery badge](https://smithery.ai/badge/@gabrielmahia/kazi-mcp)](https://smithery.ai/server/@gabrielmahia/kazi-mcp)


[![PyPI](https://img.shields.io/pypi/v/kazi-mcp)](https://pypi.org/project/kazi-mcp/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

MCP server for Kenya labor market coordination — job matching, wage benchmarks,
skills gap analysis, informal sector registration, contract templates, and Kenya
Employment Act rights. Part of the East Africa coordination infrastructure suite.

**kazi** (Kiswahili) = work, job, task

## Tools (6)

| Tool | Description |
|------|-------------|
| `job_match` | Match worker skills to available job categories |
| `wage_benchmark` | Monthly wage ranges (entry/mid/senior) by job and county |
| `skills_gap_analysis` | Gap analysis + training pathways for target roles |
| `informal_sector_registry` | Register/lookup jua kali and informal workers |
| `contract_template` | Employment Act 2007-aligned contract templates |
| `labor_rights_query` | Kenya Employment Act rights by topic |

> **All data is DEMO (synthetic estimates).**

## Installation

```bash
pip install kazi-mcp
```

## Usage

```bash
kazi-mcp
```

### Claude Desktop

```json
{
  "mcpServers": {
    "kazi-mcp": {
      "command": "kazi-mcp"
    }
  }
}
```

## Coordination Infrastructure Suite

| Tool | Domain |
|------|--------|
| [mpesa-mcp](https://github.com/gabrielmahia/mpesa-mcp) | Payments |
| [bima-mcp](https://github.com/gabrielmahia/bima-mcp) | Insurance |
| [mkopo-mcp](https://github.com/gabrielmahia/mkopo-mcp) | Credit |
| [soko-mcp](https://github.com/gabrielmahia/soko-mcp) | Markets |
| [sifa-mcp](https://github.com/gabrielmahia/sifa-mcp) | Reputation |
| **kazi-mcp** | **Labor** |
| [wapimaji-mcp](https://github.com/gabrielmahia/wapimaji-mcp) | Water/Drought |

## License — MIT

> Not legal advice. All data is synthetic demonstration data only.

## 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](docs/architecture/IP_POLICY.md). Security reports: see [SECURITY.md](SECURITY.md).

<!-- interconnect:v1 -->
## Part of the East Africa coordination stack

- **Install & run:** `pip install reli-cli && reli list` — 33 MCP servers on the [official MCP Registry](https://registry.modelcontextprotocol.io) under `io.github.gabrielmahia`
- **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)
- **Coordinate across servers:** [africa-coord-bus](https://pypi.org/project/africa-coord-bus/) — offline-first event bus with a built-in Kenya routing table
- **Datasets:** [huggingface.co/gmahia](https://huggingface.co/gmahia) · **Docs hub:** [nairobi-stack](https://github.com/gabrielmahia/nairobi-stack)

Model-agnostic by design: closed APIs, open-weight models, and small distilled models are all first-class citizens.
<!-- /interconnect:v1 -->
