@pipeworx/dailymed
Connect: https://pipeworx.io/mcp — every tool in the catalog, including @pipeworx/dailymed’s. Install: one-click buttons
Connect to just the @pipeworx/dailymed pack
https://gateway.pipeworx.io/dailymed/mcp — only @pipeworx/dailymed’s own tools, nothing else in the catalog.
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 7
DailyMed MCP — official FDA-submitted drug labels via NLM’s DailyMed service. ~150k Structured Product Labels. No auth.
Tools
search_drugs(name?, application_number?, ndc?, rxcui?, page?, pagesize?)— search labelsget_drug(set_id)— Structured Product Label metadata + sectionslist_labels_for_drug_name(drug_name, page?)— all labels mentioning a drug namerecent_updates(limit?)— recently updated labelslist_classes(class_code?, type?)— pharmacologic / drug class reference
Data source
https://dailymed.nlm.nih.gov/dailymed/services/v2/ — REST + JSON.
Tools
- search_drugs — Search Structured Product Labels by any combination of name, ANDA/NDA, NDC, RxCUI.
- get_drug — FULL FDA DRUG LABEL TEXT from the current DailyMed Structured Product Label \u2014 indications, dosage and administration, contraindications, warnings and precautions, boxed warning, adverse reactions
- list_labels_for_drug_name — All labels mentioning a drug name.
- recent_updates — Return the most recently updated FDA Structured Product Labels from DailyMed (NLM), up to 100 results, ordered by update date descending. Useful for tracking newly revised drug labeling.
- label_history — Drug LABEL REVISION HISTORY — when a prescription drug’s FDA label was revised, and how many times. Pass a DRUG NAME (“Ozempic”, “semaglutide”) and it resolves to that drug’s Structured Product Label
- label_diff — WHAT CHANGED between two versions of a drug’s FDA label — conservative section-level text comparison of official DailyMed SPL versions. Pass a DRUG NAME (“Ozempic”) and it resolves the label automatic
- list_classes — List pharmacologic drug-class reference entries from DailyMed, optionally filtered by class_code or class type (EPC = established pharmacologic class, MoA = mechanism of action, PE = physiologic effec
Tools
get_drug— FULL FDA DRUG LABEL TEXT from the current DailyMed Structured Product Label u2014 indications, dosage and administration, contraindications, warnings and precautions, boxed warning, adverse reactions,label_diff— WHAT CHANGED between two versions of a drug's FDA label — conservative section-level text comparison of official DailyMed SPL versions. Pass a DRUG NAME ( Ozempic ) and it resolves the label automaticlabel_history— Drug LABEL REVISION HISTORY — when a prescription drug's FDA label was revised, and how many times. Pass a DRUG NAME ( Ozempic , semaglutide ) and it resolves to that drug's Structured Product Label alist_classes— List pharmacologic drug-class reference entries from DailyMed, optionally filtered by class_code or class type (EPC = established pharmacologic class, MoA = mechanism of action, PE = physiologic effeclist_labels_for_drug_name— All labels mentioning a drug name.recent_updates— Return the most recently updated FDA Structured Product Labels from DailyMed (NLM), up to 100 results, ordered by update date descending. Useful for tracking newly revised drug labeling.search_drugs— Search Structured Product Labels by any combination of name, ANDA/NDA, NDC, RxCUI.