Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.cyanheads/cpsc-recalls-mcp-server

io.github.cyanheads/cpsc-recalls-mcp-server

US consumer product recalls from the CPSC — hazards, remedies, and affected products.

Uptime
100.0%
2 direct probes · 30d
Response
760ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

cpsc_search_recalls

Search consumer product recalls from the CPSC (Consumer Product Safety Commission) database. Covers toys, electronics, furniture, appliances, children's products, tools, and clothing — everything unde…

cpsc_get_recall

Full detail for a single CPSC recall by recall number. Returns the complete record: hazard description, remedy instructions, all product variants, incident/injury reports, images, and the official CPS…

cpsc_get_recent

Fetch the most recent CPSC consumer product recalls, ordered newest-first. Use for "what's been recalled lately?" or a product safety feed. Always applies a date window (default: last 30 days) — witho…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/cpsc-recalls-mcp-server": {
      "url": "https://cpsc-recalls.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}