CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

CricketStudio MCP

i-m-arul/cricketstudio-mcp
1STDIOregistry active
Summary

A fully offline cricket stats engine that bundles 1,317 matches and 312,309 deliveries from IPL 2026, 18 seasons of IPL history, and Major League Cricket. No API keys, no network calls. The 32 tools cover player profiles, head-to-head matchups, venue patterns, dismissal breakdowns, live scorecards, and historical leaderboards. Every response includes a canonical URL back to players.cricketstudio.ai, a data freshness timestamp, and sample size metadata. Batting claims require 30 balls faced minimum, bowling claims need 15 deliveries. Reach for this when you need citable cricket stats with provenance baked in, or when you're building cricket analysis features without rate limits or API dependencies.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →

cricketstudio-mcp

npm version License: MIT Data: CC BY 4.0

Citation infrastructure for cricket — 57 MCP tools (incl. a knowledge-graph layer), zero network calls, 2,654 matches, 623,535 deliveries.


What is this?

CricketStudio MCP is a Model Context Protocol server that gives any MCP-compatible AI client — Claude Desktop, Cursor, ChatGPT Connectors, and others — structured, citable access to cricket data. Every response carries a canonicalUrl back to players.cricketstudio.ai, an explicit date window, a sample-size count, and a provenance trail to the underlying ball-by-ball corpus. The data is fully bundled in data/snapshot/ — tool answers are computed locally with no data-fetch calls, no API keys, and no rate limits. (The package sends one anonymous startup ping for usage counts; disable it with CRICKETSTUDIO_NO_TELEMETRY=1.)

The corpus covers IPL 2026 (complete season, RCB champions), 18 seasons of IPL history (2007/08–2025), Major League Cricket 2023–2026, WPL 2022/23–2025/26 (Women's Premier League), ICC T20 World Cup (6 editions, 2013/14–2025/26), BBL (Big Bash League, 14+ seasons 2011/12–2025/26), and PSL (Pakistan Super League, 11 seasons 2016–2026) — all from Cricsheet CC BY 3.0. Batting claims require a minimum of 30 balls faced; bowling claims require 15 deliveries. Claims that do not clear those floors are not surfaced.


Installation

Claude Desktop

Add to your Claude Desktop config file and restart the app.

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "cricketstudio": {
      "command": "npx",
      "args": ["cricketstudio-mcp"]
    }
  }
}

Other MCP clients

npx cricketstudio-mcp

Any MCP client that supports the stdio transport can use this command directly. The server starts on stdin/stdout and requires Node 18 or later.


Tools

All 57 tools work fully against the bundled snapshot. Each response includes canonicalUrl, dataAsOf, and sampleSize.

IPL 2026 (20 tools)

ToolWhat it returnsMaps to URL
get_dataset_summaryTop-level corpus overview: seasons, matches, players, deliveries/
search_playersPlayer discovery by name or teamn/a
get_player_profileHeadline stats across all five pillars (P1–P5)/players/{slug}
get_player_pillarClaims from a specific pillar (P1 recaps, P2 moments, P3 form, P4 season, P5 notebook)/players/{slug} filtered
list_atomic_claimsFiltered query across all ClaimReview entriesvarious
compare_playersSide-by-side stat comparison for two or more players/compare/players?slugs=…
get_team_profileTeam headline stats and season summary/teams/{slug}
get_team_h2hHead-to-head record between two franchises/teams/{a}/vs/{b}
get_venue_hubAggregated venue patterns: par scores, toss impact, phase splits/venues/{slug}
get_standingsIPL 2026 points table with NRR/standings
get_trendA single trend insight with full claim set/trends/{id}
list_trendsBrowse trends by category (conditional, momentum, venue, toss, anomaly)/trends
get_player_h2hBatter vs bowler matchup record/h2h/{batter}-vs-{bowler}
get_season_statsSeason leaderboard for a given aspect (runs, wickets, strike rate, economy, …)/season/ipl-2026/{aspect}
get_fielding_statsCatches, run-outs, and fielding contributions for a player or the full season/players/{slug} · /season/ipl-2026/catches
get_partnershipsPartnership records for a match or player pair/matches/{id}
get_dismissal_analysisDismissal mode breakdown for a batter or bowler/players/{slug}
list_fixturesFull schedule with match status, venue, and result/matches
get_match_stateLive or final scorecard with ball-by-ball state/matches/{fixture-id}
get_match_recapAtomic claim set for a completed match/matches/{fixture-id}

Major League Cricket (8 tools)

