You're viewing a demo portfolio

Join the waitlist
PRSM

fda_drug_labels

Active

Tool of mcp-openfda

declared in 0.1.0

Get drug safety information from FDA labels by drug name. Returns indications, warnings, dosage, contraindications, and adverse reactions.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "openfda.brand_name:\"HUMIRA\""
    },
    {
      "limit": 10,
      "query": "openfda.generic_name:\"adalimumab\""
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of results (1-100, default 5)"
    },
    "query": {
      "type": "string",
      "description": "OpenFDA search query. Examples: 'openfda.brand_name:\"HUMIRA\"', 'openfda.generic_name:\"adalimumab\"'"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-openfda

https://github.com/pipeworx-io/mcp-openfda

2/7 registries
View full server →