PluginBench
MCP Server
Active
MIT

Dutch Property Context MCP Server

nl.tradebrite/dutch-property-context

What is the Dutch Property Context MCP server?

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

How to install Dutch Property Context

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "dutch-property-context": {
      "url": "https://property-context.tradebrite.nl/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "dutch-property-context": {
      "serverUrl": "https://property-context.tradebrite.nl/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "dutch-property-context": {
      "type": "http",
      "url": "https://property-context.tradebrite.nl/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "dutch-property-context": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://property-context.tradebrite.nl/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http dutch-property-context https://property-context.tradebrite.nl/mcp

Related MCP servers

Dutch vehicle report by licence plate: MOT, defects, odometer verdict and open recalls.

0
TypeScript
MIT
View repository →