MCP server exposing 5 tools for dailymed.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/dailymed/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_drugs — Search Structured Product Labels by any combination of name, ANDA/NDA, NDC, RxCUI.get_drug — Full SPL metadata + sections (e.g. dosage, warnings) by set_id.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.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 effect, CS = chemical structure). Returns class codes and display names.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/dailymed/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io