COIOps

MCP for COIOps

COIOps exposes the same vendor vault, document scores, job-gate, and chase flows your team uses in the app — as MCP tools over an authenticated HTTP endpoint. Tools return document scores, not live carrier verification. Certificate ≠ policy. Not legal advice.

Connect

  1. Sign in to your org and open Settings → MCP keys (or use the demo key from npm run seed locally).
  2. Create an org API key. Copy the coiops_… secret once — it is hashed at rest and never shown again.
  3. Point your MCP client at POST https://app.coiops.com/api/mcp with Authorization: Bearer coiops_….
  4. Call tools/list then tools/call (JSON-RPC 2.0). Optional prompts/list, resources/list. Every call is org-isolated.
  5. On writes, you may send Idempotency-Key for ingest_coi_pdf, request_updated_coi, and set_gate_status (per canonical docs/MCP.md).

Tool catalog (this build)

Metering

Subscriptions stay asset-capped (vendors per plan). MCP tool calls are logged as billable units so agents can be metered alongside seats. Included MCP actions by plan — metering is live; monthly included quotas and overage pricing are TBD (not invented on this page).

Weight classIllustrative unitsExample tools
read1list_vendors, get_vendor, list_expiring_cois
write5upsert_vendor, check_requirements, request_updated_coi
heavy25ingest_coi_pdf, run_morning_compliance_brief

Per-tool weights in code: list_vendors=1, get_vendor=1, list_expiring_cois=1, run_morning_compliance_brief=25…

Rate limits & honesty

PricingSample API notesTry the demo