nyumba-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rental_market_guideC | Kenya rental market guide: prices, tenant rights, and county-specific info. DEMO. |
| tenant_rights_guideC | Kenya tenant rights under Rent Restriction Act and Land Act. DEMO. |
| building_permit_guideC | Building plan approval and permit process in Kenya counties. DEMO. |
| affordable_housing_guideB | Kenya affordable housing programs: Boma Yangu, SHA, county schemes. DEMO. |
| housing_finance_guideB | Kenya housing finance: mortgages, SACCOS, tenant purchase schemes. DEMO. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool covers a distinct aspect of Kenya housing: affordable programs, permits, finance, rental market, and tenant rights. The descriptions clearly differentiate them, and no two tools have overlapping purposes.
All tool names follow an identical pattern of '[topic]_guide', using consistent snake_case. This predictability allows agents to infer the tool's purpose from its name alone.
Five tools is appropriate for a domain-specific information server. It covers key housing topics without being too sparse or overwhelming, and each tool earns its place.
The set covers major housing guides for Kenya, but a production version might include additional topics like property buying or taxes. However, for a demo server, the current scope is reasonably complete.