# io.github.asaraog/mcp-cricket (remote · cricketfornoobs.com)

Live ball-by-ball cricket, prediction-market prices, and a win model fitted on 17,907 matches.

- Trust score: 84/100 (high trust)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- remote · `cricketfornoobs.com`: 84/100 (this document), [markdown](https://verifymcp.io/servers/asaraog-mcp-cricket/cricketfornoobs.md), [page](https://verifymcp.io/servers/asaraog-mcp-cricket/cricketfornoobs)

## Channel facts

- Endpoint: `https://cricketfornoobs.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-22.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1613 tokens (~107/item across 15 items; 15 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 83/100
  - Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 15 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.asaraog/mcp-cricket server?

io.github.asaraog/mcp-cricket is a hosted endpoint at https://cricketfornoobs.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http asaraog-mcp-cricket 'https://cricketfornoobs.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "asaraog-mcp-cricket": {
      "url": "https://cricketfornoobs.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "asaraog-mcp-cricket": {
      "type": "http",
      "url": "https://cricketfornoobs.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.asaraog-mcp-cricket]
url = "https://cricketfornoobs.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "asaraog-mcp-cricket": {
      "type": "remote",
      "url": "https://cricketfornoobs.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add asaraog-mcp-cricket --url 'https://cricketfornoobs.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  asaraog-mcp-cricket:
    url: "https://cricketfornoobs.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "asaraog-mcp-cricket": {
      "Transport": "http",
      "Url": "https://cricketfornoobs.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add asaraog-mcp-cricket -t streamable-http -u 'https://cricketfornoobs.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "asaraog-mcp-cricket": {
      "type": "http",
      "url": "https://cricketfornoobs.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-22 (score 84, +1)

No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 83, +1)

No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 81, +1)

- [security] Tool “cricket_win_probability” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [cosmetic] “cricket_win_probability” reworded the description of “batting_team”

### 2026-09-14 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-07 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (15)

### `cricket_win_probability` (~306 tokens)

Win probability for a limited-overs match, live or hypothetical, from a logistic model fitted on 8,000+ archived matches (per format and innings, with pre-match Elo). Pass a state for an in-play number, or just two team names for a fixture that has not started. Returns each side's probability and who is favored. Use for 'who is winning', 'what are the odds at X/Y', or 'who is favoured tomorrow'.

Input parameters:

- `balls_per_over` (integer): balls per over: 6 unless The Hundred, which bowls 5-ball sets — pass 5 there or every rate is a fifth off
- `batting_team` (string): team name; improves a live estimate via Elo, and with bowling_team alone prices a fixture that has not started
- `bowling_team` (string): optional team name, improves the estimate via Elo
- `innings` (integer, required): 1 for the side setting a target, 2 for the chase
- `overs` (number, required): overs bowled in cricket notation, e.g. 15.3 = 15 overs 3 balls
- `runs` (integer, required): runs scored so far by the batting side
- `target` (integer): runs needed to win (second innings only)
- `total_overs` (integer, required): overs per side: 20 for T20 and The Hundred, 50 for ODI
- `wickets` (integer, required): wickets lost so far (0-10)

### `cricket_head_to_head` (~116 tokens)

Career batter-vs-bowler record from ball-by-ball archives: balls faced, runs scored, dismissals, strike rate. Cricket tracks these like baseball's batter-vs-pitcher splits.

Input parameters:

- `batter` (string, required): batter name, e.g. 'Virat Kohli' or 'V Kohli'
- `bowler` (string, required): bowler name, e.g. 'Jasprit Bumrah'
- `format` (string): 't20' or 'odi'; omit to try T20 then ODI

### `cricket_player_career` (~70 tokens)

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.

Input parameters:

- `name` (string, required): player name, e.g. 'Rachin Ravindra'

### `cricket_match_archive` (~94 tokens)

Look up an archived limited-overs match and return its scorecard: innings totals, top scorers, leading wicket-takers. Search by team names, league (mlc, ipl, bbl, psl, cpl), and/or year.

Input parameters:

- `query` (string, required): free text, e.g. 'the 2025 IPL final' or 'Washington Freedom vs San Francisco Unicorns 2026'

### `cricket_phase_stats` (~98 tokens)

How a player performs by phase of the innings — powerplay, middle overs, and the death — for batting and bowling. This is the split that separates a strike-rate merchant from a genuine finisher, computed from ball-by-ball archives.

Input parameters:

- `name` (string, required): player name, e.g. 'Nicholas Pooran'
- `total_overs` (integer): 20 for T20 (default), 50 for ODI/List-A

### `cricket_venue_stats` (~95 tokens)

How a ground plays: matches recorded, average first-innings score, highest first-innings total, and how often the chasing side wins there. Useful for toss decisions and pre-match reads.

Input parameters:

- `total_overs` (integer): 20 for T20 (default), 50 for ODI/List-A
- `venue` (string, required): ground name or fragment, e.g. 'Grand Prairie' or 'Eden Gardens'

### `cricket_leaders` (~125 tokens)

Leaderboards for a league and optional season: most runs or most wickets, from ball-by-ball archives. Leagues include mlc, ipl, bbl, psl, cpl and international cricket.

Input parameters:

- `kind` (string): 'batting' (default) or 'bowling'
- `league` (string, required): league code, e.g. 'mlc', 'ipl', 'bbl'
- `limit` (integer): how many players to return (default 10)
- `year` (string): optional season year, e.g. '2026'

### `cricket_team_form` (~62 tokens)

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

Input parameters:

- `limit` (integer): how many recent matches (default 8)
- `team` (string, required): team name, e.g. 'San Francisco Unicorns'

### `cricket_market_odds` (~122 tokens)

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. Prices are cents that equal implied probability: 42 means the market prices a 42% chance. Informational only — not betting advice, and event contracts are legal only in some jurisdictions.

Input parameters:

- `team_a` (string, required): one team, e.g. 'San Francisco Unicorns'
- `team_b` (string, required): the other team, e.g. 'Guyana Amazon Warriors'

### `cricket_dismissals` (~117 tokens)

How a batter gets out, or how a bowler takes wickets, across the ball-by-ball archive: bowled, caught, lbw, stumped, run out and the rest, with counts and shares. Run outs are excluded from the bowling view because they are not credited to the bowler.

Input parameters:

- `perspective` (string): 'batting' (default) for how they get out, 'bowling' for how they take wickets
- `player` (string, required): player name, e.g. 'V Kohli'

### `cricket_discipline` (~119 tokens)

Dot-ball percentage, boundary percentage and economy for a bowler, or the same rates faced by a batter. These are the numbers that decide limited-overs games well before the wickets column does, and no scorecard shows them.

Input parameters:

- `perspective` (string): 'bowling' (default) or 'batting'
- `player` (string, required): player name, e.g. 'JJ Bumrah'
- `total_overs` (integer): restrict to one format: 20 for T20, 50 for ODI. Omit for all

### `cricket_situational` (~108 tokens)

A batter's record batting first versus chasing, in limited-overs cricket: runs, balls, average and strike rate for each. Multi-day cricket is excluded rather than guessed at, since there the fourth innings is the chase and the first three are not comparable.

Input parameters:

- `player` (string, required): player name, e.g. 'V Kohli'
- `total_overs` (integer): restrict to one format: 20 for T20, 50 for ODI. Omit for all

### `cricket_partnerships` (~94 tokens)

A batter's most productive partnerships: runs added while the two were at the crease together, how many stands, and their best. Stands are reconstructed by segmenting each innings at the wickets that fall, since the archive records the striker but not the non-striker.

Input parameters:

- `limit` (integer): how many partners (default 8)
- `player` (string, required): player name, e.g. 'RG Sharma'

### `cricket_live_matches` (~28 tokens)

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

### `cricket_explain_term` (~59 tokens)

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

Input parameters:

- `term` (string, required): cricket term, e.g. 'googly'

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/asaraog-mcp-cricket/cricketfornoobs#diagnostics

## Score history

- 2026-09-22: 84
- 2026-09-21: 83
- 2026-09-20: 83
- 2026-09-19: 82
- 2026-09-18: 82
- 2026-09-17: 81
- 2026-09-16: 81
- 2026-09-15: 80
- 2026-09-14: 80
- 2026-09-13: 79
- 2026-09-12: 79
- 2026-09-11: 79
- 2026-09-10: 78
- 2026-09-09: 78
- 2026-09-08: 77
- 2026-09-07: 77
- 2026-09-06: 76
- 2026-09-05: 76
- 2026-09-04: 75
- 2026-09-03: 75
- 2026-09-02: 74
- 2026-09-01: 74
- 2026-08-31: 73
- 2026-08-30: 73
- 2026-08-29: 72
- 2026-08-28: 72

## Common questions

### What is the io.github.asaraog/mcp-cricket server?

io.github.asaraog/mcp-cricket is listed in the public MCP registry as io.github.asaraog/mcp-cricket. Live ball-by-ball cricket, prediction-market prices, and a win model fitted on 17,907 matches. This page covers its hosted endpoint (https://cricketfornoobs.com/mcp).

### Is the io.github.asaraog/mcp-cricket server safe to use?

io.github.asaraog/mcp-cricket scores 84 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.asaraog/mcp-cricket server expose?

io.github.asaraog/mcp-cricket exposes 15 tools: cricket_win_probability, cricket_head_to_head, cricket_player_career, cricket_match_archive, cricket_phase_stats, and 10 more. Their descriptions and schemas cost roughly 1,613 tokens of context every time the server is loaded.

### Does the io.github.asaraog/mcp-cricket server require authentication?

No. We connected to io.github.asaraog/mcp-cricket without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the io.github.asaraog/mcp-cricket server still maintained?

io.github.asaraog/mcp-cricket is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://cricketfornoobs.com/mcp
- Repository: https://github.com/asaraog/mcp-cricket
- Website: https://cricketfornoobs.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/asaraog-mcp-cricket/cricketfornoobs.xml
- Changelog JSON feed: https://verifymcp.io/servers/asaraog-mcp-cricket/cricketfornoobs.json
- HTML version of this page: https://verifymcp.io/servers/asaraog-mcp-cricket/cricketfornoobs
