Payer PolicyPolicy Medical policy & coverage monitoring

Build on payer policy

Every policy capability is available three ways — in the UI, over a REST API, and to AI agents over MCP. The policy surfaces are login-gated and metered; sign in to use them.

Policy document search

Hybrid semantic + keyword search over payer medical-policy and reimbursement documents, with the extracted billing rules.

REST
GET /api/v1/lookup/?topic=&payer=
MCP
lookup, fetch_document
Operation
policy.lookup / policy.document

Policy change history

How a payer's policies changed over time — dated changes for a brand family, filterable by state and date.

REST
GET /api/v1/policies/?payer_id=&state=
MCP
policy_changes
Operation
policy.changes

Find my payer

Resolve partial card-style fields (company, plan, EDI payer id, NAIC, BlueCard prefix — never a full member id) to the true top-level payer.

REST
POST /api/v1/payers/resolve-card
MCP
resolve_payer
Operation
policy.resolve_payer

Applicable policies

Which policies govern a payer (+ optional state / line of business / procedure code) — authority set + deterministic narrowing with a typed basis.

REST
GET /api/v1/payers/applicable-policies
MCP
applicable_policies
Operation
policy.applicability

Monitoring & freshness

The health and last-checked freshness of every source we monitor (read-only mirror of our surveillance).

REST
GET /api/v1/sources/stale
MCP
— (UI: /policy/monitoring)
Operation
policy.monitor

Connect an AI agent

The Payer-Policy MCP server exposes 7 tools. Set up the MCP connection →