fda_drug_approval_search
ActiveTool of fda-approvals-mcp
Search FDA drug approvals from Drugs@FDA. Filter by sponsor, brand name, generic name, or approval date range. Returns the application number, sponsor, brand/generic name, and approval date for each approval (NDA / BLA / supplemental).
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"skip": {
"type": "integer",
"default": 0
},
"brand": {
"type": "string"
},
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1
},
"date_to": {
"type": "string",
"description": "ISO YYYY-MM-DD."
},
"generic": {
"type": "string",
"description": "Generic ingredient, e.g. 'semaglutide'."
},
"sponsor": {
"type": "string",
"description": "Company/sponsor name, e.g. 'Pfizer'."
},
"date_from": {
"type": "string",
"description": "ISO YYYY-MM-DD."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
fda-approvals-mcp
https://github.com/guptaprakhariitr/fda-approvals-mcp
2/7 registries