You're viewing a demo portfolio

Join the waitlist
PRSM

fda_device_supply_status

Active

Tool of FDA Data MCP

declared in 0.1.0

Search FDA's current medical device shortage list and discontinuance list. This is an official FDA supply-chain signal for medtech selling, covering shortage categories and permanent discontinuances that may affect customer operations or product availability.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 100,
      "maximum": 500,
      "minimum": 1,
      "description": "Max results to return (1-500)"
    },
    "offset": {
      "type": "integer",
      "default": 0,
      "maximum": 9007199254740991,
      "minimum": 0,
      "description": "Result offset for pagination"
    },
    "date_to": {
      "type": "string",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      "description": "End date for latest_date range (YYYY-MM-DD)"
    },
    "keyword": {
      "type": "string",
      "maxLength": 500,
      "description": "Keyword to search descriptions, device names, notes, or reasons"
    },
    "category": {
      "type": "string",
      "maxLength": 500,
      "description": "Device category"
    },
    "date_from": {
      "type": "string",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      "description": "Start date for latest_date range (YYYY-MM-DD)"
    },
    "list_type": {
      "enum": [
        "shortage",
        "discontinuance"
      ],
      "type": "string",
      "description": "Whether to search the shortage list or discontinuance list"
    },
    "product_code": {
      "type": "string",
      "maxLength": 50,
      "description": "FDA product code, for example DSQ or MKJ"
    },
    "manufacturer_name": {
      "type": "string",
      "maxLength": 500,
      "description": "Manufacturer name (fuzzy match, discontinuance list only)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FDA Data MCP

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

1/7 registries
View full server →