Check U.S. NHTSA vehicle safety recall campaigns by make, model, and year. Live official data.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A free tool + MCP server that answers one question well: "Is this vehicle recalled?" Enter a car's make, model, and year and get an instant, plain-language list of open U.S. safety recalls β pulled live from official NHTSA data, with the hazard, the remedy, the date, and a link to the official notice.
Live: checkrecall.com Β· MCP: https://mcp.checkrecall.com/mcp
/recalls/[make]/[model]/[year],
each backed by live data.check_vehicle_recalls(make, model, year), returning a human-readable summary plus
structured data.| Source | Provides | Notes |
|---|---|---|
| NHTSA Recalls API | U.S. vehicle safety recall campaigns | No API key. api.nhtsa.gov/recalls/recallsByVehicle?make=&model=&modelYear= |
Every answer shows the data's "as of" date and links back to the official NHTSA notice. A "no recalls found" result reports the absence of campaigns in NHTSA as of that date β it is not a guarantee of safety and is not VIN-specific. Data sourced from NHTSA (nhtsa.gov).
Next.js (App Router) + TypeScript, deployed to Cloudflare Workers via OpenNext; response caching on Workers KV. The MCP server is a second Worker that reuses the same lookup core, so the website and the assistant tool never duplicate lookup logic.
Build uses
next build --webpack(Turbopack output is not yet compatible with OpenNext).
MIT β see LICENSE.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/recallchecker-vehicle-safety-recalls)<a href="https://allmcps.com/mcp/recallchecker-vehicle-safety-recalls"><img src="https://allmcps.com/api/badge/recallchecker-vehicle-safety-recalls?style=directory" alt="RecallChecker β Vehicle Safety Recalls on AllMCPs" /></a>