ardhi-mcp
ardhi-mcp
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 ardhi-mcp · Use with any MCP client.
MCP server for Kenya land administration — title search, land rates, subdivision process, land disputes, and National Land Commission guidance. 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-busAll 32 servers: pypi.org/user/gmahia Live demo: coord-cascade-demo
Related MCP server: habari-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
Install & run:
pip install reli-cli && reli list— 33 MCP servers on the official MCP Registry underio.github.gabrielmahiaEvaluate any model on Swahili agent tasks: kipimo · dataset · leaderboard
Coordinate across servers: africa-coord-bus — offline-first event bus with a built-in Kenya routing table
Datasets: huggingface.co/gmahia · Docs hub: nairobi-stack
Model-agnostic by design: closed APIs, open-weight models, and small distilled models are all first-class citizens.
Available Tools
1 toolsubdivision_processCRead-only
Land subdivision application process in Kenya. DEMO.
| Name | Required | Description | Default |
|---|---|---|---|
| county | No | Optional filter for county. Pass None to return all results. | |
| purpose | No | Optional filter for purpose. Pass None to return all results. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so this is known to be a safe read operation. The description adds 'DEMO,' hinting at limited or non-production data, which provides some extra context beyond annotations. No other behavioral traits (e.g., data scope, return format) are disclosed, but the annotations carry most of the burden here.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise (just 8 words), which is efficient for a simple tool. However, it lacks structure (no sentences, just phrases). For a tool with only 2 parameters and clear schema, this brevity is acceptable and earns a high score.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simple schema (2 optional string params) and output schema existence (though not shown), the description is minimal but covers the core topic. The 'DEMO' note adds context about reliability. For a simple read-only tool, this is just adequate, but it could mention what the output represents.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%; both parameters (county, purpose) have descriptions in the schema itself. The tool description adds no additional meaning beyond what the schema already provides, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states 'Land subdivision application process in Kenya. DEMO.' This gives a general topic but lacks an action verb (e.g., 'get' or 'search') and doesn't specify what the tool returns (e.g., applications, statuses). It barely distinguishes itself from potential siblings, but since there are none, it's somewhat acceptable for a vague purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No usage guidelines are provided. The description does not mention when to use this tool, prerequisites, or alternatives. With zero guidance, an AI agent must infer usage solely from the name and vague description, which is insufficient for clear decision-making.
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.
5 tool updates
v0.1.4- Removed
land_dispute_paths - Removed
land_rates_query - Removed
land_rights_query - Changed
subdivision_process2 fields changed- added
Input schema / properties / county / description"Optional filter for county. Pass None to return all results."
- added
Input schema / properties / purpose / description"Optional filter for purpose. Pass None to return all results."
- Removed
title_search_guide
5 tool updates
v0.1.0- First observed
land_dispute_paths - First observed
land_rates_query - First observed
land_rights_query - First observed
subdivision_process - First observed
title_search_guide
TDQS
With only one tool, there is no possibility of confusion between tools. The single tool is clearly distinguishable.
There is only one tool, so naming conventions are trivially consistent. The name 'subdivision_process' follows a clear noun_noun pattern.
A single tool for a land subdivision process is too few, even for a demo. The server's scope likely requires multiple tools for a complete workflow, but only one is provided, making it feel incomplete.
The tool set is severely incomplete. A land subdivision application process typically involves multiple steps and operations (e.g., submitting documents, checking status, approvals), but only one tool covering a vague 'process' is provided, leaving obvious gaps.
Maintenance
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
MCP server for Japan geodata: cadastral lot numbers (chiban) and reverse geocoding, for AI agents.
Canonical British Columbia Property Intelligence & Risk Screening MCP Server.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for Kenya insurance intelligence, providing tools to query insurance products, NHIF coverage, and parametric crop risk scoring.6MIT
- AlicenseCqualityAmaintenanceMCP server for Kenya civic information — Kenya Gazette, government tenders, open data, parliament tracker, citizen feedback.5MIT
- AlicenseCqualityAmaintenanceMCP server for Kenya environment — NEMA permits, climate data, conservation areas, environmental rights, climate adaptation.5MIT
- AlicenseBqualityAmaintenanceMCP server for Kenya transport — matatu route finder, NTSA services, boda licensing, freight logistics, passenger rights.5MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ardhi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server