fda_search_import_alerts
ActiveTool of FDA Data MCP
Search FDA Import Alerts by firm, alert number, red-list versus green-list status, country, keyword, or date. This is a stronger manufacturing and supplier-risk signal than one-off import refusals because it captures standing alert status and the specific firms currently listed under each alert.
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"
},
"country": {
"type": "string",
"maxLength": 200,
"description": "Country name"
},
"date_to": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "End date for publish-date range (YYYY-MM-DD)"
},
"keyword": {
"type": "string",
"maxLength": 500,
"description": "Keyword to search in the alert title, reason, charge, or product notes"
},
"date_from": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Start date for publish-date range (YYYY-MM-DD)"
},
"firm_name": {
"type": "string",
"maxLength": 500,
"description": "Firm name (fuzzy match)"
},
"list_status": {
"enum": [
"red",
"green"
],
"type": "string",
"description": "Whether the firm is on the red list or green list"
},
"alert_number": {
"type": "string",
"maxLength": 50,
"description": "Import alert number, for example 66-40"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries