You're viewing a demo portfolio

Join the waitlist
PRSM

fda_device_class

Active

Tool of FDA Data MCP

declared in 0.1.0

Lookup FDA device classification details by product code. Returns device name, device class (I/II/III), medical specialty, regulation number, review panel, submission type, and definition. Requires: product code (3-letter code from 510(k), PMA, or device product listings). Related: fda_product_code_lookup (cross-reference across 510(k) and PMA), fda_search_510k (clearances for this product code), fda_search_pma (PMA approvals for this product code).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "product_code"
  ],
  "properties": {
    "product_code": {
      "type": "string",
      "pattern": "^[A-Z]{2,3}$",
      "maxLength": 5,
      "description": "Device product code"
    }
  }
}

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 →
fda_device_class — FDA Data MCP — PRSM MCP