CricketStudio MCP Server

Model Context Protocol server exposing IPL 2026 cricket data to LLM clients — Claude Desktop, Cursor, ChatGPT Connectors, any MCP-compatible client.

12 tools. Atomic claims with provenance. Sample-size floors enforced. Free to integrate.

What you get

The 12-tool catalog

12 canonical tools, plus 2 helpers (get_match_state, list_fixtures) for live-data discovery.

ToolMaps to URLWhen to call
get_dataset_summary/First call. Discovers what CricketStudio covers — coverage stats, surface URLs, the 5 non-negotiables, license.
get_player_profile/players/{slug}Player record + computed claims across pillars
get_player_pillar/players/{slug} (filtered)Specific dimension: P1 Match recaps · P2 Moments · P3 Form & phase · P4 Season comparatives · P5 Notebook
get_player_h2h/h2h/{batter}-vs-{bowler}Single batter-vs-bowler record (≥5 deliveries floor)
search_playersn/aDiscover slugs by name/team substring
get_team_profile/teams/{slug}Team record + at-home/away splits + phase strengths
get_venue_hub/venues/{slug}Per-venue par + toss split + phase patterns (≥3 fixture floor)
get_match_state/matches/{id}Current/final state of a fixture
get_match_recap/cards/match-*-{id}6-card recap pack (motm / top batter / top bowler / milestones / fun-facts / match-trend)
list_fixtures/matchesFixtures with status / team / date filters
get_standings/standingsLive IPL 2026 points table with NRR
get_trend/trends/{id}Single cross-fixture insight
list_trends/trends?category=All trends, filterable by category
list_atomic_claimsvariousFiltered query across the entire claim corpus

Wire into Claude Desktop

Edit your config file:

{
  "mcpServers": {
    "cricketstudio": {
      "command": "npx",
      "args": ["-y", "github:i-m-arul/cricketstudio#main", "--",
               "tsx", "services/mcp/server.ts"]
    }
  }
}

Restart Claude Desktop. cricketstudio appears in the MCP servers list. The Phase B HTTP transport at mcp.cricketstudio.ai will replace the local-clone form when shipped.

Verification queries

Each query is engineered to trigger a different tool path so you can validate the surface end-to-end.

Honest tool descriptions

LLMs route on tool description quality, not tool name. Every CricketStudio tool description includes:

License

Data: CC-BY 4.0 (free to cite with attribution). Tools (MCP server, REST API): MIT.

Roadmap