{
  "name": "Kenteken Intelligence",
  "description": "Dutch license plate lookup with RDW vehicle data, APK status, odometer check, and 2026–2027 bijtelling tax classification. Free tier available.",
  "url": "https://kenteken.binary.tools",
  "transport": {
    "type": "sse",
    "url": "https://kenteken.binary.tools/sse"
  },
  "tools": [
    {
      "name": "lookup_vehicle",
      "description": "Look up a Dutch license plate. Returns full RDW vehicle data, APK status, odometer judgement, and bijtelling tax classification with decision trace.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "plate": {
            "type": "string",
            "description": "Dutch license plate (kenteken), e.g. 'R444TK' or 'R-444-TK'"
          }
        },
        "required": ["plate"]
      }
    },
    {
      "name": "estimate_bijtelling",
      "description": "Estimate the bijtelling (company car tax) classification for a Dutch vehicle. Returns youngtimer status, EV/PHEV rate, 2027 projection, and full decision trace.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "plate": {
            "type": "string",
            "description": "Dutch license plate (kenteken)"
          }
        },
        "required": ["plate"]
      }
    }
  ],
  "authentication": null,
  "rateLimit": {
    "requests": 60,
    "period": "minute"
  }
}
