Skip to main content
Glama

RDW MCP Server

by jodur
MIT License
311
  • Apple
  • Linux

rdw-license-plate-lookup

Retrieve detailed Dutch vehicle information, including specs, APK history, recalls, ownership details, and technical defects, by entering a Dutch license plate via the RDW MCP Server.

Instructions

Look up ALL available Dutch vehicle information from RDW databases including vehicle specs, fuel/emissions, APK history, recalls, ownership history, technical defects, and more

Input Schema

NameRequiredDescriptionDefault
kentekenYesDutch license plate (kenteken) to look up

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "kenteken": { "description": "Dutch license plate (kenteken) to look up", "minLength": 1, "type": "string" } }, "required": [ "kenteken" ], "type": "object" }
Install Server

Other Tools from RDW MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jodur/RDW-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server