RV
RecallChecker — Vehicle Safety Recalls
/check_vehicle_recalls
Check vehicle safety recalls (NHTSA)
Check U.S. NHTSA safety recall campaigns for a vehicle by make, model, and model year. Returns official NHTSA recall campaigns (component, hazard, remedy, campa
liveverifieddegraded · 490ms~5s typical
mcpprobedrecallchecker—vehicle
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-checkrecall-vehicle-recalls /check_vehicle_recalls for me.
Input
| Field | Type | Description |
|---|---|---|
| make* | string | Vehicle make, e.g. Honda, Ford, Toyota |
| model* | string | Vehicle model, e.g. Civic, F-150, Camry |
| year* | integer | Four-digit model year, e.g. 2021 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-checkrecall-vehicle-recalls","endpoint":"/check_vehicle_recalls","input":{"make":"...","model":"...","year":1}}'cli
npx cracked-ai run -p mcp-com-checkrecall-vehicle-recalls -e /check_vehicle_recalls -i '{"make":"...","model":"...","year":1}'mcp
run_tool({ provider: "mcp-com-checkrecall-vehicle-recalls", endpoint: "/check_vehicle_recalls", input: {"make":"...","model":"...","year":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.