# UK Property Data (remote · property-shared.fly.dev)

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

- Trust score: 65/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `property-shared.fly.dev`: 65/100 (this document), [markdown](https://verifymcp.io/servers/paulieb89-property-shared/property-shared.md), [page](https://verifymcp.io/servers/paulieb89-property-shared/property-shared)
- pypi · `property-shared`: 10/100, [markdown](https://verifymcp.io/servers/paulieb89-property-shared/property-shared-2.md), [page](https://verifymcp.io/servers/paulieb89-property-shared/property-shared-2)

## Channel facts

- Endpoint: `https://property-shared.fly.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.5.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 13 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 78/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1675 tokens (~104/item across 16 items; 13 tools + 3 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 75/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 11% of tool parameters carry a description.
  - Structured output schemas are declared (92% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http paulieb89-property-shared https://property-shared.fly.dev/mcp
```

### Codex

```toml
[mcp_servers.paulieb89-property-shared]
url = "https://property-shared.fly.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "paulieb89-property-shared": {
      "type": "remote",
      "url": "https://property-shared.fly.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add paulieb89-property-shared --url https://property-shared.fly.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  paulieb89-property-shared:
    url: "https://property-shared.fly.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "paulieb89-property-shared": {
      "type": "http",
      "url": "https://property-shared.fly.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 60)

First indexed and scored.

## MCP tools (13)

### `property_comps` (~233 tokens)

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 "ALL" to disable type filtering (firehose).
\- transaction_category defaults to "A" (standard sales). Pass None to
  include category-B (bulk transfers, non-standard conveyances).
\- filter_outliers=False by default; set True for IQR-trimmed stats AND
  transaction list (1.5*IQR rule, needs >=4 prices).

limit caps returned transactions (max 200). enrich_epc attaches EPC floor
area and price-per-sqft to each transaction — slower but richer.

Input parameters:

- `address`
- `enrich_epc` (boolean)
- `filter_outliers` (boolean)
- `limit` (integer)
- `months` (integer)
- `postcode` (string, required)
- `property_type`
- `search_level` (string)
- `transaction_category`

### `property_yield` (~199 tokens)

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.

Input parameters:

- `auto_escalate` (boolean): Widen the PPD search area on thin markets — postcode→ sector→district. Default True. Set False for strict-locality only.
- `months` (integer): PPD sale lookback period (default 24).
- `postcode` (string, required): UK postcode (e.g. "NG1 2NS").
- `property_type`: Filter sales by type. None (default) = residential set (F+D+S+T). Pass "F"/"D"/"S"/"T"/"O" for one type, "ALL" for firehose.
- `search_level` (string): PPD search granularity — "postcode", "sector" (default), or "district".

### `rental_analysis` (~86 tokens)

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_to
fields when escalation occurs.

Input parameters:

- `auto_escalate` (boolean)
- `postcode` (string, required)
- `purchase_price`
- `radius` (number)

### `property_epc` (~101 tokens)

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 an aggregated summary of every certificate at the
postcode — count, rating distribution, property-type breakdown, floor-area
range — plus a hint to call again with an address for single-property detail.

Returns None if no certificates exist for the postcode at all.

Input parameters:

- `address`
- `postcode` (string, required)

Output parameters:

- `result`

### `property_epc_search` (~272 tokens)

Browse all EPC certificates at a postcode — use when you have no house number.

Returns a slim list of every certificate at the postcode. Each entry contains:
  address, rating, score, floor_area (sqm), property_type, floor_level,
  habitable_rooms, inspection_date, lmk_key.

Workflow for Rightmove listings where the house number is not shown:
  1\. Call rightmove_listing to obtain floor_area_sqm, property_type, and
     any floor-level signals in the description (e.g. "top floor", "ground floor").
  2\. Call property_epc_search(postcode) to retrieve the full cert list.
  3\. You MUST cross-reference each cert's floor_area against the listing's
     floor_area_sqm (accept within ±5 sqm) AND property_type must match.
     Also use floor_level and habitable_rooms where available.
  4\. If a single cert matches, call epc_certificate(lmk_key) for the full detail.
  5\. If multiple certs match equally, present all candidates — do not guess.
     If floor_area is unavailable on the listing, filter by property_type only
     and return all candidates.

Returns None if no certificates exist for the postcode.

Input parameters:

- `postcode` (string, required)

Output parameters:

- `result`

### `epc_certificate` (~98 tokens)

Fetch a single EPC certificate by its lmk_key (certificate hash).

Use after property_epc_search has identified the correct cert — this is
faster than property_epc(postcode, address) as it makes a direct lookup
with no fuzzy matching or postcode re-fetch.

lmk_key is returned in every property_epc_search result.

Returns the full EPC certificate or None if not found.

Input parameters:

- `lmk_key` (string, required)

Output parameters:

- `result`

### `stamp_duty` (~57 tokens)

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

Input parameters:

- `additional_property` (boolean)
- `first_time_buyer` (boolean)
- `non_resident` (boolean)
- `price` (integer, required)

### `rightmove_search` (~110 tokens)

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.

Input parameters:

- `listing_type` (string)
- `max_pages` (integer)
- `max_price`
- `min_bedrooms`
- `postcode` (string, required)
- `property_type`
- `radius` (number)
- `sort_by`

Output parameters:

- `result` (array)

### `rightmove_listing` (~82 tokens)

Full detail for a single Rightmove listing (URL or numeric ID).

include_images fetches and embeds photos and floorplans as MCP image content.
max_images caps the number of property photos (default 3); floorplans always included.

Input parameters:

- `include_images` (boolean)
- `max_images` (integer)
- `property_url_or_id` (string, required)

### `property_blocks` (~45 tokens)

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

Input parameters:

- `months` (integer)
- `postcode` (string, required)
- `search_level` (string)

### `company_search` (~24 tokens)

Search Companies House for a company by name.

Input parameters:

- `name` (string, required)

### `planning_search` (~25 tokens)

Find the council planning portal URL for a postcode.

Input parameters:

- `postcode` (string, required)

### `ppd_transactions` (~39 tokens)

Raw Land Registry Price Paid transactions for a postcode.

Input parameters:

- `limit` (integer)
- `postcode` (string, required)
- `property_type`

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/paulieb89-property-shared/property-shared#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 64
- 2026-08-01: 64
- 2026-07-31: 63
- 2026-07-30: 63
- 2026-07-29: 62
- 2026-07-28: 61
- 2026-07-27: 61
- 2026-07-26: 60

## Links

- Remote endpoint: https://property-shared.fly.dev/mcp
- Repository: https://github.com/paulieb89/property-shared
- Website: https://bouch.dev/products/property-report
- Changelog RSS feed: https://verifymcp.io/servers/paulieb89-property-shared/property-shared/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/paulieb89-property-shared/property-shared/changelog.json
- HTML version of this page: https://verifymcp.io/servers/paulieb89-property-shared/property-shared
