← Registry

Data Collection

motorkopen.nl

Provides access to Dutch used car listings and vehicle registration data.

1 endpoint9 known toolsFirst detected June 30, 2026Last detected September 18, 2026

ENDPOINT 1

https://motorkopen.nl/api/mcp

No auth detected

MCP server metadata

Name
motorkopen
Version
1.0.0
Capabilities
tools

Known tools 9

search_vehicles

Search motorkopen.nl used-motorcycle listings from Dutch dealers.

Inferred read-only
get_vehicle_detail

Get the full detail record for a single vehicle by its motorkopen.nl ID.

Inferred read-only
check_kenteken

Look up the public RDW record for a Dutch licence plate.

Inferred read-only
get_brands

List every motorcycle brand currently available on motorkopen.nl with its models and vehicle counts.

Inferred read-only
get_vehicle_count

Return the total number of vehicles currently listed on motorkopen.nl.

Inferred read-only
compare_vehicles

Compare 2 or 3 specific vehicles side by side.

Inferred read-only
estimate_valuation

Estimate the current market value of a specific motorcycle based on comparable vehicles in the motorkopen.nl catalogue (asking prices).

Inferred read-only
calculate_financing

Calculate the indicative monthly financing payment for a vehicle price.

Potential side effects
submit_lead

Submits a contact request to the dealer of a specific vehicle listing.

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.motorkopen]
url = "https://motorkopen.nl/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: motorkopen
Remote MCP URL: https://motorkopen.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": {
    "motorkopen": {
      "url": "https://motorkopen.nl/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "motorkopen",
  "transport": "streamable-http",
  "url": "https://motorkopen.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 motorkopen.nl was fetched 2026-08-23T14:08:01.285Z and is being refreshed.

Trust status Neutral

motorkopen.nl is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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