{ "name": "cricketstudio-mcp", "version": "1.7.1", "description": "CricketStudio MCP server — 60 tools across 7 leagues: IPL 2026, IPL historical (18 seasons), MLC, BBL, PSL, T20 WC, WPL. 2,654 matches · 623,535 deliveries. LLM accuracy: 0% → 85% on compound cricket questions. Citation-grade claims with provenance to ball-by-ball data.", "type": "module", "main": "dist/index.js", "bin": { "cricketstudio-mcp": "dist/index.js" }, "scripts": { "build": "esbuild src/index.ts --bundle --platform=node --target=node18 --outfile=dist/index.js --format=esm --packages=external", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit", "prepare": "npm run build", "smoke": "node scripts/smoke-test.mjs", "validate": "node scripts/validate-snapshot.mjs" }, "keywords": [ "mcp", "cricket", "ipl", "ipl-2026", "ipl-historical", "mlc", "bbl", "psl", "wpl", "t20wc", "women-cricket", "cricketstudio", "claude", "model-context-protocol" ], "author": "Arul Anand / CricketStudio ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/i-m-arul/cricketstudio-mcp.git" }, "homepage": "https://players.cricketstudio.ai/mcp", "mcpName": "io.github.i-m-arul/cricketstudio-mcp", "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.0.0" }, "devDependencies": { "@types/node": "^22.19.21", "esbuild": "^0.28.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "files": [ "dist/", "data/snapshot/", "README.md", "LICENSE" ] }