fda_adverse_events
ActiveTool of fda-approvals-mcp
Aggregate FDA adverse-event reports (FAERS) for a drug. Deduplicates by safetyreportid (bug fixed in 0.2.1). Returns total reports, unique reaction count, and top 20 reactions by frequency in the requested window.
Parameters schema
{
"type": "object",
"required": [
"drug"
],
"properties": {
"drug": {
"type": "string",
"description": "Generic drug name."
},
"limit": {
"type": "integer",
"default": 100,
"maximum": 1000,
"minimum": 1
},
"date_to": {
"type": "string"
},
"date_from": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
fda-approvals-mcp
https://github.com/guptaprakhariitr/fda-approvals-mcp
2/7 registries