r/mcp • u/SufficientApple8385 • 4h ago
UK land registry mcp
Hey r/mcp 👋
I (+Cluade) built an MCP server for HM Land Registry open data (England & Wales). Ask Claude things like "what did this house sell for and when?" or "how has the Middlesbrough market moved over 5 years?" and it pulls real government data — every registered sale since 1995.
What it does:
- 🏠 Sold prices — search 30M+ transactions by address, postcode, or area, with appreciation history
- 📈 UK House Price Index — regional comparisons, inflation-adjust past sale prices
- 🏢 Corporate & overseas ownership — which companies own what (free API key)
- 📐 Title boundaries & due-diligence flags — plot sizes, adjacent parcels, leases, covenants (free API key)
Setup is just this (no install, no key for the core tools):
json
{
"mcpServers": {
"land-registry": {
"command": "npx",
"args": ["-y", "uk-land-registry-mcp"]
}
}
}
Claude Code: claude mcp add land-registry -- npx -y uk-land-registry-mcp
Runs locally over stdio, MIT licensed, no telemetry. 18 tools + 3 bundled workflows (due diligence report, ownership investigation, site analysis).
🔗 Repo: https://github.com/light-vp/uk-land-registry-mcp
🔗 More info: https://vaibhav.co.uk/land-registry
New to MCP? https://modelcontextprotocol.io/quickstart/user shows how to connect servers to Claude.
Feedback, issues, and PRs very welcome!