← Registry

Analytics

cricketfornoobs.com

Provides cricket analytics tools for match prediction, player career stats, head-to-head records, and phase-wise performance.

1 endpoint11 known toolsFirst detected August 28, 2026Last detected August 28, 2026

ENDPOINT 1

https://cricketfornoobs.com/mcp

No auth detected

MCP server metadata

Name
cricket-for-noobs
Version
0.1.0
Capabilities
tools

Known tools 11

cricket_win_probability

Win 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-only
cricket_head_to_head

Career batter-vs-bowler record from ball-by-ball archives: balls faced, runs scored, dismissals, strike rate.

Inferred read-only
cricket_player_career

Career 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-only
cricket_match_archive

Look up an archived limited-overs match and return its scorecard: innings totals, top scorers, leading wicket-takers.

Inferred read-only
cricket_phase_stats

How a player performs by phase of the innings — powerplay, middle overs, and the death — for batting and bowling.

Inferred read-only
cricket_venue_stats

How a ground plays: matches recorded, average first-innings score, highest first-innings total, and how often the chasing side wins there.

Inferred read-only
cricket_leaders

Leaderboards for a league and optional season: most runs or most wickets, from ball-by-ball archives.

Inferred read-only
cricket_team_form

A team's most recent archived results — opponent, outcome, and match event — for reading current form.

Inferred read-only
cricket_market_odds

Live 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-only
cricket_live_matches

Currently live and upcoming cricket matches with scores where available (ESPNcricinfo public feeds).

Inferred read-only
cricket_explain_term

Explain a cricket term in plain English with its closest baseball equivalent (wicket, yorker, googly, powerplay, DLS, and ~60 more).

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.