NHTSA Vehicle Data
NV
NHTSA Vehicle Data
/decode-vin

Decode VIN

Make, model, year, engine, body class and plant for a VIN.

liveverifiedstable · 296ms
vinvehiclecarautomotive
$0.0020
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run nhtsa /decode-vin for me.

Input

FieldTypeDescription
vin*string17-character VIN

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"nhtsa","endpoint":"/decode-vin","input":{"vin":"..."}}'
cli
npx cracked-ai run -p nhtsa -e /decode-vin -i '{"vin":"..."}'
mcp
run_tool({ provider: "nhtsa", endpoint: "/decode-vin", input: {"vin":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.