You're viewing a demo portfolio

Join the waitlist
PRSM

decode_vin

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

nhtsa

https://github.com/pipeworx-io/mcp-nhtsa

1/7 registries
View full server →
decode_vin — nhtsa — PRSM MCP