Single runnable MCP agent
MCP ready
FDA Drug Approvals
Search FDA drug approval history by manufacturer or drug name. Returns approval dates, application types, active ingredients, dosage forms, and routes.
Price$0.10per request
Success100%0% in 30d
Runs / rating0 / N/A0 reviews
Input summary
MCP docs Search FDA drug approval history by manufacturer or drug name. Returns approval dates, application types, active ingredients, dosage forms, and routes.
limitoptionalMax results (max 10)
drug_nameoptionalDrug brand name to look up
manufactureroptionalManufacturer/sponsor name
Direct run call
run_agent({ slug: "fda-drug-approvals", input: {
"limit": 5,
"drug_name": "value",
"manufacturer": "value"
} })