{
  "markdown": "# AutomatedRCM Billing Tools — MCP Server\n\nGive your AI agent **medical-billing intelligence** in five minutes: prior-authorization determinations, claim-denial decoding, unpaid-claim triage, appeal assessments, and a PHI de-identification demo.\n\nBuilt by [AutomatedRCM](https://getautomatedrcm.com) — an AI-powered medical billing company run by a biller with 10 years in the field. The rules engines run server-side; every answer is deterministic (no LLM on the paid path, no PHI accepted). Also listed on Coinbase's [x402 Bazaar](https://x402.getautomatedrcm.com).\n\n## Tools\n\n| Tool | What it does | Price |\n|---|---|---|\n| `catalog` | List endpoints, prices, input shapes | Free |\n| `free_samples` | Real sample outputs on fixed inputs — try before you buy | Free |\n| `pa_check` | Prior-auth determination: CPT + payer → requirement, criteria, documentation checklist, portal, turnaround | $0.05 |\n| `denial_decode` | CARC code (CO-50, PR-204, …) → plain-English meaning, appealability, next action, prevention | $0.02 |\n| `claim_triage` | Unpaid claim → work bucket, risk flags, priority score, next action + deadline | $0.03 |\n| `appeal_assessment` | Denied claim → appeal/fix/write-off verdict, deadline math, evidence checklist, structured appeal-letter draft | $1.50 |\n| `pii_scrub` | De-identify ANY text before it reaches a third-party LLM/API — names, emails, phones, SSNs, credit cards (Luhn), IPs, addresses, IDs; interval-preserving date timeline; token map for local restore | $0.01 |\n| `phi_scrub_demo` | De-identify healthcare text (synthetic/test data ONLY) with interval-preserving date timeline | $0.01 |\n\nPayments use the [x402 protocol](https://docs.cdp.coinbase.com/x402/welcome) — USDC on Base, settled per call, no account or API key.\n\n## Setup\n\nEasiest — no install, straight from npm:\n\n```json\n{\n  \"mcpServers\": {\n    \"automatedrcm-billing\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"automatedrcm-billing-mcp\"],\n      \"env\": { \"X402_PRIVATE_KEY\": \"0x...\" }\n    }\n  }\n}\n```\n\nOr from source:\n\n```bash\ngit clone https://github.com/laureennicholson635/automatedrcm-billing-mcp\ncd automatedrcm-billing-mcp\nnpm install\n```\n\n```json\n{\n  \"mcpServers\": {\n    \"automatedrcm-billing\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/automatedrcm-billing-mcp/index.js\"],\n      \"env\": { \"X402_PRIVATE_KEY\": \"0x...\" }\n    }\n  }\n}\n```\n\n- **Free tools** (`catalog`, `free_samples`) work with no configuration.\n- **Paid tools** need `X402_PRIVATE_KEY` — a wallet private key holding a little USDC on **Base mainnet** ($1 covers ~30 mixed calls). Payments are gasless for the buyer (EIP-3009); the wallet needs USDC only, no ETH. Use a dedicated low-balance wallet, never your main one.\n\n## Rules of the road\n\n- **Never send real PHI.** Paid endpoints accept codes and numbers; `phi_scrub_demo` is for synthetic/test text only and stores nothing. Production de-identification runs licensed in *your* environment — contact laureennicholson@getautomatedrcm.com.\n- Determinations reflect typical published payer policy; plan-level variations exist. Verify plan-specific requirements for final decisions.\n\n## Who made this\n\nLaureen Nicholson — 10 years in medical billing, now building an AI-agent billing company in public. Live demos: [Flow (claim journey)](https://flow.getautomatedrcm.com) · [WorkQueue](https://workqueue.getautomatedrcm.com) · [PHI Scrubber](https://scrub.getautomatedrcm.com) · [marketplace stats](https://x402.getautomatedrcm.com/stats). Want the full billing service or a white-label deal? [getautomatedrcm.com](https://getautomatedrcm.com).\n",
  "bytes": 3583,
  "sha": "ea2c687edc9dd461b70ce301e5350e9ae5a6fd7b6e191ae3b4bce4b0900b60b9",
  "repo_slug": "laureennicholson635/automatedrcm-billing-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_laureennicholson635_automatedr_0ef60add/readme"
}