← autokopen.nl

INDIVIDUAL MCP TOOL

get_vehicle_detail

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

autokopen.nlnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

autokopen.nl

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "autokopen-nl",
  "transport": "streamable-http",
  "url": "https://autokopen.nl/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_vehicles — Search autokopen.nl used-car listings from Dutch dealers.
  • check_kenteken — Look up the public RDW record for a Dutch licence plate.
  • get_brands — List every car brand currently available on autokopen.nl with its models and vehicle counts.
  • get_vehicle_count — Return the total number of vehicles currently listed on autokopen.nl.
  • compare_vehicles — Compare 2 or 3 specific vehicles side by side.
  • estimate_valuation — Estimate the current market value of a specific car based on comparable vehicles in the autokopen.nl catalogue (asking prices).
  • calculate_financing — Calculate the indicative monthly financing payment for a vehicle price.
  • submit_lead — Submits a contact request to the dealer of a specific vehicle listing.