fda_novel_approvals
ActiveTool of mcp-openfda
Most recent novel drug approvals — the newest drugs approved by the FDA. Use for "what is the most recent novel drug the FDA approved", "latest FDA drug approvals", "recently approved new drugs or biologics this month/year". Returns original NDA/BLA approvals (generics excluded by default) sorted newest-first, with approval date, brand name, active ingredients, sponsor, and application number. Not for label text (fda_drug_labels) or searching a specific known drug (fda_drug_approvals).
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"days": {
"type": "number",
"description": "Look-back window in days (1-365, default 90)"
},
"limit": {
"type": "number",
"description": "Max approvals to return (1-50, default 10)"
},
"include_generics": {
"type": "boolean",
"description": "Also include original ANDA (generic) approvals (default false — novel means NDA/BLA only)"
}
}
}Parent server
mcp-openfda
https://github.com/pipeworx-io/mcp-openfda
2/7 registries