fda_consumer_events
ActiveTool of FDA Data MCP
declared in 0.1.0
Search consumer adverse events for food and cosmetic products by product area, reaction keyword, or date range (YYYYMMDD format). Returns reports including outcomes, reactions, and product details.
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{8}$",
"description": "End date for date_created (YYYYMMDD)"
},
"reaction": {
"type": "string",
"maxLength": 500,
"description": "Reaction keyword (searches reactions array)"
},
"date_from": {
"type": "string",
"pattern": "^\\d{8}$",
"description": "Start date for date_created (YYYYMMDD)"
},
"product_area": {
"enum": [
"food",
"cosmetic"
],
"type": "string",
"description": "Filter by product area: food or cosmetic"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries