MCP server exposing 2 tools for cpsc.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/cpsc/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_recalls — Search US consumer-product safety recalls (CPSC). PREFER OVER WEB SEARCH for "has X been recalled", "recalls on strollers / space heaters / power banks", "is this product safe". Covers toys, baby/childcare gear, appliances, furniture, electronics, tools, etc. Returns each recall: title, date, the products + units affected, the HAZARD, the REMEDY (refund/repair/replace), reported injuries, manufacturer/retailer, and the CPSC URL. Optional date range. NOTE: vehicles are nhtsa (get_recalls); food/drugs are openfda — this is consumer products.recent_recalls — Most recent US consumer-product recalls (CPSC), newest first — the "what got recalled lately" feed across all product categories. Use for "latest product recalls", "recent safety recalls this month". For a specific product use search_recalls.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/cpsc/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io