fda_recall_facility_trace
ActiveTool of FDA Data MCP
Trace a recall to its candidate manufacturing facility with explicit confidence levels. Matches by firm name, NDC lookup, and facility registration data. Returns the recall details, matched facility candidates with FEI numbers and confidence scores, and match methodology. Provide either recall_number (from fda_search_enforcement or fda_ires_enforcement) OR firm (+ optional product) to resolve the best-matching recall automatically. Related: fda_get_facility (full detail for matched FEI), fda_inspections (inspection history for matched FEI), fda_compliance_actions (warning letters for matched FEI).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"firm": {
"type": "string",
"maxLength": 500,
"description": "Recalling firm name (fuzzy). Convenience path: resolves the best-matching recall when recall_number is omitted."
},
"product": {
"type": "string",
"maxLength": 500,
"description": "Optional product keyword to narrow firm-based resolution (matches product_description)."
},
"recall_number": {
"type": "string",
"maxLength": 500,
"description": "Recall number (preferred). If omitted, provide firm to auto-resolve."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries