Open Data

HM Land Registry Price Paid MCP Server

Chat with AI and run tools instantly — no account needed.

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.

3 tools
Agent guide included
Try it Free

No account needed. 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

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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Try HM Land Registry Price Paid now

No sign-up required. Chat with AI and run tools instantly.

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