fda_search_ndc
ActiveTool of FDA Data MCP
Search the National Drug Code (NDC) directory by labeler company, brand name, product NDC, or application number. Returns labeler name, brand name, generic name, dosage form, route, active ingredients, DEA schedule, listing type, and packaging details. Drug products are not linked by FEI; use this tool with company name to find drugs at a company. Related: fda_search_drugs (application-level data with submissions), fda_drug_labels (full product labeling), fda_search_nsde (NSDE cross-reference).
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"
},
"company": {
"type": "string",
"maxLength": 500,
"description": "Labeler company name (fuzzy search)"
},
"brand_name": {
"type": "string",
"maxLength": 500,
"description": "Brand name"
},
"product_ndc": {
"type": "string",
"maxLength": 500,
"description": "Product NDC"
},
"application_number": {
"type": "string",
"maxLength": 500,
"description": "Application number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries