NV
NHTSA Vehicle Data
/recalls
Recalls by vehicle
Open recall campaigns for a make, model and year.
liveverifieddegraded · 254ms
recallssafetyvehicle
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run nhtsa /recalls for me.
Input
| Field | Type | Description |
|---|---|---|
| make* | string | Make |
| model* | string | Model |
| year* | number | Model year |
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":"/recalls","input":{"make":"...","model":"...","year":1}}'cli
npx cracked-ai run -p nhtsa -e /recalls -i '{"make":"...","model":"...","year":1}'mcp
run_tool({ provider: "nhtsa", endpoint: "/recalls", input: {"make":"...","model":"...","year":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.