OpenChainGraph Suite · OCG v0.8.7 · Insurance Evidence

Claim Dispute Bundle Assembly

Two-step agent-insurability evidence flow: score an agent execution evidence bundle for underwriter-facing evidence completeness, then build a two-sided replay-challenge dossier for a disputed execution_claim, optionally testing a warranty KPI breach.

OpenChainGraph · 2 Steps compliance mandate Hash-Anchored §4 chain_depth:2 Client-Side · Zero PII
This scores evidence completeness and builds a replayable claim record only, never an insurability decision, a reserve attestation, or a settlement decision. Selling or underwriting insurance is out of scope. The dossier serves both the underwriter and the insured party reviewing the same replay instructions. Not legal or insurance advice.
Chain Topology (linear composition) — Insurability Score → Dispute Bundle
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 2 Steps
1 ROOT node
Agent Insurability Evidence Scorer art-306-agent-insurability-evidence-scorer
composite and dims feed Stage 2 as evidence-completeness context for the dispute bundle
MCP Call · score_agent_insurability_evidence
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "score_agent_insurability_evidence",
    "arguments": {
        "underwriter_profile": "aiuc",
        "execution_claims": [
            {
                "execution_hash": "sha256:",
                "human_oversight": true
            }
        ],
        "receipts": [
            {
                "receipt_hash": "sha256:"
            }
        ]
    }
  },
  "id": 1
}
2 TERMINAL node
Claim Dispute Bundle Builder art-307-claim-dispute-bundle-builder
Builds the replay-challenge dossier, optionally testing a warranty_kpi_breach -- final stage
MCP Call · build_claim_dispute_bundle
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "build_claim_dispute_bundle",
    "arguments": {
        "execution_claim": {
            "execution_hash": "sha256:",
            "tool_id": "art-251-compute-parametric-trigger-payout",
            "receipts": [
                {
                    "receipt_hash": "sha256:"
                }
            ]
        },
        "challenge": {
            "digest": "sha256:"
        }
    }
  },
  "id": 2
}
Export Chain Artifact
Download the §4 chain definition artifact (hash-anchored JSON). The artifact encodes the complete chain definition. Available after hash computation.