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:resolve_knowledge, calculate_payment, research_code, and resolve_denial as tools.
3. Agent callbacks (async jobs only)
Agent endpoints return202 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.