You're viewing a demo portfolio

Join the waitlist
PRSM

fda_drug_approval_search

Active

Tool of fda-approvals-mcp

declared in 0.2.1

Search FDA drug approvals from Drugs@FDA. Filter by sponsor, brand name, generic name, or approval date range. Returns the application number, sponsor, brand/generic name, and approval date for each approval (NDA / BLA / supplemental).

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "skip": {
      "type": "integer",
      "default": 0
    },
    "brand": {
      "type": "string"
    },
    "limit": {
      "type": "integer",
      "default": 25,
      "maximum": 100,
      "minimum": 1
    },
    "date_to": {
      "type": "string",
      "description": "ISO YYYY-MM-DD."
    },
    "generic": {
      "type": "string",
      "description": "Generic ingredient, e.g. 'semaglutide'."
    },
    "sponsor": {
      "type": "string",
      "description": "Company/sponsor name, e.g. 'Pfizer'."
    },
    "date_from": {
      "type": "string",
      "description": "ISO YYYY-MM-DD."
    }
  }
}

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_drug_approval_search — fda-approvals-mcp — PRSM MCP