Odel
automatedrcm billing mcp

automatedrcm billing mcp

Local
@laureennicholson635JavaScriptMITUpdated 3w ago

Medical-billing tools for AI agents: prior-auth checks, denial decoding, claim triage, appeals.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmautomatedrcm-billing-mcpv1.0.0

Run

npx -y automatedrcm-billing-mcp

MCP client config

{
  "mcpServers": {
    "automatedrcm-billing-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "automatedrcm-billing-mcp"
      ]
    }
  }
}