CricketStudio for Developers

56 MCP tools · 3,261 matches · 756,998 deliveries · Free forever

Local installation

Run npx cricketstudio-mcp on your machine. No API key, no server setup, no sign-up required.

Always fresh

Snapshot rebuilt weekly. IPL 2026 complete (RCB champions). IPL historical (18 seasons), MLC (2023–2026), WPL (2022/23–2025/26), and ICC T20 World Cup (6 editions) all bundled in the same package.

Built for LLMs

Every tool returns atomic claims with provenance, sample size, and canonical URL. Sample-size floors enforced (≥30 balls faced, ≥15 balls bowled).

Quick start — Claude Desktop

Add the following to your claude_desktop_config.json (or equivalent MCP client config):

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

Requires Node.js 20+. Works with Claude Desktop, Cursor, and any MCP-compatible client. The package bundles all data locally — no outbound API calls at query time.

Hosted HTTP transport — developer preview

Connect directly to live data without a bundled snapshot. Register below to request a key.

{
  "mcpServers": {
    "cricketstudio": {
      "url": "https://players.cricketstudio.ai/api/mcp",
      "headers": {
        "X-API-Key": "csk_live_<your-key>"
      }
    }
  }
}

Full curl examples, Windows cmd variant, and Claude Desktop config at /mcp → Access section.

Trust OS v1 — machine-readable data quality

CricketStudio publishes six machine-readable trust artifacts at stable URLs. OKF Level 3 (Agent-Safe) self-certified — the schema, benchmark, and trust manifest are all independently verifiable.

/trust-manifest.jsonCorpus scope, consistency contracts, sample floors, artifact index
/metrics.json19 cricket metrics — formula, floor, edge cases, version
/claims.jsonlClaim ledger with stable cs_claim_* IDs and provenance
/queries.jsonlNL query intents → canonical metric + MCP tool mapping
/versions.jsonlAppend-only fact-change log — what changed, why, affected claims
/evals/cricket-qa-v1.jsonlCricket AI benchmark — Q&A pairs with mustInclude assertions (building to 1,000)

Schema: okf.cricketstudio.ai/schema/claim-object.schema.json · Conformance: OKF Level 3

Register to get updates

The package works without registration. Register to get notified when new data is added, and to get an API key for the hosted HTTP transport.

Or fill out directly at form.typeform.com/to/N3eAEPhH

Documentation