Skip to main content
Glama

nhtsa_decodeVin

Decode VIN numbers to retrieve comprehensive vehicle specifications including year, make, model, engine details, transmission type, and safety ratings for insurance classification and verification purposes.

Instructions

Decode VIN using the NHTSA Vehicle API to get comprehensive vehicle information.

This API returns detailed vehicle specifications including:

  • Year, Make, Model, Trim

  • Body Type (Sedan, SUV, Truck, etc.)

  • Engine specifications (type, displacement, cylinders)

  • Transmission type

  • Drive type (FWD, RWD, AWD, 4WD)

  • Manufacturer details

  • Plant information

  • Safety ratings

  • GVWR (Gross Vehicle Weight Rating)

  • Vehicle type classification

Use this to:

  • Auto-populate vehicle fields when customer provides VIN

  • Verify vehicle information for accuracy

  • Get standard vehicle specifications

  • Determine proper insurance classification

IMPORTANT: VIN must be exactly 17 characters.

Input Schema

NameRequiredDescriptionDefault
modelYearNoModel year (optional, helps with accuracy)
vinYes17-character Vehicle Identification Number (required)

Input Schema (JSON Schema)

{ "properties": { "modelYear": { "description": "Model year (optional, helps with accuracy)", "type": "number" }, "vin": { "description": "17-character Vehicle Identification Number (required)", "type": "string" } }, "required": [ "vin" ], "type": "object" }

Other Tools from Nowcerts

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/ReduceMyIns/Nowcerts'

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