ai.rxmanager/mcp
Official5 toolsLive US drug acquisition costs (CMS NADAC) for AI assistants. Free, no auth, weekly data.
Access live US drug acquisition costs from CMS NADAC database.
Captured live from the server via tools/list.
drug_price_lookup
Look up the live public acquisition cost (CMS NADAC — National Average Drug Acquisition Cost) for a prescription drug in the United States: the per-unit price retail pharmacies actually pay to buy it, by strength, with the effective date. This is the honest baseline for judging what an employer health plan is charged by its PBM. Accepts a brand or generic name (e.g. "Gleevec", "imatinib", "atorvastatin").
Parameters (1)
- drugstringrequired
Brand or generic drug name
drug_search
Search US prescription drugs by full or partial brand/generic name. Returns matching drugs with their generic name and brand names, so you can pick the right one before calling drug_price_lookup or drug_spread_check.
Parameters (1)
- querystringrequired
Full or partial drug name (min 2 characters)
drug_spread_check
Compare what a US health plan was actually charged for a prescription fill against the live public acquisition cost (CMS NADAC) for the same quantity. Returns the acquisition cost, the amount charged, the gap, and the multiple. Use when someone asks "my plan paid $X for [drug] — is that high?". The gap is not all margin (a dispensing fee and claim administration are legitimate), but on most generics the legitimate part is a few dollars, not hundreds.
Parameters (3)
- drugstringrequired
Brand or generic drug name
- amount_chargednumberrequired
What the plan (or member) was charged for the fill, in USD
- unitsnumber
Units in the fill (e.g. tablets). Default 30.
pbm_term_explainer
Plain-English explanation of pharmacy benefit (PBM) contract terms that drive employer plan cost: spread pricing, pass-through pricing, AWP, WAC, NADAC, MAC, rebates, rebate pass-through, effective rate guarantees, lesser-of logic, DIR fees, audit rights. Each explanation includes what to watch for in a contract. Call with a specific term, or without one to list all terms.
Parameters (1)
- termstring
The contract term to explain (optional — omit to list all)
renewal_checklist
Generate a dated preparation checklist for an employer pharmacy-benefit (PBM) contract renewal. Given the renewal date, returns what a plan sponsor should request and do at 120, 90, 60, and 30 days out — contract and exhibits, claims data, rebate reconciliation, benchmark review, and the decision record. Deterministic and vendor-neutral.
Parameters (1)
- renewal_datestringrequired
Renewal date, ISO format YYYY-MM-DD (e.g. 2027-01-01)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.rxmanager.ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.