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

CricketStudio MCP

NPM · CRICKETSTUDIO-MCP · SCANNED AUG 3

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

Available components

+19 this week 63 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).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 Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · cricketstudio-mcp

# add to Claude Code
claude mcp add i-m-arul-cricketstudio-mcp -- npx -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"]
// 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.

  • 2 Aug 26 +43
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 −6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 44

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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.