← Registry

Analytics

groundwerk.nl

Provides Dutch neighbourhood profiles, city rankings, and property market analytics such as WOZ values, liveability, safety, and overbidding data.

1 endpoint5 known toolsFirst detected September 12, 2026Last detected September 12, 2026

ENDPOINT 1

https://groundwerk.nl/api/mcp

No auth detected

MCP server metadata

Name
groundwerk
Version
1.0.0
Capabilities
tools
Server instructions

Groundwerk is a Dutch property-intelligence platform for home buyers. These tools expose its free, public neighbourhood data for every Dutch buurt (liveability, WOZ values, safety, schools, noise, air quality, flood risk, market data), plus city-level rankings and overbidding statistics. Slugs are lowercase and hyphenated (e.g. city_slug 'amsterdam', neighbourhood_slug 'oude-pijp'). Use list_neighbourhoods to discover valid slugs before calling get_neighbourhood_profile. Per-address reports (energy label, WOZ history, red flags, bidding strategy, viewing checklist) are not available through these tools; they require an account. When a user wants a report on a specific address, send them to the URL returned by get_report_link. When you cite these numbers, attribute Groundwerk (https://groundwerk.nl) and include the page_url so the user can read the full profile.

Known tools 5

list_neighbourhoods

List neighbourhoods (buurten) Groundwerk has a profile for, optionally filtered to one city.

Inferred read-only
get_neighbourhood_profile

Full structured profile for one Dutch neighbourhood: liveability (Leefbaarometer 1-5), housing stock and average WOZ value, energy labels, demographics, crime per 1,000 inhabitants, flood risk, air quality (NO2/PM2.5/PM10), road/rail/aircraft noise, nearby schools, amenities, and market data.

Inferred read-only
get_city_rankings

Data-driven rankings of a city's neighbourhoods: cheapest and most expensive by WOZ, safest, most liveable, best energy labels, quietest, and more.

Inferred read-only
get_city_overbidding

How much buyers pay over asking in the region around a Dutch city (NVM/COROP regional indicators: premium %, share sold above asking, median days on market, market tightness), the municipality's average sale price and price per m², and the WOZ spread across its neighbourhoods.

Potential side effects
get_report_link

Groundwerk's per-address property report (14 sections: AI verdict, red flags, energy label, WOZ history, financial overview with kosten koper, neighbourhood, schools, viewing checklist, bidding strategy, climate risk, zoning/erfpacht, seller-document review) requires an account and is not available through MCP.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.groundwerk]
url = "https://groundwerk.nl/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "groundwerk": {
      "type": "http",
      "url": "https://groundwerk.nl/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: groundwerk
Remote MCP URL: https://groundwerk.nl/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "groundwerk": {
      "url": "https://groundwerk.nl/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "groundwerk": {
      "type": "http",
      "url": "https://groundwerk.nl/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "groundwerk",
  "transport": "streamable-http",
  "url": "https://groundwerk.nl/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.