
Rxnorm MCP server
RxNorm MCP — wraps the NLM RxNav REST API (free, no auth)
0 stars
Reviews
Write oneNobody has reviewed Rxnorm yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Rxnorm tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 201ms; handshake note: Streamable HTTP error: Error POSTing to endpoint: {"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"Discovery ra20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityopen endpoint, read-only tools10/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner7/10
What the publisher says
From the Rxnorm repository's README, as published. We do not edit it. Read it on GitHub
RxNorm — Standardized Drug Concepts
The National Library of Medicine's standardized drug nomenclature. Every prescription, OTC drug, and ingredient in the US healthcare system has an RxCUI (a stable concept ID). RxNorm normalizes drug naming chaos: "Tylenol" and "acetaminophen" and "APAP" all resolve to the same ingredient concept. Free, no auth.
Part of Pipeworx — an MCP gateway connecting AI agents to 1679+ live data sources.
Why this matters for AI agents
Drug data is notoriously messy. Brand names, generic names, salt forms, dose strengths, dosage forms — same molecule, dozens of strings. RxNorm gives you canonical IDs you can use to cross-reference FDA data, drug interaction databases, EHR systems, and clinical trials.
Three core flows:
1. Resolve a name. "What's Ozempic?" → rxnorm_search({name: "ozempic"}) → concept groups by term type (SBD, BN, IN, etc.) with RxCUIs.
2. Get drug properties. "What's this RxCUI?" → rxnormgetproperties({rxcui}) → ingredient name, strength, dose form, brand status.
3. Drug interactions — not available. NLM discontinued the RxNav interaction API in January 2024 and nothing replaced it, so this pack has no rxnorminteractions tool and Pipeworx has no drug-drug interaction source. pharmasafety_report returns the FDA label's own Drug Interactions section, which documents one drug rather than checking a pair; a drug missing from that text has not been cleared.
For full drug-safety synthesis combining RxNorm + FDA + ClinicalTrials, use [compareentities({type: "drug", values})] or the pharmadrug_profile compound.
Term types (TTYs) — important to understand
RxNorm has multiple concepts per drug, each at different abstraction levels:
For cross-source linking, always prefer the IN (ingredient) RxCUI when one exists. Brand drugs in different countries have different SBDs; the IN is global. resolve_entity({type: "drug"}) picks the canonical RxCUI in priority order IN > PIN > BN > SBD > first available.
Citable URIs
pipeworx://rxnorm/concept/{rxcui}
pipeworx://rxnorm/concept/{rxcui}/interactionsRxCUIs are stable and shareable.
Update cadence
RxNorm publishes monthly updates. New drugs appear within a month of FDA approval; deprecated products are flagged but kept in the database for historical lookup. Pipeworx caches with a 24-hour TTL.
Common pitfalls
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http rxnorm https://gateway.pipeworx.io/rxnorm/mcp
Rxnorm: common questions
- Is Rxnorm MCP server safe?
- Yes, by our scan: it is graded A (87/100). Read the Rxnorm safety report
- How do I install Rxnorm?
- It runs remotely at gateway.pipeworx.io. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Rxnorm need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Rxnorm maintained?
- The last commit was 2 days ago (2026-09-25). The latest release is v0.1.1.
- Is Rxnorm up?
- 100% of our last 28 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Rxnorm?
- Servers from other publishers that do the same job: Servicenow AI MCP server, Servicenow AI MCP server and Partner Center MCP server. Compare all Rxnorm alternatives.
Alternatives to Rxnorm
Same job from other publishers: the closest match first, then the best rated.
- Servicenow AIServiceNow MCP server — 67 tools over the full REST surface, every auth method, flows, diagrams.not reviewedGrowingB
- Servicenow AIServiceNow MCP server — 67 tools over the full REST surface, every auth method, flows, diagrams.not reviewedGrowingB
- Partner CenterUnofficial Partner Center REST API knowledge & codegen assistant (scenarios, auth, errors).not reviewedGrowingA
- ShieldStdio MCP auth proxy: wrap any MCP server with per-tool permission enforcement.not reviewedGrowingA
- RedeMCP server for Rede — Itaú-owned BR acquirer: authorize/capture/refund, zero-auth, card tokensnot reviewedEstablishedB