Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
adrida avatar

DeepRecall Product Safety Intelligence

  • Updated January 27, 2026
  • adrida/deeprecall-mcp

io.github.adrida/deeprecall-mcp is a MCP server that lets agents search 120,000+ recalled products from 8 global agencies using AI similarity.

About

io.github.adrida/deeprecall-mcp exposes DeepRecall product safety search to AI agents via MCP over streamable HTTP. developers shipping consumer goods, marketplaces, or compliance assistants use it to ask natural-language questions against a large recall corpus sourced from eight global agencies, with similarity-based matching when names or batches do not line up exactly. Canonical placement is Ship → Security because recall checks belong in your launch checklist, but the same tools support Validate when narrowing SKUs and Operate when monitoring catalog drift. You need a DeepRecall API key on the dr_live_ pattern. It augments—not replaces—legal review, customs documentation, and manufacturer certificates of conformity.

  • Search 120,000+ recalled products indexed from 8 global safety agencies
  • AI similarity matching beyond exact SKU lookup
  • Remote streamable HTTP at mcp.deeprecall.io with X-API-Key (dr_live_ keys)
  • Product safety intelligence for ecommerce and hardware solo sellers

DeepRecall Product Safety Intelligence by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http deeprecall-mcp https://mcp.deeprecall.io/mcp --header "X-API-Key: YOUR_X_API_KEY"

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthRequired
Last updatedJanuary 27, 2026
Repositoryadrida/deeprecall-mcp

What it does

Check whether products you sell or source appear on global recall lists before launch and during ongoing catalog reviews.

Who is it for?

Ecommerce founders, Amazon or Shopify operators, and hardware developers who need fast recall due diligence.

Skip if: Pure software SaaS with no physical product risk, or teams unwilling to use a paid DeepRecall API key.

What you get

Agents return recall hits and similarity matches so you can block risky SKUs before customers receive them.

  • Recall search results with agency-sourced matches
  • Agent-ready safety intelligence for catalog decisions

By the numbers

  • 120,000+ recalled products in index
  • 8 global safety agencies as data sources
  • MCP server version 1.0.0
README.md

DeepRecall MCP Server

MCP License

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.

Quick Start

Use Hosted Server (Recommended)

Add to your MCP client config:

{
  "mcpServers": {
    "deeprecall": {
      "url": "https://mcp.deeprecall.io/mcp",
      "headers": {
        "X-API-Key": "dr_live_your_api_key_here"
      }
    }
  }
}

Works with: Cursor, Claude Desktop, Windsurf, and any MCP-compatible client.

Requires API key - Replace dr_live_your_api_key_here with your key. See API Access below.

Self-Host

git clone https://github.com/adrida/deeprecall-mcp
cd deeprecall-mcp
pip install -r requirements.txt
DEEPRECALL_API_KEY=your_key python server.py --http

Tools

search_recalls

Search for recalled products by text and/or images.

"Search for baby cribs with drop-side rails"
"Find recalls matching this stroller image"
"Check if this toy has been recalled in the EU"

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_sources

List available regulatory agencies (free, no API key).

Data Sources

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

Configuration

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

Docker

docker build -t deeprecall-mcp .
docker run -p 8000:8000 -e DEEPRECALL_API_KEY=your_key deeprecall-mcp

UCP Integration

This MCP server is designed for Universal Commerce Protocol (UCP) integration, providing the product safety layer for agentic commerce.

Agent Intent → Product Discovery → DeepRecall Safety Check → Checkout Decision

See ucp/capability.json for the UCP capability definition.

API Access

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.

Pricing (Beta)

Tier Searches Access
Beta Tester 100/month By invitation
Business Custom limits Contact sales
Enterprise Unlimited Dedicated support

API Key Format

API keys start with dr_live_ (production) or dr_test_ (sandbox).

dr_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Getting Your Key

  1. Contact us to request access
  2. Once approved, receive your key via email
  3. Store securely (never commit to version control)

For enterprise inquiries: contact@deeprecall.io

Links

License

Apache 2.0 - See LICENSE

Recommended MCP Servers

How it compares

Recall-compliance MCP, not a general web scraper or penetration-testing exploit framework.

FAQ

Who is io.github.adrida/deeprecall-mcp for?

Developers and small teams selling or sourcing physical products who want agent-driven recall checks against global agency data.

When should I use io.github.adrida/deeprecall-mcp?

Use it before launch, when onboarding suppliers, or whenever you refresh catalog SKUs and need similarity-aware recall search.

How do I add io.github.adrida/deeprecall-mcp to my agent?

Register https://mcp.deeprecall.io/mcp as streamable-http MCP and set header X-API-Key to your dr_live_ DeepRecall API key.

Security & Pentestingcomplianceappsec

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.