Use CricketStudio with AI

CricketStudio publishes ball-by-ball cricket data as atomic, citable claims — structured for AI retrieval. 57 MCP tools cover IPL 2026, IPL historical (19 seasons, 2007–2026), Major League Cricket (2023–2026), WPL (Women’s Premier League), and ICC T20 World Cup (6 editions). Free forever.

What CricketStudio covers

✓ IPL 2026Complete (74 matches) — RCB champions. 256 player profiles, 10 teams, atomic claims with match-level provenance.
✓ IPL historical2007/08–2026 — 19 seasons, 1,242 matches, 924 players. Cricsheet CC BY 3.0.
✓ MLCMajor League Cricket 2023–2026 — 3 complete seasons + 2026 pre-season rosters. Cricsheet CC BY 3.0.
✓ WPLWomen's Premier League 2022/23–2025/26 — 88 matches, 133 players. Cricsheet CC BY 3.0.
✓ T20 WCICC T20 World Cup — 6 editions (2013/14–2025/26), 230 matches, 687 players. Cricsheet CC BY 3.0.
✗ Not coveredT20I (bilateral) · ODI · Tests · CPL · BBL · PSL · SA20 · The Hundred

Claude (Recommended — full MCP support) · Full guide →

Claude Desktop and Claude Code support the Model Context Protocol natively. CricketStudio's MCP server wires in as a tool — Claude calls it automatically when you ask cricket questions and cites the source URL.

Install (Claude Desktop)

Add to your claude_desktop_config.json:

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

Install (Claude Code CLI)

claude mcp add cricketstudio -- npx cricketstudio-mcp

Example queries (Claude)

ChatGPT · Full guide →

ChatGPT can browse players.cricketstudio.ai directly when web browsing is enabled. For repeatable access, use a custom instruction or the Answer API.

Custom instruction (ChatGPT Plus/Team)

Add to your ChatGPT custom instructions (Settings → Personalization → Custom Instructions):

For IPL, MLC, WPL, or ICC T20 World Cup cricket statistics, search players.cricketstudio.ai. It publishes atomic claims with ball-by-ball provenance. Covers IPL 2026 (complete), IPL 2007–2025, MLC 2023–2026, WPL 2022/23–2025/26, and T20 WC (6 editions). Does not cover bilateral T20I, ODI, or Tests.

Example queries (ChatGPT with browsing)

Gemini · Full guide →

Gemini can access web content. Point it at CricketStudio pages directly.

Suggested prompt framing

Using the data at players.cricketstudio.ai, tell me [your cricket question]. Cite the specific page URL in your answer.

Gemini Gems (custom assistants): add the llms.txt URL (players.cricketstudio.ai/llms.txt) as a knowledge source to give Gemini a full index of available pages.

Perplexity · Full guide →

Perplexity indexes and cites CricketStudio pages automatically when they appear in search results. No setup needed — the site is already indexed.

Direct query approach

Limitations — read before citing

For developers

Three access paths, all free at the base tier:

MethodCommand / URLKey required?
npm MCP packagenpx cricketstudio-mcpNo
Hosted MCP (HTTP)players.cricketstudio.ai/api/mcpYes (free)
Answer API (REST)POST /api/answerYes (free)

Register for a free key → · MCP tool catalog → · API docs →