UK Property Intelligence
uk-property-mcp
UK property data MCP server for AI agents. Wraps Land Registry, Rightmove, EPC, rental yields, stamp duty, and Companies House into 13 tools — one connection, no paywalls.
Data Sources
Source | API | Auth |
Land Registry (PPD) |
| None |
EPC Register |
| API key (free, optional) |
Rightmove | rightmove.co.uk (scraping, polite) | None |
postcodes.io |
| None |
Companies House |
| API key (free) |
Related MCP server: Dilix MCP
Tools
Tool | Description |
| Full data pull — comps + EPC + yield + market (needs street address + postcode) |
| Land Registry comparable sales with EPC-enriched price/sqft |
| Transaction search by postcode, address, date range, or price |
| Gross rental yield (PPD sales + Rightmove rentals) |
| Rental market stats, optional yield from purchase price |
| EPC certificate lookup |
| Rightmove listings for sale or rent |
| Full details for a specific Rightmove listing |
| Block-buy opportunities (buildings with multiple flat sales) |
| SDLT calculator with all surcharges |
| Local council planning portal URL |
| Companies House search by name |
| Full Companies House record by company number |
Connect
Hosted (no install)
{
"mcpServers": {
"property-mcp": {
"type": "http",
"url": "https://uk-property-mcp.fly.dev/mcp"
}
}
}Local (uvx)
export EPC_API_EMAIL=your_email
export EPC_API_KEY=your_key
export COMPANIES_HOUSE_API_KEY=your_key{
"mcpServers": {
"property-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["uk-property-mcp"]
}
}
}API Keys
Key | Where to get it |
| epc.opendatacommunities.org — free registration |
|
EPC credentials are optional — the server degrades gracefully without them. COMPANIES_HOUSE_API_KEY is required for the company_search and company_profile tools.
Agent Skills
Routing skills for common workflows are in .agents/skills/:
property-report— full property report from address + postcodeproperty-search— deal sourcing and comparable analysis
Licence
MIT
This server cannot be installed
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 Servers
- AlicenseAqualityCmaintenanceUK property data MCP server — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House. 13 tools.Last updated1314MIT
- AlicenseAqualityCmaintenanceOpen-source MCP server providing real estate regulatory intelligence (zoning, permits, entitlements, deal scoring) for US properties, enabling AI agents to access 10 callable tools.Last updated126MIT
- Flicense-qualityCmaintenanceA local MCP server that exposes the UK Companies House API as tools for Claude Desktop and Cowork, enabling company search, profile retrieval, officer lookup, and document downloads.Last updated
- FlicenseAqualityCmaintenanceMCP server that exposes a Hawaii property pipeline as Claude tools, allowing natural language queries about parcel records, hazards, zoning, ADU eligibility, and more, based on real public data.Last updated3
Related MCP Connectors
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
UK property data — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House
Singapore property & financial data APIs for AI agents. 27 MCP tools. x402 micropayments.
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/paulieb89/uk-property-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server