Gated two-step chain for parametric insurance trigger adjudication. Step 1 evaluates the parametric trigger (threshold, tiered, or linear index) and computes the payout amount, producing a tamper-evident trigger receipt anchored at anchor.ainumbers.co/mcp for neutral dispute adjudication (IAIS ICP 19). The §21.4 decision gate reads /trigger_hit: false exits immediately (no payout, no further processing); true proceeds to step 2 for cat bond layer-level payout confirmation. Both branch decisions are recorded in the run artifact decisions[].
compute_parametric_trigger_payout{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "compute_parametric_trigger_payout",
"arguments": {
"trigger_type": "threshold",
"index_value": 120,
"threshold": 100,
"coverage_amount": 50000,
"parametric_limit": 50000
}
},
"id": 1
}
validate_cat_bond_trigger_terms{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "validate_cat_bond_trigger_terms",
"arguments": {
"attachment_point": 100000000,
"exhaustion_point": 200000000,
"event_loss": 150000000,
"principal_amount": 50000000,
"trigger_type": "parametric",
"payout_type": "pro_rata"
}
},
"id": 2
}