{ "name": "automatedrcm-billing-mcp", "version": "1.1.0", "mcpName": "io.github.laureennicholson635/automatedrcm-billing-mcp", "description": "MCP server: medical-billing intelligence for AI agents — prior-auth checks, denial decoding, claim triage, appeal assessments, PHI de-id demo. Pay-per-call via x402 (USDC on Base).", "type": "module", "bin": { "automatedrcm-billing-mcp": "index.js" }, "main": "index.js", "files": ["index.js", "README.md", "LICENSE"], "engines": { "node": ">=18" }, "keywords": ["mcp", "modelcontextprotocol", "medical-billing", "rcm", "prior-authorization", "denial-codes", "x402", "ai-agents", "healthcare"], "author": "Laureen Nicholson (https://getautomatedrcm.com)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/laureennicholson635/automatedrcm-billing-mcp" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@x402/evm": "^2.0.0", "@x402/fetch": "^2.0.0", "viem": "^2.0.0", "zod": "^3.23.0" } }