Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

UK Property Data

io.github.paulieb89/property-shared

UK property data — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House

Uptime
100.0%
1 direct probes · 30d
Response
521ms
last probe
Tools
14
callable
Resources
3
readable
Prompts
3
available

Tools · 14

property_comps

Comparable sales from Land Registry Price Paid Data. Defaults return the standard residential set: - property_type=None means residential (F+D+S+T). Pass "F"/"D"/"S"/"T"/"O" for a single type, or "…

property_yield

Gross rental yield for a UK postcode. Combines Land Registry sale comps (median sale price) with Rightmove rental listings (median monthly rent) to produce a gross yield percentage.

rental_analysis

Rental market analysis and achievable rent estimate. auto_escalate widens the search area when fewer than 5 listings are found (thin market). Response includes thin_market, escalated_from, escalated_…

property_epc

Energy Performance Certificate data for a UK property or postcode area. With address: returns the matched EPC certificate for that specific property. Without address: returns the record count and, wh…

property_epc_search

DEPRECATED — use property_epc_summaries then epc_certificate. This tool returned score, floor_area, property_type, habitable_rooms and inspection_date for every certificate at a postcode. The EPC ser…

property_epc_summaries

List EPC certificate summaries at a postcode — for candidate selection. Returns one bounded page. Each entry contains only what the EPC search exposes: certificate_number, address, uprn (often absent…

epc_certificate

Fetch a single EPC certificate by its GOV.UK certificate number. Use after property_epc_summaries has listed the candidates and you have picked one — this is faster than property_epc(postcode, addres…

stamp_duty

UK Stamp Duty Land Tax (SDLT) calculation with full breakdown.

rightmove_search

Fetch Rightmove listings for a postcode. listing_type: "sale" or "rent". sort_by: "newest", "most_reduced", "price_asc", "price_desc". Images are excluded from results.

rightmove_listing

Full detail for a single Rightmove listing. property_id is the numeric Rightmove property ID (the digits at the end of a rightmove.co.uk/properties/... URL), max 12 digits. Full URLs are not accepted…

property_blocks

Property block analysis — identify buildings with multiple flat sales (block-buy opportunities).

company_search

Search Companies House for a company by name.

planning_search

Find the council planning portal URL for a postcode.

ppd_transactions

Raw Land Registry Price Paid transactions for a postcode.

Resources · 3

councils_list_resource

Return the 99-council UK planning portal registry as JSON. Static reference data sourced from property_core/planning_councils.json. Lets callers read the full registry once instead of calling plannin…

councils://list
sdlt_bands_resource

Return the current UK Stamp Duty Land Tax band schedule as JSON. Static reference data matching `property_core/stamp_duty.py` exactly. Lets an LLM cite the bands directly without calling the stamp_du…

sdlt-bands://current
epc_ratings_resource

Return EPC band definitions and score ranges as JSON. Canonical reference for UK domestic Energy Performance Certificate bands (A best, G worst), with SAP score ranges and one-line meanings. Grounds …

epc-ratings://reference

Prompts · 3

investment_analysis

Evaluate a UK property as a buy-to-let investment. Calls comps + yield + EPC + stamp duty, then synthesises a yield + tax + risk summary. Defaults assume an investor (additional_property=true).

area_comparison

Compare 2-3 UK postcodes side-by-side for area-level investment evaluation. Postcodes passed as a comma-separated string (e.g. "NG1 2NS, DE12 7DH").

full_property_analysis

Comprehensive UK property analysis — composes comps, yield, EPC, asking prices, then synthesises. This is a workflow prompt, not a single API call. The LLM follows the instructions below to call the …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "uk_property_data": {
      "url": "https://property-shared.fly.dev/mcp",
      "transport": "streamable-http"
    }
  }
}