ToolWhat it returnsMaps to URL
get_mlc_dataset_summaryMLC corpus overview: seasons, matches, players, deliveries/leagues/mlc
search_mlc_playersPlayer discovery within the MLC corpus/leagues/mlc/players
get_mlc_player_profileMLC career and season stats for a player/leagues/mlc/players/{slug}
get_mlc_team_profileFranchise profile and season history/leagues/mlc/teams/{slug}
get_mlc_matchMatch scorecard and key claims/leagues/mlc/matches/{id}
get_mlc_match_claimA single typed claim for an MLC match (top scorer, best figures, etc.)/leagues/mlc/matches/{id}/c/{kind}
list_mlc_matchesAll MLC matches with status and results/leagues/mlc/matches
list_mlc_leaderboardsSeason or all-time leaderboard for a given MLC aspect/leagues/mlc/leaderboards/{aspect}

WPL — Women's Premier League (5 tools)

ToolWhat it returnsMaps to URL
get_wpl_dataset_summaryWPL corpus overview: seasons, matches, players, deliveries (2022/23–2025/26)/leagues/wpl
search_wpl_playersPlayer discovery within the WPL corpus/leagues/wpl/players
get_wpl_player_profileWPL career and season stats for a player/leagues/wpl/players/{slug}
get_wpl_leaderboardSeason or all-time leaderboard for any WPL aspect (runs, wickets, economy, …)/leagues/wpl/leaderboards/{aspect}
get_wpl_team_profileFranchise profile, season record, and squad stats/leagues/wpl/teams/{slug}

ICC T20 World Cup (5 tools)

ToolWhat it returnsMaps to URL
get_t20wc_dataset_summaryT20 WC corpus overview: editions, matches, players, deliveries (2013/14–2025/26)/leagues/t20wc
search_t20wc_playersPlayer discovery within the T20 WC corpus/leagues/t20wc/players
get_t20wc_player_profileT20 WC career stats for a player across all editions/leagues/t20wc/players/{slug}
get_t20wc_leaderboardAll-edition leaderboard for any T20 WC aspect/leagues/t20wc/leaderboards/{aspect}
get_t20wc_team_statsNational team career record across all T20 WC editions/leagues/t20wc/teams/{slug}

BBL — Big Bash League (5 tools)

ToolWhat it returnsMaps to URL
get_bbl_dataset_summaryBBL corpus overview: seasons, matches, players, deliveries (2011/12–2025/26)/leagues/bbl
search_bbl_playersPlayer discovery within the BBL corpus/leagues/bbl/players
get_bbl_player_profileBBL career and season stats for a player/leagues/bbl/players/{slug}
get_bbl_leaderboardSeason or all-time leaderboard for any BBL aspect (runs, wickets, economy, sixes, …)/leagues/bbl/leaderboards/{aspect}
get_bbl_team_profileFranchise profile, season history, and career stats/leagues/bbl/teams/{slug}

PSL — Pakistan Super League (5 tools)

ToolWhat it returnsMaps to URL
get_psl_dataset_summaryPSL corpus overview: seasons, matches, players, deliveries (2016–2026)/leagues/psl
search_psl_playersPlayer discovery within the PSL corpus/leagues/psl/players
get_psl_player_profilePSL career and season stats for a player/leagues/psl/players/{slug}
get_psl_leaderboardSeason or all-time leaderboard for any PSL aspect (runs, wickets, economy, sixes, …)/leagues/psl/leaderboards/{aspect}
get_psl_team_profileFranchise profile, season history, and career stats/leagues/psl/teams/{slug}

Cross-league (3 tools)

ToolWhat it returnsMaps to URL
get_cross_league_leadersTop performers on a metric (runs, wickets, economy, sixes, fours) across MLC, T20 WC, BBL, and PSLn/a
get_player_all_leaguesA player's stats across every league in the corpus (IPL, MLC, WPL, T20 WC, BBL, PSL)/players/{slug}
get_women_cricket_leadersWPL leaderboard with gender context — top women's T20 performers/leagues/wpl/leaderboards/{aspect}

IPL Career / Historical (1 tool)

ToolWhat it returnsMaps to URL
get_ipl_leaderboardAll-time IPL leaderboard for any aspect across 18 seasons (2007/08–2025) — runs, wickets, sixes, centuries, economy, and more/leagues/ipl/leaderboards/{aspect}

Research (2 tools)

ToolWhat it returnsMaps to URL
list_research_reportsIndex of all published data investigations (venue, rivalry, strategy, era, cross-league, season)/stories
get_research_reportA single focused report with one question, one dataset, one citable answer/stories/{slug}

Knowledge Graph (L3) (3 tools)

Slug-keyed traversal over CricketStudio's entity graph. Nodes are players and franchises; edges are plays_for (squad membership) and faced/dismissed_by (batter-vs-bowler matchups, mirroring the get_player_h2h pair set).

ToolWhat it returnsMaps to URL
get_related_entitiesEntities connected to a player or franchise, by edge type and direction/players/{slug} · /teams/{slug}
get_player_connectionsA player's franchise + most-faced bowlers + bowlers who dismissed them most, in one call/players/{slug}
get_graph_pathShortest connection (≤4 hops) between two entities, e.g. two players via a shared franchisen/a

