Server data from the Official MCP Registry
Check U.S. NHTSA vehicle safety recall campaigns by make, model, and year. Live official data.
Check U.S. NHTSA vehicle safety recall campaigns by make, model, and year. Live official data.
Remote endpoints: streamable-http: https://mcp.checkrecall.com/mcp
Remote MCP endpoint verified (218ms response). Server: recallchecker. 1 tool available. 2 trust signals: valid MCP protocol, registry import. No security issues detected.
1 tool verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Remote servers are capped at 8.0 because source code is not available for review. The score reflects endpoint verification only.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-checkrecall-vehicle-recalls": {
"url": "https://mcp.checkrecall.com/mcp"
}
}
}From the project's GitHub README.
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.
npm install
npm run dev # local dev (wrangler)
npm test # unit tests
npm run deploy # deploy the web app
npm run mcp:dev # local MCP server
npm run mcp:deploy # deploy the MCP server
Build uses
next build --webpack(Turbopack output is not yet compatible with OpenNext).
MIT — see LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.