NV
NHTSA Vehicle Data
/decode-vin
Decode VIN
Make, model, year, engine, body class and plant for a VIN.
liveverifiedstable · 296ms
vinvehiclecarautomotive
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run nhtsa /decode-vin for me.
Input
| Field | Type | Description |
|---|---|---|
| vin* | string | 17-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.