Server Details
Search 120,000+ recalled products from 8 global safety agencies using AI similarity.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- adrida/deeprecall-mcp
- GitHub Stars
- 0
See and control every tool call
Available Tools
2 toolsget_data_sourcesInspect
Get information about available recall data sources.
Returns a list of all supported regulatory agencies and their coverage.
This is a free call that does not consume API credits.
Returns:
Dictionary with data sources and their descriptions| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
search_recallsInspect
Search for recalled products similar to your query.
This tool searches DeepRecall's global product safety database using AI-powered
multimodal matching. Provide a text description and/or product images to find
similar recalled products.
Use Cases:
- Pre-purchase safety checks: Before buying, verify if similar products were recalled
- Supplier vetting: Check if a supplier's products have safety issues
- Marketplace compliance: Verify products against recall databases
- Consumer protection: Identify potentially hazardous products
Data Sources:
- us_cpsc: US Consumer Product Safety Commission
- us_fda: US Food and Drug Administration
- safety_gate: EU Safety Gate (Europe)
- uk_opss: UK Office for Product Safety & Standards
- canada_recalls: Health Canada Recalls
- oecd: OECD GlobalRecalls portal
- rappel_conso: French Consumer Recalls
- accc_recalls: Australian Competition and Consumer Commission
Cost: 1 API credit per search
Args:
content_description: Text description of the product (e.g., "children's toy with small parts")
image_urls: List of product image URLs for visual matching (1-10 images)
filter_by_data_sources: Limit search to specific agencies (optional)
top_k: Number of results (1-100, default: 10)
model_name: Fusion model - fuse_max (recommended), fuse_flex, or fuse
input_weights: Weights for [text, images], must sum to 1.0
api_key: Your DeepRecall API key (optional if provided via X-API-Key header)
Returns:
Search results with matched recalls, scores, and product details
Example:
search_recalls(
content_description="baby crib with drop-side rails",
top_k=5
)| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | ||
| api_key | No | ||
| image_urls | No | ||
| model_name | No | fuse_max | |
| input_weights | No | ||
| content_description | No | ||
| filter_by_data_sources | No |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Last verification attempt failed.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.