The projected final first-innings total from any mid-innings state — now with a calibrated P10–P90 confidence band. A phase-routed quantile model (powerplay / middle / death specialists) that returns not just a projected total but honest low–high bounds, with 85% band coverage. In the death overs it tightens to a median error of 8.5 runs. The "is this a par score?" answer every over/under bettor and trading agent wants.
Pass the match state; receive a complete, model-backed read.
The model's predicted final first-innings score from the current state — trained on the real scoring curve, so it does not blow up early the way run-rate extrapolation does.
projected_final_totalA naive run-rate extrapolation is returned alongside the model projection, so the model's edge over the method everyone else uses is explicit.
naive_extrapolationEvery projection ships with calibrated P10-P90 bounds (85% coverage) that widen early and tighten through the innings — an explicit read on how much to trust the number.
low_p10 high_p90 phase band_widthTrained on 4,683 real T20 matches from Cricsheet — free, legal, ball-by-ball — then validated on unseen matches. No fragile live-feed dependency; the intelligence is in the model.
{
"projected_final_total": 179.5,
"low_p10": 164.6,
"high_p90": 201.2,
"phase": "death",
"band_width": 36.6,
"naive_extrapolation": 170.6
}dod.hshintelligence.com/mcp or the /x402/catalog.USDC on Base. Fixed deterministic price.# call the parscore tool curl -H "X-Payment: <x402-usdc-base-payload>" \ "https://dod.hshintelligence.com/mcp" \ -d '{"tool":"hsh-cricket-parscore","input":{...}}'