fda_search_nsde
ActiveTool of FDA Data MCP
Search the National Standard Drug Element (NSDE) database by brand/proprietary name, application number, or package NDC. Returns proprietary name, active ingredients, dosage form, route, and marketing information. Related: fda_search_ndc (NDC directory), fda_search_drugs (Drugs@FDA application data).
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"
},
"package_ndc": {
"type": "string",
"maxLength": 500,
"description": "Package NDC (exact match)"
},
"proprietary_name": {
"type": "string",
"maxLength": 500,
"description": "Brand/proprietary name (fuzzy match)"
},
"application_number": {
"type": "string",
"maxLength": 500,
"description": "Application number (exact match)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries