You're viewing a demo portfolio

Join the waitlist
PRSM

query_openfda

Active

Tool of Claidex MCP

declared in 1.0.0

Query the FDA FAERS database for adverse event signals for a drug. Returns top adverse event terms, serious case count, and death count.

Parameters schema

{
  "type": "object",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "required": [
    "drug_name",
    "max_results"
  ],
  "properties": {
    "drug_name": {
      "type": "string",
      "minLength": 1,
      "description": "Drug name as it appears in FAERS"
    },
    "max_results": {
      "type": "number",
      "default": 10,
      "maximum": 20,
      "minimum": 1
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Claidex MCP

https://github.com/ssatanis/claidex-sentinel

1/7 registries
View full server →