Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

CricketStudio MCP

NPM · CRICKETSTUDIO-MCP · SCANNED SEP 20

29 MCP tools for IPL 2026, IPL historical (18 seasons), and Major League Cricket. No API key.

Available components

0 this week 82 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2530 tokens (~87/item across 29 items; 29 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage85
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 54% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 29 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 29 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the CricketStudio MCP server?

CricketStudio MCP runs locally as an npm package, launched with npx -y cricketstudio-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · cricketstudio-mcp

# add to Claude Code
claude mcp add i-m-arul-cricketstudio-mcp -- npx -y cricketstudio-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "i-m-arul-cricketstudio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cricketstudio-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "i-m-arul-cricketstudio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cricketstudio-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add i-m-arul-cricketstudio-mcp -- npx -y cricketstudio-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "i-m-arul-cricketstudio-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "cricketstudio-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add i-m-arul-cricketstudio-mcp --command npx --arg -y --arg cricketstudio-mcp
# ~/.hermes/config.yaml
mcp_servers:
  i-m-arul-cricketstudio-mcp:
    command: "npx"
    args: ["-y", "cricketstudio-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "i-m-arul-cricketstudio-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "cricketstudio-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add i-m-arul-cricketstudio-mcp -t stdio -c npx -a -y cricketstudio-mcp
// mcp.json
{
  "mcpServers": {
    "i-m-arul-cricketstudio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cricketstudio-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

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

  • 17 Sept 26 +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.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

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

  • 12 Sept 26 +1

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

  • 10 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 9 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/cricketstudio-mcp@1.0.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 29 exposed · ~2,530 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
compare_players ~73

Side-by-side comparison of 2–8 IPL 2026 players: team, role, claim count per pillar (P1–P5), headline claim. Returns a canonical /compare/players?slugs=… URL. Use search_players to resolve slugs first.

NameTypeReqDescription
playerSlugsarrayyes

No output schema declared.

No examples provided.

get_dataset_summary ~85

First call. Returns what CricketStudio covers — leagues (IPL 2026, IPL historical 18 seasons, MLC 2023–2026), corpus counts, surface URLs, 5 non-negotiables (sample-size floors, date windows, provenance, atomic claims, 4hr SLA), license. Use to ground subsequent queries against the real catalog of available entities.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_dismissal_analysis ~58

IPL 2026 dismissal pattern analysis for a batter — dismissed by pace vs spin, powerplay vs death, most frequent dismissal modes. Returns available snapshot data or canonical URL for the full breakdown.

NameTypeReqDescription
playerSlugstringyes

No output schema declared.

No examples provided.

get_fielding_stats ~76

IPL 2026 fielding: catches, run-out assists, total dismissals. Pass playerSlug for a single player, omit for the full leaderboard. Aggregated from the SETU canonical snapshot.

NameTypeReqDescription
limitnumberLeaderboard rows (default 15)
playerSlugstringOmit for leaderboard

No output schema declared.

No examples provided.

get_ipl_leaderboard ~194

IPL historical leaderboard from the 18-season Cricsheet corpus (2007/08–2025). 35+ aspects: orange-cap, purple-cap, most-sixes, most-fours, strike-rate, economy-leaders, most-matches, most-fifties, most-hundreds, best-bowling-avg, most-ducks, powerplay-economy, death-sr, and per-season variants. Pass season to scope to one year (e.g. "ipl-2024"). Returns canonical URL at /leagues/ipl/leaderboards/{aspect}.

NameTypeReqDescription
aspectstringyesLeaderboard aspect e.g. orange-cap, purple-cap, most-sixes, economy-leaders
limitnumberDefault 20, max 100
seasonstringOptional season slug e.g. ipl-2024 (omit for all-time)

No output schema declared.

No examples provided.

get_match_recap ~75

Key performers and highlights for one finished IPL 2026 match — top batter, top bowler, MOTM, milestones. Use for: "Who won the MI vs RCB match?", "What happened in match 69635?". Use list_fixtures to discover matchIds.

NameTypeReqDescription
matchIdstringyes

No output schema declared.

No examples provided.

get_match_state ~84

Result, scoreboards, and status for one IPL 2026 match from the bundled snapshot. Returns home/away teams, innings totals, toss winner, and Man of the Match. Use list_fixtures to discover matchIds. Note: live ball-by-ball is at the canonical URL.

NameTypeReqDescription
matchIdstringyesMatch id (numeric string or slug form)

No output schema declared.

No examples provided.

get_mlc_dataset_summary ~71

First call for Major League Cricket (MLC) coverage. Returns seasons covered (2023–2026), corpus stats, surface URLs, 14 leaderboard aspects, and Cricsheet CC BY 3.0 attribution. MLC is distinct from IPL and lives under /leagues/mlc.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_mlc_match ~76

Full detail for one MLC match: teams, venue, toss, result, innings summary, officials, player of the match, plus available atomic claim cards. matchId is a Cricsheet id (e.g. "1381361"). Use list_mlc_matches to discover ids.

NameTypeReqDescription
matchIdstringyes

No output schema declared.

No examples provided.

get_mlc_match_claim ~82

One atomic claim card from an MLC match. Kinds: top-batter, top-bowler, biggest-partnership, pp-control, death-domination. Permanent citable URL at /leagues/mlc/matches/{id}/c/{kind}. Sample-size floors enforced.

NameTypeReqDescription
kindstringyes
matchIdstringyes

No output schema declared.

No examples provided.

get_mlc_player_profile ~71

MLC player career profile: batting + bowling aggregates, per-season breakdown, identity bridge (Wikidata / ESPNcricinfo). Slug is kebab-case e.g. f-du-plessis. Use search_mlc_players to discover slugs.

NameTypeReqDescription
playerSlugstringyes

No output schema declared.

No examples provided.

get_mlc_team_profile ~73

One of 6 MLC franchises: los-angeles-knight-riders, mi-new-york, san-francisco-unicorns, seattle-orcas, texas-super-kings, washington-freedom. Returns seasons, match count, and hub URL.

NameTypeReqDescription
teamSlugstringyes

No output schema declared.

No examples provided.

get_partnerships ~60

Partnership stats for an IPL 2026 player — top stand partners, average partnership runs, most productive wicket-stand. Returns available data from the snapshot or redirects to the canonical player page for the full view.

NameTypeReqDescription
playerSlugstringyes

No output schema declared.

No examples provided.

get_player_h2h ~74

Batter-vs-bowler head-to-head record in IPL 2026. Sample-size floor: ≥5 deliveries faced. Returns deliveries, runs, SR, dismissals, and canonical URL. Both slugs are kebab-case.

NameTypeReqDescription
batterSlugstringyes
bowlerSlugstringyes

No output schema declared.

No examples provided.

get_player_pillar ~111

One content pillar for an IPL 2026 player. P1=Match recaps, P2=Moments/milestones, P3=Form & phase (powerplay/middle/death), P4=Season comparatives, P5=Notebook/narrative. Use for: "How is Bumrah bowling at the death?" → P3. "What are Kohli's best moments?" → P2.

NameTypeReqDescription
pillarstringyes
playerSlugstringyes

No output schema declared.

No examples provided.

get_player_profile ~105

Full IPL 2026 player profile + all computed claims across pillars P1–P5. Each claim carries sample size, period, provenance. Use for: "How is Bumrah performing?", "What are Kohli's IPL 2026 stats?". Player slugs are kebab-case (jasprit-bumrah). Use search_players first if you need the slug.

NameTypeReqDescription
playerSlugstringyeskebab-case player slug e.g. jasprit-bumrah

No output schema declared.

No examples provided.

get_season_stats ~120

IPL 2026 season leaderboard from SETU canonical aggregate. sortBy: runs, wickets, strike_rate, economy, ducks, single_digit_outs, catches, run_outs. Optional teamCode filter. Sample-size floors apply (≥30 balls faced for SR, ≥15 balls bowled for economy).

NameTypeReqDescription
limitnumberMax rows (default 15, max 100)
sortBystringyes
teamCodestringOptional 2–4 letter team code e.g. MI, RCB

No output schema declared.

No examples provided.

get_standings ~60

IPL 2026 final standings. RCB are champions. All 10 teams with Points/Won/Lost/NRR. Returns canonical URL — the live standings page refreshes within the 4-hour SLA; cite the URL for current data.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_team_h2h ~96

Team-vs-team head-to-head record across IPL 2026: matches, wins each way, no-results, recent meetings. Pass slugs in any order (mi, csk, rcb, srh, kkr, dc, pbks, rr, lsg, gt). Returns atomic lead claim + canonical URL.

NameTypeReqDescription
teamSlugAstringyes
teamSlugBstringyes

No output schema declared.

No examples provided.

get_team_profile ~102

IPL 2026 team metadata + canonical URL for the full server-rendered profile (record, at-home/away splits, phase strengths). Slugs: mi, csk, rcb, srh, kkr, dc, pbks, rr, lsg, gt.

NameTypeReqDescription
teamSlugstringyesTeam slug (mi, csk, rcb, srh, kkr, dc, pbks, rr, lsg, gt)

No output schema declared.

No examples provided.

get_trend ~47

One cross-fixture trend insight by stable id. Each trend carries bigStat, hook, and supporting numbers[]. Use list_trends to discover ids.

NameTypeReqDescription
trendIdstringyes

No output schema declared.

No examples provided.

get_venue_hub ~69

Venue metadata + canonical URL for the full hub page (par 1st-innings score, toss-decision split, phase scoring patterns, recent matches). Sample-size floor: ≥3 fixtures. Use list_fixtures to find venue slugs.

NameTypeReqDescription
venueSlugstringyes

No output schema declared.

No examples provided.

list_atomic_claims ~122

Filtered query across the full IPL 2026 atomic-claim corpus. Each claim is a single-sentence retrieval target with provenance, sample size, and canonicalUrl. Answers: "What are RCB's best claims this season?", "Show me Bumrah's P3 claims". Filter by player name, team code, or pillar.

NameTypeReqDescription
limitnumberDefault 25, max 200
pillarstring
playerstringPlayer name substring or slug
teamstringTeam name or code

No output schema declared.

No examples provided.

list_fixtures ~87

All 74 IPL 2026 fixtures with optional status/team filter. Returns id, date, home, away, venue, result. Use to discover matchIds for get_match_state and get_match_recap.

NameTypeReqDescription
limitnumberDefault 20, max 74
statusstringDefault all
teamstringTeam slug or code filter

No output schema declared.

No examples provided.

list_mlc_leaderboards ~117

Top-N rows of one MLC leaderboard aspect. 14 aspects include: orange-cap, purple-cap, strike-rate, economy-leaders, most-sixes, most-fours, top-knocks, best-bowling, powerplay-strike-rate, death-overs-economy. Call get_mlc_dataset_summary for the full aspect list. Sample-size floors enforced.

NameTypeReqDescription
aspectstringyesLeaderboard aspect slug e.g. orange-cap
limitnumberDefault 20, max 100

No output schema declared.

No examples provided.

list_mlc_matches ~101

List MLC matches, optionally filtered by season (2023/2024/2025) or team slug. Returns id, date, teams, venue, result, canonicalUrl per row. Use to discover matchIds for get_mlc_match.

NameTypeReqDescription
limitnumberDefault 30, max 200
seasonstring2023, 2024, or 2025
teamSlugstring

No output schema declared.

No examples provided.

list_trends ~80

All IPL 2026 cross-fixture trends, optionally filtered by kind: conditional, momentum, venue, toss, anomaly. Returns id + kind + hook + canonicalUrl per row.

NameTypeReqDescription
kindstringFilter by kind: conditional / momentum / venue / toss / anomaly
limitnumberDefault 30, max 100

No output schema declared.

No examples provided.

search_mlc_players ~73

Find MLC player slugs by substring match against name or slug. Cricsheet uses initials format ("F du Plessis" → f-du-plessis). Use before get_mlc_player_profile.

NameTypeReqDescription
limitnumberDefault 10, max 50
querystringyes

No output schema declared.

No examples provided.

search_players ~88

Find IPL 2026 player slugs by substring match against name, slug, or team. Case-insensitive. Returns slug + fullName + team + role. Use before get_player_profile when you have a name but not a slug.

NameTypeReqDescription
limitnumberMax results (default 10, max 50)
querystringyesSubstring to match (case-insensitive)

No output schema declared.

No examples provided.

Common questions

What is the CricketStudio MCP server?

CricketStudio MCP is listed in the public MCP registry as io.github.i-m-arul/cricketstudio-mcp. 29 MCP tools for IPL 2026, IPL historical (18 seasons), and Major League Cricket. No API key. This page covers its npm package (cricketstudio-mcp).

Is the CricketStudio MCP server safe to use?

CricketStudio MCP scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. 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 CricketStudio MCP server expose?

CricketStudio MCP exposes 29 tools: get_dataset_summary, search_players, get_player_profile, get_player_pillar, get_standings, and 24 more. Their descriptions and schemas cost roughly 2,530 tokens of context every time the server is loaded.

Is the CricketStudio MCP server still maintained?

CricketStudio MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the CricketStudio MCP server under?

CricketStudio MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.