Open Data

HM Land Registry Price Paid MCP Server

Chat with AI and run tools instantly.

Search HM Land Registry's Price Paid dataset covering 20M+ residential property transactions in England and Wales since 1995. Query by postcode, street, town, or county. Run SPARQL queries for advanced analysis like price trends and aggregations. Open data under the Open Government Licence v3.0.

Managed
3 tools
Agent guide included

Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for HM Land Registry Price Paid — workflow patterns, data models, and gotchas for your AI agent.

HM Land Registry Price Paid

Open dataset of 20M+ residential property transactions in England and Wales since 1995.

Data Model

  • Transaction Record — price paid, date, property type, estate type, new build flag.
  • Address — PAON (primary), SAON (secondary/flat), street, locality, town, district, county, postcode.
  • Property Types — detached, semi-detached, terraced, flat-maisonette, other.
  • Estate Types — freehold, leasehold.

REST API

Base: http://landregistry.data.gov.uk/data/ppi/

  • /transaction-record.json — full transaction records with nested address, price, date.
  • /address.json — address-only records (lighter, for discovering postcodes/streets).

Filter params use dot notation: propertyAddress.postcode, propertyAddress.street, etc. All address values must be UPPERCASE (e.g. LONDON, PEAR TREE STREET). Pagination: _page (0-based), _pageSize (max 200, default 10).

SPARQL Endpoint

http://landregistry.data.gov.uk/landregistry/query

Prefixes:

  • ppd: <http://landregistry.data.gov.uk/def/ppi/>
  • lrcommon: <http://landregistry.data.gov.uk/def/common/>

Useful for date ranges, price aggregations, and cross-field queries the REST API can't express.

Gotchas

  • Address values are ALL CAPS — the API is case-sensitive.
  • The REST API returns linked data JSON with nested objects (not flat key-value).
  • Transaction records include _about URIs — ignore these, focus on pricePaid, transactionDate, propertyAddress.
  • _count=yes param returns count of matching records but is disabled for very large result sets.
  • SPARQL endpoint accepts output=json for JSON results.

Tools in this Server (3)

Hmlr Search Addresses

Search HM Land Registry for property addresses that appear in the Price Paid dataset. Lighter than transaction search — returns just address details w...

Hmlr Search Transactions

Search HM Land Registry Price Paid transaction records for residential property sales in England and Wales. Returns price paid, transaction date, prop...

Hmlr Sparql Query

Execute a SPARQL query against HM Land Registry's Price Paid linked data store. Use for advanced queries the REST tools cannot express: date range fil...

Frequently Asked Questions

What is the HM Land Registry Price Paid MCP server?

Search HM Land Registry's Price Paid dataset covering 20M+ residential property transactions in England and Wales since 1995. Query by postcode, street, town, or county. Run SPARQL queries for advanced analysis like price trends and aggregations. Open data under the Open Government Licence v3.0. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect HM Land Registry Price Paid to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/hm-land-registry-price-paid. Authentication is handled automatically.

How many tools does HM Land Registry Price Paid provide?

HM Land Registry Price Paid provides 3 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does HM Land Registry Price Paid require?

HM Land Registry Price Paid uses open data APIs — no authentication required.

Setup Instructions

Connect HM Land Registry Price Paid to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/hm-land-registry-price-paid

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to HM Land Registry Price Paid and paste the MCP URL into Remote MCP server URL.
  4. Click Add. HM Land Registry Price Paid will appear under Not connected — select it and click Connect to complete OAuth.
Name: HM Land Registry Price Paid
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/hm-land-registry-price-paid
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Try HM Land Registry Price Paid now

No API key or third-party login required. Chat with AI and run tools instantly.

HM Land Registry Price Paid MCP Server & Skill — 3 Tools