Skip to main content
Glama
ollo12-prog

RecallChecker

by ollo12-prog

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.

Related MCP server: VIN MCP

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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    Enables access to comprehensive vehicle information including VIN decoding, license plate OCR, vehicle history checks (theft, title, salvage records), market valuations, specifications, and warranty data for vehicles across North America and Europe.
    Last updated
    61
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides comprehensive vehicle reports by aggregating data from multiple public sources to decode VINs, check recalls, and view safety ratings. It enables users to validate VINs locally and retrieve technical specifications, fuel economy, and vehicle photos without requiring API keys.
    Last updated
    12
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Decode VINs, look up specs, history, recalls, market value, and OBD codes. Recognize license plates and VINs from images. Access comprehensive vehicle data by year, make, and model to power automotive workflows.
    Last updated
    12
    MIT

View all related MCP servers

Related MCP Connectors

  • Decodes US VINs and looks up open NHTSA safety recall campaigns for a vehicle.

  • NHTSA vehicle recalls and FDA food/drug recalls. 4 tools.

  • Vehicle data for AI: VIN decoder, automotive specs, stolen checks, valuation and way more.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ollo12-prog/recallchecker'

If you have feedback or need assistance with the MCP directory API, please join our Discord server