Skip to main content
Glama
gabrielmahia

nyumba-mcp

by gabrielmahia

nyumba-mcp

nyumba-mcp Glama score


Compatible with claude-sonnet-5 (released 2026-06-30) — Anthropic's most agentic Sonnet yet. Runs multi-step tool chains end-to-end without stopping short. Install: pip install nyumba-mcp · Use with any MCP client.


MCP server for Kenya housing — rental market, tenant rights, building permits, affordable housing programs, and housing finance. 5 tools.

Part of the East Africa Coordination Stack

This MCP server is one of 32 tools in the Kenya coordination infrastructure. Connect it to africa-coord-bus — the coordination event bus that routes signals between domains automatically.

pip install africa-coord-bus

All 32 servers: pypi.org/user/gmahia Live demo: coord-cascade-demo

Related MCP server: jumuia-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

Model-agnostic by design: closed APIs, open-weight models, and small distilled models are all first-class citizens.

Available Tools

5 tools
affordable_housing_guideB
Read-only

Kenya affordable housing programs: Boma Yangu, SHA, county schemes. DEMO.

ParametersJSON Schema
NameRequiredDescriptionDefault
countyNoKenya county e.g. 'Nairobi', 'Kiambu'. Leave empty for national programmes.
income_rangeNoMonthly income bracket e.g. 'under_15000', '15000_30000', '30000_50000' in KES.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

B3.2/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, so the description adds no further behavioral disclosure. The mention of 'DEMO' might hint at a non-production state but is vague. No behavioral traits beyond read-only are described.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that efficiently conveys the tool's subject matter. It is front-loaded with key information and contains no redundant words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that the tool has an output schema (even if content unknown) and fully documented parameters, the description is mostly complete. It could briefly state that it's a guide rather than a data retrieval tool, but the presence of the output schema mitigates the need.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%; each parameter (county, income_range) is already described in the schema. The tool description does not add any extra context or examples beyond what the schema provides, so a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool covers Kenya affordable housing programs and lists specific examples (Boma Yangu, SHA, county schemes). The word 'DEMO' introduces slight ambiguity but does not obscure the core purpose. It distinguishes from sibling tools like building_permit_guide by focusing on housing programs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use or when to prefer alternative tools. The description only states the tool's content; it does not contrast with siblings or specify prerequisites or limitations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

building_permit_guideC
Read-only

Building plan approval and permit process in Kenya counties. DEMO.

ParametersJSON Schema
NameRequiredDescriptionDefault
countyYes
project_typeNoresidential

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

C2.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, so the description's lack of behavioral details is acceptable. However, the 'DEMO' flag is not explained, and no additional behavioral context (e.g., response format) is provided beyond the annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short (one sentence plus 'DEMO'), which is concise but lacks structure. It is not verbose, but the brevity leaves out essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having an output schema, the description does not clarify what the guide returns. Given the tool's simplicity (2 params, 1 required), the description is incomplete for an agent to understand its full capability.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not mention the parameters 'county' or 'project_type', despite the schema having 0% description coverage. With no param documentation in the description, the agent receives no added meaning beyond the schema's raw structure.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a guide for building plan approval and permits in Kenya counties, which differentiates it from sibling tools like affordable_housing_guide or rental_market_guide. However, the term 'DEMO' adds a slight ambiguity about its completeness.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The description does not specify contexts, prerequisites, or exclusions. The sibling tools cover related topics, but no differentiation is mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

housing_finance_guideB
Read-only

Kenya housing finance: mortgages, SACCOS, tenant purchase schemes. DEMO.

ParametersJSON Schema
NameRequiredDescriptionDefault
income_kes_monthlyNo
property_value_kesNoOptional filter for property value kes. Pass None to return all results.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

B3.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=true (safe read operation). The description adds 'DEMO', which signals that outputs may be sample or non-real data, providing useful behavioral context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short (one sentence) and front-loads the key topic. No unnecessary words. However, it could benefit from a bit more structure without losing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that an output schema exists (so return values are documented elsewhere) and annotations are present, the description is adequate but minimal. It lacks information on how parameters affect results and does not differentiate from sibling tools. 'DEMO' is important but other context is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not mention or explain the parameters (income_kes_monthly, property_value_kes). Schema coverage is 50% (only property_value_kes has a description). The description fails to add meaning for the undocumented parameter, leaving a gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description lists topics (mortgages, SACCOS, tenant purchase schemes) but does not state an explicit action verb (e.g., 'provides a guide' or 'gives information'). The label 'DEMO' adds confusion about its actual function. It is implied to be a guide, but purpose is vague.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for housing finance topics, but does not provide explicit guidance on when to use this tool versus sibling tools (e.g., affordable_housing_guide, rental_market_guide). No when-not-to-use or alternative suggestions are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

rental_market_guideC
Read-only

Kenya rental market guide: prices, tenant rights, and county-specific info. DEMO.

ParametersJSON Schema
NameRequiredDescriptionDefault
countyYes
bedroomsNo
area_typeNosuburb

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

C2.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, so the tool is known to be read-only. The description adds no further behavioral traits (e.g., response format, limitations, demo nature), but also does not contradict annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence, front-loading the key purpose. However, the trailing 'DEMO' is cryptic and could be misleading.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having an output schema, the description fails to clarify what the tool returns (e.g., price ranges, rights summaries). It is incomplete for agent decision-making, especially given parameter documentation gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description must explain parameters like 'county', 'bedrooms', 'area_type'. It does not mention any of them, leaving the agent to infer meaning from names alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool provides Kenya rental market info on prices, tenant rights, and county-specific data. However, it does not distinguish itself from the sibling tool 'tenant_rights_guide', which overlaps in scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus alternatives (e.g., tenant_rights_guide). The description only lists content areas without context on selection criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

tenant_rights_guideC
Read-only

Kenya tenant rights under Rent Restriction Act and Land Act. DEMO.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

C2.4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint and openWorldHint. The description adds 'DEMO', which signals non-production readiness, but does not elaborate on behavior or limitations. Minimal added value.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short, which is concise, but it fails to include essential information. Frontloading is not an issue, but brevity sacrifices clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the low schema coverage and lack of parameter guidance, the description is insufficient. An output schema exists but is not referenced. Overall, the description does not enable effective tool usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The sole parameter 'topic' has no description in the schema (0% coverage) and the tool description does not explain what values it expects or how it affects results. Completely lacking.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description mentions specific acts and it's a demo, but does not clearly state the tool's function (e.g., 'Provides information about tenant rights'). The purpose is implied rather than explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus siblings like affordable_housing_guide or rental_market_guide. The description lacks context for selecting among alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updatesv0.1.2
    • Changedaffordable_housing_guide2 fields changed
      • addedInput schema / properties / county / description
        Added value: +"Kenya county e.g. 'Nairobi', 'Kiambu'. Leave empty for national programmes."
      • addedInput schema / properties / income_range / description
        Added value: +"Monthly income bracket e.g. 'under_15000', '15000_30000', '30000_50000' in KES."
    • Changedhousing_finance_guide1 field changed
      • addedInput schema / properties / property_value_kes / description
        Added value: +"Optional filter for property value kes. Pass None to return all results."
  2. 5 tool updatesv0.1.0
    • First observedaffordable_housing_guide
    • First observedbuilding_permit_guide
    • First observedhousing_finance_guide
    • First observedrental_market_guide
    • First observedtenant_rights_guide

TDQS

B3.3/5.0
Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivitySlowing
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gabrielmahia/nyumba-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server