Drugs + NDC + Labels via MCP
RegDataLab Team9 min read
FDA Data MCP exposes several drug-related tools for searching applications, NDC listings, product names, and structured labels. This post is MCP-only: we describe only what tools accept and return.
Tools covered
fda_search_drugsfda_search_ndcfda_search_by_productfda_drug_labels
Search Drugs@FDA applications
mcporter call fda-data.fda_search_drugs company='Pfizer' --output json
Search NDC directory
mcporter call fda-data.fda_search_ndc labeler='Pfizer' --output json
Search by product name
mcporter call fda-data.fda_search_by_product product='Chantix' --output json
Pull structured drug labels
mcporter call fda-data.fda_drug_labels product='Chantix' --output json
Monitoring workflow
- Use company search to build an application inventory.
- Use NDC to connect labeler/product identifiers in your internal systems.
- Use label output as machine-readable context in downstream workflows.
Fact-check checklist
- Only mention fields and sections that appear in MCP output.
- Avoid defining NDC/label semantics beyond tool output.