
RecallChecker — Vehicle Safety Recalls
Query live U.S. NHTSA vehicle recall campaigns by make, model, and year from your agent while building auto, marketplace, or compliance features.
Overview
com.checkrecall/vehicle-recalls is an MCP server for the Build phase that checks live U.S. NHTSA vehicle safety recalls by make, model, and year.
What is this MCP server?
- Streamable HTTP remote MCP at mcp.checkrecall.com/mcp (version 1.0.0)
- Live U.S. NHTSA safety recall lookups by make, model, and year
- RecallChecker-branded server with website checkrecall.com
- Open-source reference repo github.com/ollo12-prog/recallchecker
- Remote MCP version 1.0.0
- Query dimensions: make, model, year
- Data source: live U.S. NHTSA vehicle safety recall campaigns
What problem does it solve?
Builders shipping auto-related features waste time wiring NHTSA recall APIs manually every time an agent session needs official safety campaign data.
Who is it for?
Solo devs building car marketplaces, garage apps, or fleet dashboards who need trustworthy NHTSA recall lookups inside the agent.
Skip if: Founders doing pure social GTM listening or chart-only documentation with no vehicle domain in the product.
What do I get? / Deliverables
After adding the remote MCP URL, your agent can pull current recall campaigns for a specific vehicle configuration during integration work.
- Live recall campaign results for specified make, model, and year
- Faster automotive feature spikes without custom NHTSA client code each session
- Agent answers grounded in official U.S. safety recall sources
Recommended MCP Servers
Journey fit
Official recall data is an external API-style integration you wire into products under construction, which maps to Build integrations. Integrations subphase covers plugging authoritative third-party datasets into apps, bots, and internal tools—not launch-time SEO or grow analytics.
How it compares
Official NHTSA recall data MCP, not ChartForge visualization or CatchIntent social listening.
Common Questions / FAQ
Who is com.checkrecall/vehicle-recalls for?
Indie builders and small teams creating U.S. automotive or vehicle-compliance features who want agents to query NHTSA recalls via MCP.
When should I use com.checkrecall/vehicle-recalls?
Use it in Build integrations when prototypes or production paths need make-model-year recall checks against live official campaigns.
How do I add com.checkrecall/vehicle-recalls to my agent?
Register https://mcp.checkrecall.com/mcp as a streamable HTTP remote in your MCP client, then call RecallChecker tools with make, model, and year parameters.