check_adverse_events
ActiveTool of io.github.rootsbymenda/pharma-regulatory
Retrieve FDA FAERS post-market adverse event reports and safety signals for a drug or active ingredient. Input: drug brand name or generic active ingredient (e.g. 'ibuprofen', 'metformin'). Returns: total FAERS report counts, serious outcome counts, death report counts, top 10 adverse reactions by frequency, most common patient age groups, and drug ranking. Source: FDA Adverse Event Reporting System (FAERS) — 2,000 top-reported drugs with aggregated safety signals. For pharmacovigilance and post-market drug safety assessment. Do not use for interaction mechanisms (use check_drug_interactions), regulatory approvals (use check_drug), or supplement/nutrition questions.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"maxLength": 200,
"minLength": 1,
"description": "Drug brand name or generic active ingredient for FDA FAERS adverse-event lookup (e.g. 'ibuprofen', 'acetaminophen', 'metformin'). Use the active ingredient when possible to capture reports filed under different brands."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.rootsbymenda/pharma-regulatory
https://github.com/rootsbymenda/pharma-mcp-server
1/7 registries