fda_device_product_code_profile

Pack: fda-devices · Endpoint: https://gateway.pipeworx.io/fda-devices/mcp

Build a bounded cross-dataset snapshot for one FDA product code: classification, recent 510(k)s, PMAs, recalls, and MAUDE reports. Dataset counts have different meanings; MAUDE counts are not event rates.

Parameters

NameTypeRequiredDescription
product_codestringyes
limit_per_datasetnumberno

Example call

Arguments

{
  "product_code": "DQY",
  "limit_per_dataset": 5
}

curl

curl -X POST https://gateway.pipeworx.io/fda-devices/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"fda_device_product_code_profile","arguments":{"product_code":"DQY","limit_per_dataset":5}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('fda_device_product_code_profile', {
  "product_code": "DQY",
  "limit_per_dataset": 5
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "fda-devices": {
      "url": "https://gateway.pipeworx.io/fda-devices/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 29, 2026