fda_device_udi_lookup
ActiveTool of FDA Data MCP
Search the FDA's Global Unique Device Identification Database (GUDID) by device identifier (DI/barcode), device name, company name, or brand name. Returns device details including UDI, descriptions, and company information. Costs 1 credit.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"default": 100,
"maximum": 500,
"minimum": 1,
"description": "Max results to return (1-500)"
},
"offset": {
"type": "integer",
"default": 0,
"maximum": 9007199254740991,
"minimum": 0,
"description": "Result offset for pagination"
},
"device_id": {
"type": "string",
"maxLength": 100,
"description": "Device Identifier (DI) — exact barcode/GTIN lookup"
},
"brand_name": {
"type": "string",
"maxLength": 500,
"description": "Brand name (fuzzy search)"
},
"device_name": {
"type": "string",
"maxLength": 500,
"description": "Device/brand name (fuzzy search)"
},
"company_name": {
"type": "string",
"maxLength": 500,
"description": "Company/manufacturer name (fuzzy search)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries