The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the DeepRecall Product Safety Intelligence listing page.
Product Safety Intelligence for AI Agents via the Model Context Protocol.
Search 120,000+ recalled products from CPSC, FDA, EU Safety Gate, UK OPSS, Health Canada, OECD, RappelConso, and ACCC.
Add to your MCP client config:
Works with: Cursor, Claude Desktop, Windsurf, and any MCP-compatible client.
Requires API key - Replace
dr_live_your_api_key_herewith your key. See API Access below.
search_recallsSearch for recalled products by text and/or images.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
content_description | string | No* | Product description |
image_urls | string[] | No* | Product image URLs (1-10) |
filter_by_data_sources | string[] | No | Filter by agency |
top_k | int | No | Results (1-100, default: 10) |
*At least one of content_description or image_urls required.
get_data_sourcesList available regulatory agencies (free, no API key).
| ID | Agency | Region |
|---|---|---|
us_cpsc | US Consumer Product Safety Commission | USA |
us_fda | US Food and Drug Administration | USA |
safety_gate | EU Safety Gate (RAPEX) | Europe |
uk_opss | UK Office for Product Safety & Standards | UK |
canada_recalls | Health Canada | Canada |
oecd | OECD GlobalRecalls | International |
rappel_conso | RappelConso | France |
accc_recalls | ACCC | Australia |
| Variable | Default | Description |
|---|---|---|
DEEPRECALL_API_KEY | - | API key for hosted API |
DEEPRECALL_API_URL | https://api.deeprecall.io | API endpoint |
PORT | 8000 | HTTP server port |
ALLOWED_HOSTS | localhost,127.0.0.1 | Allowed host headers |
This MCP server is designed for Universal Commerce Protocol (UCP) integration, providing the product safety layer for agentic commerce.
See ucp/capability.json for the UCP capability definition.
Note: DeepRecall is currently in closed beta. API access is available to:
- Beta testers (by invitation)
- Enterprise clients
Contact us to join the beta program.
| Tier | Searches | Access |
|---|---|---|
| Beta Tester | 100/month | By invitation |
| Business | Custom limits | Contact sales |
| Enterprise | Unlimited | Dedicated support |
API keys start with dr_live_ (production) or dr_test_ (sandbox).
For enterprise inquiries: contact@deeprecall.io
Apache 2.0 - See LICENSE