Skip to main content
You’re building healthcare software. Your users — billers, providers, administrators — all need billing knowledge. Instead of building and maintaining billing rule engines yourself, embed RCI.

What RCI does for your product

Replace internal billing logic

Keep your data fresh

CMS updates fee schedules, GPCI values, and coding rules annually. Payers change their rules constantly. RCI handles these updates — you don’t have to.

Three integration methods

1. REST API (server-side)

Direct HTTP calls from your backend. Best for server-side rendering, batch processing, and backend workflows.

2. MCP Server (for AI features)

If your product has AI features (copilots, assistants, chatbots), connect them to RCI via the MCP server:
Your AI features can then call resolve_knowledge, calculate_payment, research_code, and resolve_denial as tools.

3. Agent callbacks (async jobs only)

Agent endpoints return 202 with a job_id. Poll GET /v1/agents/jobs/{job_id}, or pass callback_url (and callback_secret) on submit. There is no POST /v1/webhooks registry. See Agent callbacks.

Where RCI fits in your product

Pricing for platforms

See accounts and billing for full details.