DeepRecall - Product Safety Intelligence✓
io.github.adrida/deeprecall-mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.adrida/deeprecall-mcp",
"description": "Search 120,000+ recalled products from 8 global safety agencies using AI similarity.",
"title": "DeepRecall - Product Safety Intelligence",
"repository": {
"url": "https://github.com/adrida/deeprecall-mcp",
"source": "github"
},
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.deeprecall.io/mcp",
"headers": [
{
"description": "DeepRecall API key (starts with dr_live_)",
"isRequired": true,
"isSecret": true,
"name": "X-API-Key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}