← cricketfornoobs.com

INDIVIDUAL MCP TOOL

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.

cricketfornoobs.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://cricketfornoobs.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for cricket_player_career and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

cricketfornoobs.com

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.

Related tools

  • 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).
  • cricket_head_to_head — Career batter-vs-bowler record from ball-by-ball archives: balls faced, runs scored, dismissals, strike rate.
  • cricket_match_archive — Look up an archived limited-overs match and return its scorecard: innings totals, top scorers, leading wicket-takers.
  • cricket_phase_stats — How a player performs by phase of the innings — powerplay, middle overs, and the death — for batting and bowling.
  • 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.
  • cricket_leaders — Leaderboards for a league and optional season: most runs or most wickets, from ball-by-ball archives.
  • cricket_team_form — A team's most recent archived results — opponent, outcome, and match event — for reading current form.
  • 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.