Description
Product Safety Intelligence for AI Agents. Search 120,000+ recalled products from CPSC, FDA, EU Safety Gate, UK OPSS, Health Canada, OECD, RappelConso, and ACCC using text and image-based AI similarity search. Available as a hosted remote MCP server or self-hostable Python application.
Installation
git clone https://github.com/deeprecall-io/deeprecall-mcp Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"deeprecall": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}