Ranked player picks and the optimal captain for a T20 match, in a single call. An ensemble model — trained on 129,000 player-innings across 4,683 matches — that blends expected points, probability of a top-6 finish, and a ceiling model to name the captain. The signal a fantasy app or contest bot needs to build a lineup, without running its own player-projection pipeline.
Pass the match state; receive a complete, model-backed read.
Every player in the squad scored and ranked by predicted fantasy value — a blend of expected points, top-6 probability, and ceiling. Separates safe floor picks from explosive ceiling picks.
pickspick_scorerankThe single highest-ceiling player, chosen by a 90th-percentile model — because captaincy doubles points and rewards upside, not average. Captain-hit rate 35.6%, more than double random.
captain_pickceiling_ptsEach player carries a top-6 probability, an expected-points figure, and a ceiling — so a lineup builder can balance a safe core with high-variance differentials.
p_top6expected_ptsTrained 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.
{
"captain_pick": "V Kohli",
"picks": [
{ "rank": 1, "player": "JJ Bumrah", "p_top6": 0.565, "expected_pts": 33.6, "ceiling_pts": 75.4 },
{ "rank": 2, "player": "V Kohli", "p_top6": 0.372, "expected_pts": 33.8, "ceiling_pts": 87.4 }
]
}dod.hshintelligence.com/mcp or the /x402/catalog.USDC on Base. Fixed deterministic price.# call the fantasy-picks tool curl -H "X-Payment: <x402-usdc-base-payload>" \ "https://dod.hshintelligence.com/mcp" \ -d '{"tool":"hsh-cricket-fantasy-picks","input":{...}}'