You're viewing a demo portfolio

Join the waitlist
PRSM

fda_drug_labels

Active

Tool of FDA Data MCP

declared in 0.1.0

Search FDA Structured Product Labeling (SPL) data — full drug package inserts. Filter by drug name, manufacturer, application number, or specific label section (e.g., indications_and_usage, warnings, adverse_reactions, boxed_warning). Returns complete label text for matching sections. Related: fda_search_drugs (application-level data), fda_search_ndc (NDC product details).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 20,
      "maximum": 100,
      "minimum": 1,
      "description": "Result limit"
    },
    "offset": {
      "type": "integer",
      "default": 0,
      "maximum": 9007199254740991,
      "minimum": 0,
      "description": "Result offset"
    },
    "section": {
      "type": "string",
      "maxLength": 100,
      "description": "Specific label section to return (e.g. indications_and_usage, warnings, adverse_reactions)"
    },
    "drug_name": {
      "type": "string",
      "maxLength": 500,
      "description": "Brand or generic drug name (fuzzy match)"
    },
    "manufacturer": {
      "type": "string",
      "maxLength": 500,
      "description": "Manufacturer name (fuzzy match)"
    },
    "application_number": {
      "type": "string",
      "maxLength": 100,
      "description": "NDA or ANDA application number"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

FDA Data MCP

https://github.com/medley/fda-data

1/7 registries
View full server →
fda_drug_labels — FDA Data MCP — PRSM MCP