# Dutch Property Context (remote · property-context.tradebrite.nl)

Dutch property report by address: build year, energy label, neighbourhood, monument, schools.

- Trust score: 61/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `property-context.tradebrite.nl`: 61/100 (this document), [markdown](https://verifymcp.io/servers/nl-tradebrite-dutch-property-context/property-context.md), [page](https://verifymcp.io/servers/nl-tradebrite-dutch-property-context/property-context)

## Channel facts

- Endpoint: `https://property-context.tradebrite.nl/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.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-20.

- **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 1 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**: 65/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 534 tokens (~534/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http nl-tradebrite-dutch-property-context https://property-context.tradebrite.nl/mcp
```

### Codex

```toml
[mcp_servers.nl-tradebrite-dutch-property-context]
url = "https://property-context.tradebrite.nl/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nl-tradebrite-dutch-property-context": {
      "type": "remote",
      "url": "https://property-context.tradebrite.nl/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nl-tradebrite-dutch-property-context --url https://property-context.tradebrite.nl/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  nl-tradebrite-dutch-property-context:
    url: "https://property-context.tradebrite.nl/mcp"
```

### Other

```json
{
  "mcpServers": {
    "nl-tradebrite-dutch-property-context": {
      "type": "http",
      "url": "https://property-context.tradebrite.nl/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-20 (score 61, 0)

- [functional improvement] Stability: unverified → 0.03
- [cosmetic] “get_verified_property_context” reworded the description of “address”

### 2026-08-19 (score 61)

First indexed and scored.

## MCP tools (1)

### `get_verified_property_context` (~534 tokens)

Geeft de geverifieerde context van een Nederlands woonadres uit officiële open bronnen: BAG (bouwjaar, oppervlakte, gebruiksdoel), CBS-buurtcijfers, RIVM (omgevingsgeluid, PM2.5, NO2), het geregistreerde energielabel, rijksmonumentstatus, ligging in een beschermd stads- of dorpsgezicht, en nabije scholen. Gebruik dit wanneer iemand vraagt naar feiten, risico's of omgeving van een Nederlands adres.

Het antwoord heeft deze blokken: `identity` (welk pand is dit), `building` (bouwjaar, oppervlakte, gebruiksdoel), `energy`, `location`, `neighbourhood` (CBS), `environment` (geluid, PM2.5, NO2), `heritage` (rijksmonument), `protected_area` (beschermd stads- of dorpsgezicht, UNESCO-werelderfgoed), `schools`, `planning`, `signals` en `provenance`.

Die eerste blokken bevatten feiten uit een bron; `provenance` vertelt per bron welke, wanneer opgehaald en met welke status. `signals` zijn observaties die nadrukkelijk GEEN gebrek vaststellen: bouwjaar 1921 betekent niet dat er loden leidingen zijn, het betekent dat dat geverifieerd moet worden. Een status `not_configured` of `unavailable` betekent dat wij het niet hebben opgehaald, niet dat het niet bestaat — vul zulke velden nooit zelf in met een schatting.

Let in het bijzonder op `identity.match_verified`. Staat die op false, dan is het gevraagde adres niet teruggevonden en gaat de rest van het antwoord over een ander pand; meld dat dan aan de gebruiker in plaats van de gegevens te presenteren. Bij `identity.match_ambiguous` zijn er meerdere even goede kandidaten en staan die in `match_alternatives`.

Dit is geen taxatie en geen juridisch of bouwkundig advies.

Input parameters:

- `address` (string, required): Nederlands adres, bij voorkeur met plaatsnaam of postcode, bijvoorbeeld 'Grote Markt 2, Haarlem' of '2011RD 2'. Zonder plaatsnaam is het resultaat vaak dubbelzinnig.
- `depth` (string): Hoeveel detail. 'compact' (standaard) laat de bron-URL's en de volledige scholenlijst weg en is ongeveer de helft kleiner; alle feiten en álle signalen zitten er gewoon in. Vraag 'full' alleen als je…

## Diagnostics

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

## Score history

- 2026-08-20: 61
- 2026-08-19: 61

## Links

- Remote endpoint: https://property-context.tradebrite.nl/mcp
- Repository: https://github.com/rleefers/dutch-property-context
- Website: https://tradebrite.nl/property-context/
- Changelog RSS feed: https://verifymcp.io/servers/nl-tradebrite-dutch-property-context/property-context.xml
- Changelog JSON feed: https://verifymcp.io/servers/nl-tradebrite-dutch-property-context/property-context.json
- HTML version of this page: https://verifymcp.io/servers/nl-tradebrite-dutch-property-context/property-context
