decode_vin
ActiveTool of nhtsa
declared in 0.1.0
Decode a VIN to get vehicle details. Returns make, model, year, body style, engine type, drivetrain, and plant. E.g., '1HGBH41JXMN109186'. (For recalls/ratings use get_recalls / get_safety_ratings.)
Parameters schema
{
"type": "object",
"examples": [
{
"vin": "1HGBH41JXMN109186"
},
{
"vin": "5TDJKRFH4LS123456"
}
],
"required": [
"vin"
],
"properties": {
"vin": {
"type": "string",
"description": "17-character VIN (e.g., \"1HGBH41JXMN109186\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
nhtsa
https://github.com/pipeworx-io/mcp-nhtsa
1/7 registries