{
  "markdown": "# RecallChecker\n\nA free tool + MCP server that answers one question well: **\"Is this vehicle recalled?\"**\nEnter a car's make, model, and year and get an instant, plain-language list of open U.S.\nsafety recalls — pulled live from official NHTSA data, with the hazard, the remedy, the date,\nand a link to the official notice.\n\n**Live:** [checkrecall.com](https://checkrecall.com) · **MCP:** `https://mcp.checkrecall.com/mcp`\n\n## Features\n\n- **Web tool** — search by make / model / year and get a direct answer with the recall count,\n  campaign details, dates, and official links. Results live at a shareable, crawlable URL.\n- **Reference pages** — a page per common vehicle query at `/recalls/[make]/[model]/[year]`,\n  each backed by live data.\n- **MCP server** — the same lookup as a tool any MCP-compatible AI assistant can call:\n  `check_vehicle_recalls(make, model, year)`, returning a human-readable summary plus\n  structured data.\n\n## Data source\n\n| Source | Provides | Notes |\n|---|---|---|\n| **NHTSA Recalls API** | U.S. vehicle safety recall campaigns | No API key. `api.nhtsa.gov/recalls/recallsByVehicle?make=&model=&modelYear=` |\n\nEvery answer shows the data's \"as of\" date and links back to the official NHTSA notice. A\n\"no recalls found\" result reports the absence of campaigns in NHTSA as of that date — it is\nnot a guarantee of safety and is not VIN-specific. Data sourced from NHTSA (nhtsa.gov).\n\n## Tech\n\nNext.js (App Router) + TypeScript, deployed to Cloudflare Workers via OpenNext; response\ncaching on Workers KV. The MCP server is a second Worker that reuses the same lookup core, so\nthe website and the assistant tool never duplicate lookup logic.\n\n## Development\n\n```bash\nnpm install\nnpm run dev            # local dev (wrangler)\nnpm test               # unit tests\nnpm run deploy         # deploy the web app\nnpm run mcp:dev        # local MCP server\nnpm run mcp:deploy     # deploy the MCP server\n```\n\n> Build uses `next build --webpack` (Turbopack output is not yet compatible with OpenNext).\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n",
  "bytes": 2061,
  "sha": "1ce269d4afaeb2a26f306cf2e466cc0aff082a6da4839fd13d2f429de5d0abe0",
  "repo_slug": "ollo12-prog/recallchecker",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_checkrecall_vehicle_recalls_17ca8913/readme"
}