fda_lookup_company
ActiveTool of FDA Data MCP
Quick company lookup: facilities (with addresses and operations) and enforcement actions (recalls) for a single company and its known aliases. Costs 1 credit. Excludes: 510(k) clearances, PMA approvals, drug applications, inspection history, and subsidiary data. Related: fda_company_full (adds clearances/approvals/drugs for 5 credits), fda_suggest_subsidiaries (discover related entities), fda_get_facility (per-facility products and operations by FEI).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"company"
],
"properties": {
"company": {
"type": "string",
"maxLength": 500,
"description": "Company name to look up"
},
"facilities_limit": {
"type": "integer",
"default": 200,
"maximum": 500,
"minimum": 1,
"description": "Facilities result limit"
},
"enforcement_limit": {
"type": "integer",
"default": 200,
"maximum": 500,
"minimum": 1,
"description": "Enforcement result limit"
},
"facilities_offset": {
"type": "integer",
"default": 0,
"maximum": 9007199254740991,
"minimum": 0,
"description": "Facilities result offset"
},
"enforcement_offset": {
"type": "integer",
"default": 0,
"maximum": 9007199254740991,
"minimum": 0,
"description": "Enforcement result offset"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries