search_recalls
ActiveTool of Cpsc
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.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max recalls to return, newest first (1-50, default 15)."
},
"query": {
"type": "string",
"description": "Product keyword, e.g. \"stroller\", \"lithium battery\", \"space heater\", \"blender\"."
},
"end_date": {
"type": "string",
"description": "Only recalls on/before this date (YYYY-MM-DD)."
},
"start_date": {
"type": "string",
"description": "Only recalls on/after this date (YYYY-MM-DD)."
}
}
}Parent server
Cpsc
https://github.com/pipeworx-io/mcp-cpsc
2/7 registries