fda_vet_events
ActiveTool of FDA Data MCP
Search veterinary adverse events (animal drug safety reports) by species, drug name, reaction, serious flag, or date range (YYYYMMDD format). Returns event reports including animal details, drug information, and adverse reactions. Related: fda_search_aphis (veterinary biologics facilities and establishments).
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 receive_date (YYYYMMDD)"
},
"serious": {
"enum": [
"true",
"false"
],
"type": "string",
"description": "Filter by serious adverse event"
},
"species": {
"type": "string",
"maxLength": 500,
"description": "Animal species (searches animal JSONB)"
},
"date_from": {
"type": "string",
"pattern": "^\\d{8}$",
"description": "Start receive_date (YYYYMMDD)"
},
"drug_name": {
"type": "string",
"maxLength": 500,
"description": "Drug name (searches drug JSONB)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries