Data Collection
autokopen.nl
Search and retrieve used car listings and Dutch license plate records from autokopen.nl and RDW.
ENDPOINT 1
https://autokopen.nl/api/mcp
MCP server metadata
- Name
- autokopen
- Version
- 1.0.0
Known tools 9
get_vehicle_detailGet the full detail record for a single vehicle by its autokopen.nl ID.
Inferred read-onlyget_brandsList every car brand currently available on autokopen.nl with its models and vehicle counts.
Inferred read-onlyget_vehicle_countReturn the total number of vehicles currently listed on autokopen.nl.
Inferred read-onlyestimate_valuationEstimate the current market value of a specific car based on comparable vehicles in the autokopen.nl catalogue (asking prices).
Inferred read-onlycalculate_financingCalculate the indicative monthly financing payment for a vehicle price.
Potential side effectsCONNECT 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.autokopen]
url = "https://autokopen.nl/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"autokopen": {
"type": "http",
"url": "https://autokopen.nl/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: autokopen
Remote MCP URL: https://autokopen.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": {
"autokopen": {
"url": "https://autokopen.nl/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"autokopen": {
"type": "http",
"url": "https://autokopen.nl/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "autokopen",
"transport": "streamable-http",
"url": "https://autokopen.nl/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for autokopen.nl was fetched 2026-09-09T08:52:16.849Z.
autokopen.nl is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.