fda_bpdr_summary
ActiveTool of FDA Data MCP
declared in 0.1.0
Search FDA's Biological Product Deviation Report annual summary counts. This is summary-level biotech and blood/HCT/P manufacturing signal from official FDA annual reports, not per-event case detail.
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"
},
"keyword": {
"type": "string",
"maxLength": 500,
"description": "Keyword to search in group_name or establishment_type"
},
"row_type": {
"enum": [
"establishment",
"subtotal",
"total"
],
"type": "string",
"description": "Whether the row is a normal establishment line, subtotal, or total"
},
"group_name": {
"type": "string",
"maxLength": 200,
"description": "Group name, for example Licensed Non-Blood Manufacturers"
},
"fiscal_year": {
"type": "integer",
"maximum": 2100,
"minimum": 2000,
"description": "Metric fiscal year, for example 2024"
},
"establishment_type": {
"type": "string",
"maxLength": 200,
"description": "Establishment type, for example Vaccine or 351 HCT/P"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries