search_transactions

Pack: landregistry-uk · Endpoint: https://gateway.pipeworx.io/landregistry-uk/mcp

Search HM Land Registry Price Paid records — individual residential property sales in England & Wales since 1995.

Parameters

NameTypeRequiredDescription
postcodestringnoUK postcode, UPPERCASE with a space, e.g. “WA2 8SN”. Exact match.
townstringnoPost town, exact match (case-insensitive in practice), e.g. “WARRINGTON”.
districtstringnoLocal district, exact match, e.g. “MANCHESTER”.
countystringnoCounty, exact match, e.g. “GREATER MANCHESTER”.
minPricenumbernoMinimum price paid in whole GBP (inclusive).
maxPricenumbernoMaximum price paid in whole GBP (inclusive).
minDatestringnoEarliest sale date, YYYY-MM-DD (inclusive). Data starts 1995.
maxDatestringnoLatest sale date, YYYY-MM-DD (inclusive).
datestringnoExact sale date, YYYY-MM-DD. Overrides minDate/maxDate.
sortstringnoSort field. Prefix with ”-” for descending. Common: “-transactionDate” (newest first), “transactionDate”, “-pricePaid”, “pricePaid”. Default newest first.
pageSizenumbernoResults per page, 1-500. Default 25.
pagenumberno0-indexed page number. Default 0.

Example call

curl -X POST https://gateway.pipeworx.io/landregistry-uk/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_transactions","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "landregistry-uk": {
      "url": "https://gateway.pipeworx.io/landregistry-uk/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026