fda_drug_labels
ActiveTool of FDA Data MCP
Search FDA Structured Product Labeling (SPL) data — full drug package inserts. Filter by drug name, manufacturer, application number, or specific label section (e.g., indications_and_usage, warnings, adverse_reactions, boxed_warning). Returns complete label text for matching sections. Related: fda_search_drugs (application-level data), fda_search_ndc (NDC product details).
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"
},
"section": {
"type": "string",
"maxLength": 100,
"description": "Specific label section to return (e.g. indications_and_usage, warnings, adverse_reactions)"
},
"drug_name": {
"type": "string",
"maxLength": 500,
"description": "Brand or generic drug name (fuzzy match)"
},
"manufacturer": {
"type": "string",
"maxLength": 500,
"description": "Manufacturer name (fuzzy match)"
},
"application_number": {
"type": "string",
"maxLength": 100,
"description": "NDA or ANDA application number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries