MCP server for labor-rights information and coordination in Kenya (haki ya kazi = labor rights)
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx haki-ya-kazi-mcp
MCP client config
{
"mcpServers": {
"haki-ya-kazi-mcp": {
"command": "uvx",
"args": [
"haki-ya-kazi-mcp"
]
}
}
}