fda_device_class
ActiveTool of FDA Data MCP
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries