streamable-httpMITupdated 3mo ago
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.
RecallChecker — Vehicle Safety Recalls で何ができる?
RecallChecker
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
Features
- Web tool — search by make / model / year and get a direct answer with the recall count, campaign details, dates, and official links. Results live at a shareable, crawlable URL.
- Reference pages — a page per common vehicle query at
/recalls/[make]/[model]/[year], each backed by live data. - MCP server — the same lookup as a tool any MCP-compatible AI assistant can call:
check_vehicle_recalls(make, model, year), returning a human-readable summary plus structured data.
Data source
| 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).
Tech
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.
Development
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).
License
MIT — see LICENSE.
インストール
RecallChecker — Vehicle Safety Recalls をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http recallchecker-vehicle-safety-recalls https://mcp.checkrecall.com/mcpcodex mcp add recallchecker-vehicle-safety-recalls --url https://mcp.checkrecall.com/mcp{
"mcpServers": {
"recallchecker-vehicle-safety-recalls": {
"url": "https://mcp.checkrecall.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"recallchecker-vehicle-safety-recalls": {
"type": "http",
"url": "https://mcp.checkrecall.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"recallchecker-vehicle-safety-recalls": {
"url": "https://mcp.checkrecall.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"recallchecker-vehicle-safety-recalls": {
"serverUrl": "https://mcp.checkrecall.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント17/25
- メンテナンス13/25
- 信頼性13/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 99 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.0最新 | 2026年5月24日 |