fda_device_udi
ActiveTool of FDA Data MCP
Search the FDA Unique Device Identification (UDI) database by brand name, company/manufacturer name, product code, or DI number. Returns device identification data including brand name, company, device description, product codes, GMDN terms, sterilization info, and premarket submissions. Related: fda_device_class (classification details by product code), fda_search_510k (clearances by product code).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1,
"description": "Result limit"
},
"offset": {
"type": "integer",
"default": 0,
"maximum": 9007199254740991,
"minimum": 0,
"description": "Result offset"
},
"di_number": {
"type": "string",
"maxLength": 100,
"description": "Device Identifier (DI) number"
},
"brand_name": {
"type": "string",
"maxLength": 500,
"description": "Device brand name (fuzzy match)"
},
"company_name": {
"type": "string",
"maxLength": 500,
"description": "Company/manufacturer name (fuzzy match)"
},
"product_code": {
"type": "string",
"pattern": "^[A-Z]{2,3}$",
"maxLength": 5,
"description": "FDA product code (3-letter code, e.g. OVE)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries