- An RCM workflow agent can use the MCP server to resolve the complete billing context before constructing a claim or writing an appeal.
- A coding assistant can use the MCP server to research CPT/HCPCS codes, validate medical necessity, and check documentation requirements.
- A denial management agent can use the MCP server to look up CARC/RARC codes, retrieve payer appeal rules, and generate resolution strategies.
Why use the MCP server?
Resolving healthcare billing knowledge correctly requires navigating six layers of context — from geographic payment adjustments (GPCI) to payer-specific filing deadlines to service-level RVU calculations. Getting any of these wrong leads to underpayment, denials, or compliance violations. The MCP server handles this complexity so your agent doesn’t have to. It comes with:- Full L1-L6 resolution from a single CCN and CPT code
- Payment calculation using the MPFS methodology with GPCI adjustments
- Payer intelligence including timely filing limits, appeal levels, and prior auth rules
- Code research via the async code-research agent
- Denial resolution with CARC/RARC lookup and appeal strategy generation
- Cited policy, 340B, and prior auth — same tools as REST (
lookup_policy,resolve_340b_restrictions,check_pa_required)
Features
The MCP server allows agents to:- Resolve billing context: The
resolve_knowledgetool chains all six layers, returning GPCI values, payment systems, billing forms, payer rules, and payment estimates. - Calculate expected payment: The
calculate_paymenttool computes MPFS-based payment using GPCI-adjusted RVUs and the current conversion factor. - Get billing guidelines: The
get_billing_guidetool returns the correct billing form, TOB codes, modifier requirements, and any exceptions. - Research billing codes: The
research_codetool submits a query to the AI code research agent and returns structured results. - Resolve denials: The
resolve_denialtool analyzes CARC/RARC codes and generates appeal strategies with payer-specific deadlines. - Search payer rules: The
search_payertool retrieves payer-specific rules including timely filing, appeal levels, and prior auth requirements.
Limitations
The MCP server is designed for agent workflows that need billing knowledge for individual encounters. It is not intended for:- Batch processing — Use the REST API directly for bulk resolution
- Claims submission — RCI provides knowledge, not clearinghouse connectivity. Use Stedi or your clearinghouse for claims submission.
- Real-time eligibility — RCI resolves billing rules, not patient-specific eligibility. Use Stedi for eligibility checks.
Data security
The MCP server uses TLS for all connections and authenticates with the sameX-API-Key as REST.
How the MCP server works
Your AI agent connects to the server using an MCP client. Once connected, the server gives your agent access to the available tools and prompts.Tools
Prompts
The MCP server includes prompts to help your agent with common billing workflows:- How to interpret a knowledge resolution response
- When to use facility vs. non-facility rates
- How to handle unknown CPT codes
- Best practices for denial appeal construction