US consumer product recalls from the CPSC β hazards, remedies, and affected products.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Search and retrieve US consumer product recalls from the CPSC (Consumer Product Safety Commission) via MCP. STDIO or Streamable HTTP.
Public Hosted Server: https://cpsc-recalls.caseyjhand.com/mcp
3 tools for searching and retrieving CPSC consumer product recall data:
| Tool | Description |
|---|---|
cpsc_search_recalls | Search consumer product recalls by title, product name, brand, retailer, importer, distributor, hazard, remedy, or description keyword, with optional date filtering and offset paging |
cpsc_get_recall | Full detail for a single recall by recall number β hazards, remedy, products, injuries, images, and the official CPSC page |
cpsc_get_recent | Fetch the most recent recalls ordered newest-first, scoped to a configurable date window |
CPSC jurisdiction: Consumer products only β toys, electronics, furniture, appliances, children's products, tools, and clothing. Food and drugs (FDA), motor vehicles and tires (NHTSA), boats (USCG), and pesticides (EPA) are not in this database. Every response includes a jurisdiction note.
Data sourced from the U.S. Consumer Product Safety Commission via the CPSC public recalls API.
cpsc_search_recallsSearch recalls with flexible filtering across title, product, organization, hazard, remedy, and description fields.
title_search, product_name, manufacturer, retailer, importer, distributor, remedy, or description_search β all optional substring matches, applied upstream, combining with ANDtitle_search is usually the highest-signal filter: CPSC titles name the brand, the product, and the hazardhazard_search is a client-side filter applied after the upstream fetch β it matches when the term appears in hazard descriptions, product names, or remedy instructions (case-insensitive). Use it for hazard concepts like "fire", "choking", or "burn"; the upstream Hazard parameter is recognized but never matches, so it is not exposedremedy searches the free-text remedy instructions, not the remedy_options type enum β remedy: "repair" matches records whose remedy_options list only Refund but whose instructions describe a free repair kitdate_start / date_end bound the recall issue date, updated_start / updated_end bound the date CPSC last published the record. A 2003 recall re-published in 2025 matches updated_start: "2025-01-01". All four must be real calendar dates β 2026-02-31 and 2026-99-99 are rejected at input validation, and a reversed range fails with invalid_date_range rather than silently returning nothingoffset (default 0) applied after fetching all matching records. Page with offset: 0, 20, 40; an offset at or past total_found returns an empty result set rather than an errortotal_found counts matches after hazard_search is applied and before offset/limit narrow the window; has_more is the paging signal; truncated stays limit-only and does not move with offset; data_quality_notes records gaps in the upstream record (no hazard text, no product entries); empty when nothing is missingmanufacturer returns no results, try importer, retailer, or distributor β many recalls list one of those as the primary organizationupstream_rejected (retryable: false) and carry the CPSC message; transient outages stay on upstream_error (retryable: true)cpsc_get_recallFull detail for a single CPSC recall by recall number.
"25043") and historical 1998β2001 records with letter suffixes (e.g. "99003a")description is nullable β a small number of genuine CPSC records carry no description; the record is still returned and the absence is stated rather than rendered as a blank sectioncontent[]data_quality_notes records gaps in the upstream record (absent description, no hazard text, no product entries); empty when nothing is missingcpsc_search_recalls or cpsc_get_recent to find a recall number firstcpsc_get_recentFetch the most recent CPSC recalls, ordered newest-first.
offset (default 0) to page through total_found. Narrowing days cannot page β the window is anchored to today, so shrinking it drops the oldest records rather than advancing past the newesthas_more is the paging signal; truncated stays limit-only and does not move with offsetdata_quality_notes records gaps in the upstream record (no hazard text, no product entries); empty when nothing is missingcpsc_get_recall to retrieve full detail for any resultBuilt on @cyanheads/mcp-ts-core:
none, jwt, oauthin-memory, filesystem, Supabase, Cloudflare KV/R2/D1CPSC-specific:
total_found countsAgent-friendly output:
total_found, offset, has_more, and truncated fields on search/recent responses β agents can tell when results are clipped and page through the rest with offsetcpsc_url on every recall β authoritative source link for consumer verificationsource_note on every response, plus (CPSC source text) labels and blockquotes in the rendered output β relayed CPSC narrative is marked as source data, distinct from the server's own guidancedata_quality_notes on every response β gaps observed in the upstream record, derived from which fields CPSC left empty rather than any judgement about the recallA public instance is available at https://cpsc-recalls.caseyjhand.com/mcp β no installation required. Point any MCP client at it via Streamable HTTP:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/cpsc-recalls-mcp-server)<a href="https://allmcps.com/mcp/cpsc-recalls-mcp-server"><img src="https://allmcps.com/api/badge/cpsc-recalls-mcp-server?style=directory" alt="Cpsc Recalls MCP Server on AllMCPs" /></a>