Example queries

Once connected in Claude Desktop, you can ask questions like:

  • "Who won IPL 2026?"
  • "What did Kohli score in the final?"
  • "Who leads the all-time IPL sixes leaderboard?"
  • "Show me Vaibhav Suryavanshi's IPL 2026 stats"
  • "What's the RCB vs GT head-to-head record?"
  • "Which venues favour the team batting first in IPL 2026?"
  • "Who has the best death-over economy in MLC 2025?"
  • "List the top wicket-takers in IPL history"
  • "Who are the leading run-scorers in WPL history?"
  • "Which team has won the most T20 World Cups?"
  • "Who scores most sixes across WPL and T20 WC combined?"
  • "Show me Smriti Mandhana's stats across all leagues"
  • "Who leads the all-time BBL runs leaderboard?"
  • "Which BBL franchise has won the most titles?"
  • "Who are the top wicket-takers in PSL history?"
  • "Show me Babar Azam's PSL career stats"
  • "Compare David Warner's stats across IPL, BBL, and PSL"

Data

SourceCoverageLicense
Licensed feedIPL 2026 ball-by-ball (complete season — RCB champions)Proprietary
CricsheetIPL historical, 18 seasons, 1,169 matches (2007/08–2025)CC BY 3.0
CricsheetMLC 2023–2026, 75 matchesCC BY 3.0
CricsheetWPL 2022/23–2025/26, 88 matches, 133 playersCC BY 3.0
CricsheetICC T20 World Cup, 6 editions, 230 matches, 687 playersCC BY 3.0
CricsheetBBL 2011/12–2025/26, 662 matches, 529 playersCC BY 3.0
CricsheetPSL 2016–2026, 357 matches, 458 playersCC BY 3.0

Total corpus: 2,654 matches · 623,535 ball-by-ball deliveries.

Sample-size floors (publicly disclosed):

  • Batting claims: ≥30 balls faced
  • Bowling claims: ≥15 deliveries
  • Venue claims: ≥3 fixtures at the venue
  • Trend claims: ≥3 matches forming the pattern

Claims that do not reach these floors are excluded — they are not suppressed with a placeholder, they are simply absent. This is the moat.

Update cadence: the bundled snapshot is refreshed after each CricketStudio data update. Every tool response includes dataAsOf so an LLM citing the answer can disclose freshness explicitly.

Data licence: the bundled data is released under CC BY 4.0. Every tool response includes a canonicalUrl back to players.cricketstudio.ai so attribution flows automatically when an LLM cites an answer.


About this package

This package bundles a pre-computed projection of CricketStudio's public data. Every number here is also readable on the rendered pages at players.cricketstudio.ai — no new information is exposed, only a different (offline, zero-network) access path.


Methodology

Every claim in this package is governed by five non-negotiables:

  1. Sample-size floors — ≥30 batting balls, ≥15 bowling deliveries, ≥3 venue fixtures, ≥5 H2H deliveries, ≥3 matches for trends. Disclosed publicly on every page.
  2. Explicit date windows — every claim specifies its window (ipl-2026, ipl-career, last-N-matches). No "all-time" labels without a defined window.
  3. Provenance to ball-by-ball — every numeric claim traces to a specific match, delivery count, and computation timestamp.
  4. Atomic claim format — under 30 words, structured as [Subject] [metric] [value] [comparator] [period].
  5. Sub-4-hour freshness SLA — for IPL 2026 pages, time from match end to page update is under 4 hours at the 95th percentile.

Full methodology at https://players.cricketstudio.ai/about.


Local development

npm install
npm run typecheck       # tsc --noEmit
npm start               # stdio MCP server via tsx

Smoke-test without an MCP client — spawns the server over stdio, drives it with JSON-RPC, and asserts every advertised tool returns a non-error payload with dataAsOf:

npm run smoke

Building something?

Register at cricketstudio.ai/developers to get early access to the hosted HTTP transport (mcp.cricketstudio.ai), live ball-by-ball endpoints, API-key tiers, and the full 57-tool catalog with live data rather than snapshots.


License

  • Code: MIT — see LICENSE
  • Data: CC BY 4.0 — free to cite with attribution to CricketStudio (https://players.cricketstudio.ai). Attribution flows automatically via the canonicalUrl field in every tool response.

Built by Arul Anand · Chennai & Frisco · cricket enthusiast and data engineer. Questions, bugs, or requests: open an issue or visit players.cricketstudio.ai/mcp.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →

Configuration

CRICKETSTUDIO_DEV_ID

Optional developer ID for usage tracking and early hosted-API access. Register free at players.cricketstudio.ai/developers.

CRICKETSTUDIO_NO_TELEMETRY

Set to '1' to disable anonymous startup telemetry.

Registryactive
Packagecricketstudio-mcp
TransportSTDIO
UpdatedJun 3, 2026
View on GitHub