MCP Server
Active
MIT
Dutch Vehicle Context MCP Server
nl.tradebrite/dutch-vehicle-context
What is the Dutch Vehicle Context MCP server?
Dutch vehicle report by licence plate: MOT, defects, odometer verdict and open recalls.
How to install Dutch Vehicle 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-vehicle-context": {
"url": "https://vehicle-context.tradebrite.nl/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dutch-vehicle-context": {
"serverUrl": "https://vehicle-context.tradebrite.nl/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"dutch-vehicle-context": {
"type": "http",
"url": "https://vehicle-context.tradebrite.nl/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"dutch-vehicle-context": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://vehicle-context.tradebrite.nl/mcp"
]
}
}
}Claude Code
claude mcp add --transport http dutch-vehicle-context https://vehicle-context.tradebrite.nl/mcpRelated MCP servers
Dutch Property Context
Active
Dutch property report by address: build year, energy label, neighbourhood, monument, schools.
0
View repository →TypeScript
MIT