fda_search_drugs
ActiveTool of FDA Data MCP
Search Drugs@FDA applications across all companies. Filter by sponsor name (fuzzy match), application number, brand name, or submission status. Returns application details including products (brand names, dosage forms, active ingredients) and submissions (approval dates, status). Related: fda_search_ndc (NDC-level product details including labeler and packaging), fda_drug_labels (structured product labeling/package inserts), fda_clinical_result_letters (Complete Response Letters — FDA refusal-to-approve decisions), fda_drug_shortages (active drug shortage data).
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"
},
"status": {
"type": "string",
"maxLength": 500,
"description": "Submission status (searches submissions JSONB)"
},
"company": {
"type": "string",
"maxLength": 500,
"description": "Company name (fuzzy search)"
},
"brand_name": {
"type": "string",
"maxLength": 500,
"description": "Brand name (searches products JSONB)"
},
"application_number": {
"type": "string",
"maxLength": 500,
"description": "Application number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries