For AI assistants

Give your AI live drug-cost data.

RxManager runs a free, read-only MCP server. Connect it once and your AI assistant can look up what pharmacies actually pay for any US prescription drug — live CMS NADAC data, refreshed weekly.

The server

One URL. No account, no key.

Endpoint

https://mcp.rxmanager.ai/mcp
Model Context Protocol, Streamable HTTP. Read-only; no auth; no personal data.

Five tools

drug_price_lookup — live acquisition cost by strength, with the NADAC effective date. drug_search — find any US drug by name. drug_spread_check — what a plan was charged vs. the acquisition cost. pbm_term_explainer — PBM contract terms in plain English. renewal_checklist — a dated PBM renewal preparation plan.

The data

CMS NADAC (National Average Drug Acquisition Cost): what retail pharmacies actually pay to buy each drug. We mirror it weekly and serve it fresh, with the effective date on every answer.

Connect

Add it to your assistant in under a minute.

Claude (claude.ai / desktop)

Settings → Connectors → Add custom connector → paste the server URL. No login or key.

ChatGPT

Settings → Apps & Connectors → enable Developer Mode → Add connector → paste the server URL (no authentication).

Cursor / Windsurf / VS Code

Add to your MCP config: { "mcpServers": { "rxmanager": { "url": "https://mcp.rxmanager.ai/mcp" } } }

Claude Code (CLI)

claude mcp add --transport http rxmanager https://mcp.rxmanager.ai/mcp

Then just ask

Your AI calls the tool on its own.

  • “What does a pharmacy actually pay for Eliquis?”
  • “Look up the acquisition cost of atorvastatin by strength.”
  • “Is there a cheap generic baseline for Ozempic, or is it brand-only?”