INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://groundwerk.nl/api/mcp
Connect to this endpoint to inspect the live schema for get_city_overbidding and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
list_neighbourhoods— List neighbourhoods (buurten) Groundwerk has a profile for, optionally filtered to one city.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.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.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.