com.dropwatchhq/safe-check
Official3 toolsSafe-Check (recall + counterfeit)
Is it recalled or fake? Recall lookup vs live US gov feeds + transparent counterfeit risk signal.
Check product recalls against US government databases and assess counterfeit risk.
Captured live from the server via tools/list.
recall_lookup
Look up active US product recalls for a product or brand against live government feeds (CPSC/FDA/NHTSA-style aggregate). Returns matching recalls with the official agency source link and last-updated date. Use to check if something is recalled before buying/using it.
Parameters (1)
- querystringrequired
Product name or brand, e.g. 'Peloton bike' or 'stroller'.
counterfeit_risk
Assess counterfeit RISK for a collectible listing (a risk SIGNAL, never proof of fake). Combines marketplace base-risk + a price-vs-retail-median check when the item is a known collectible niche. Returns a risk level (low/med/high), a score, the signals, and authenticity advice.
Parameters (3)
- querystringrequired
Product or brand, e.g. 'Funko Batman' or 'LEGO 10307'.
- pricenumber
Optional: the listed price to compare against the retail median.
- marketplacestring
Optional: where it's listed, e.g. 'aliexpress', 'ebay', 'etsy'.
safe_check
Run both a recall lookup and a counterfeit-risk check in one call. Best general-purpose product-safety screen.
Parameters (3)
- querystringrequired
- pricenumber
- marketplacestring
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"safe-check": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://safecheck.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.