Analytics
cricketfornoobs.com
Provides cricket analytics tools for match prediction, player career stats, head-to-head records, and phase-wise performance.
ENDPOINT 1
https://cricketfornoobs.com/mcp
MCP server metadata
- Name
- cricket-for-noobs
- Version
- 0.1.0
Known tools 11
cricket_win_probabilityWin probability for a live or hypothetical limited-overs match state, from a logistic model fitted on 8,000+ archived matches (per format and innings, with pre-match Elo).
Inferred read-onlycricket_head_to_headCareer batter-vs-bowler record from ball-by-ball archives: balls faced, runs scored, dismissals, strike rate.
Inferred read-onlycricket_player_careerCareer aggregate statistics for a player (men's and women's cricket) from Cricsheet ball-by-ball archives: innings, runs, strike rate, average, high score, wickets, economy — per format.
Inferred read-onlycricket_match_archiveLook up an archived limited-overs match and return its scorecard: innings totals, top scorers, leading wicket-takers.
Inferred read-onlycricket_phase_statsHow a player performs by phase of the innings — powerplay, middle overs, and the death — for batting and bowling.
Inferred read-onlycricket_venue_statsHow a ground plays: matches recorded, average first-innings score, highest first-innings total, and how often the chasing side wins there.
Inferred read-onlycricket_leadersLeaderboards for a league and optional season: most runs or most wickets, from ball-by-ball archives.
Inferred read-onlycricket_team_formA team's most recent archived results — opponent, outcome, and match event — for reading current form.
Inferred read-onlycricket_market_oddsLive prediction-market prices for a cricket match from Kalshi (a CFTC-regulated US exchange), shown beside this server's own win probability so the two can be compared.
Inferred read-onlycricket_live_matchesCurrently live and upcoming cricket matches with scores where available (ESPNcricinfo public feeds).
Inferred read-onlycricket_explain_termExplain a cricket term in plain English with its closest baseball equivalent (wicket, yorker, googly, powerplay, DLS, and ~60 more).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cricket-for-noobs]
url = "https://cricketfornoobs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cricket-for-noobs": {
"type": "http",
"url": "https://cricketfornoobs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cricket-for-noobs
Remote MCP URL: https://cricketfornoobs.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cricket-for-noobs": {
"url": "https://cricketfornoobs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cricket-for-noobs": {
"type": "http",
"url": "https://cricketfornoobs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cricket-for-noobs",
"transport": "streamable-http",
"url": "https://cricketfornoobs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.