MCP Hub
Back to servers

UK Property Intelligence

UK property data MCP server for AI hosts (Claude, ChatGPT). Wraps Land Registry, Rightmove, EPC, rental yields, stamp duty, and Companies House into 13 tools.

glama
Updated
May 4, 2026

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.

PyPI Glama Install in VS Code Install in VS Code Insiders Install in Cursor


Data Sources

SourceAPIAuth
Land Registry (PPD)landregistry.data.gov.uk SPARQLNone
EPC Registerepc.opendatacommunities.orgAPI key (free, optional)
Rightmoverightmove.co.uk (scraping, polite)None
postcodes.ioapi.postcodes.ioNone
Companies Houseapi.company-information.service.gov.ukAPI key (free)

Tools

ToolDescription
property_reportFull data pull — comps + EPC + yield + market (needs street address + postcode)
property_compsLand Registry comparable sales with EPC-enriched price/sqft
ppd_transactionsTransaction search by postcode, address, date range, or price
property_yieldGross rental yield (PPD sales + Rightmove rentals)
rental_analysisRental market stats, optional yield from purchase price
property_epcEPC certificate lookup
rightmove_searchRightmove listings for sale or rent
rightmove_listingFull details for a specific Rightmove listing
property_blocksBlock-buy opportunities (buildings with multiple flat sales)
stamp_dutySDLT calculator with all surcharges
planning_searchLocal council planning portal URL
company_searchCompanies House search by name
company_profileFull 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

KeyWhere to get it
EPC_API_EMAIL / EPC_API_KEYepc.opendatacommunities.org — free registration
COMPANIES_HOUSE_API_KEYdeveloper.company-information.service.gov.uk — free

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 + postcode
  • property-search — deal sourcing and comparable analysis

Licence

MIT

Reviews

No reviews yet

Sign in to write a review