You're viewing a demo portfolio

Join the waitlist
PRSM

fda_adverse_events

Active

Tool of fda-approvals-mcp

declared in 0.2.1

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

fda-approvals-mcp

https://github.com/guptaprakhariitr/fda-approvals-mcp

2/7 registries
View full server →
fda_adverse_events — fda-approvals-mcp — PRSM MCP