← rxmanager.ai

INDIVIDUAL MCP TOOL

drug_shortages

List current US prescription drug shortages from the FDA Drug Shortage Database (refreshed daily).

rxmanager.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

rxmanager.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.rxmanager]
url = "https://mcp.rxmanager.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rxmanager": {
      "type": "http",
      "url": "https://mcp.rxmanager.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rxmanager
Remote MCP URL: https://mcp.rxmanager.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "rxmanager": {
      "url": "https://mcp.rxmanager.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rxmanager": {
      "type": "http",
      "url": "https://mcp.rxmanager.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rxmanager",
  "transport": "streamable-http",
  "url": "https://mcp.rxmanager.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.
  • drug_search — Search US prescription drugs by full or partial brand/generic name.
  • 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.
  • medical_code_lookup — Look up any US medical claim code across all major code sets at once: CPT (with 2025 RVUs), ICD-10-CM diagnoses, HCPCS Level II, MS-DRG payment groups, CARC denial reason codes (accepts EOB formats like CO-45 or PR-1), and place-of-service codes — plus Medicare MUE unit limits and NCCI bundling-edit counts.
  • drug_info_lookup — Full profile of a US prescription drug by brand or generic name: identity and manufacturer, live CMS NADAC acquisition pricing, Medicare Part D spending and utilization, estimated pricing spread, and active clinical-trial pipeline.
  • 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.
  • renewal_checklist — Generate a dated preparation checklist for an employer pharmacy-benefit (PBM) contract renewal.