Cricketstudio Mcp
@i-m-arul
关于 Cricketstudio Mcp
29 MCP tools for IPL 2026, IPL historical (18 seasons), and Major League Cricket. Free, no API key.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"cricketstudio": {
"command": "npx",
"args": [
"cricketstudio-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Cricketstudio MCP?
Cricketstudio MCP is a Model Context Protocol (MCP) server that gives any MCP-compatible AI client — such as Claude Desktop, Cursor, or ChatGPT Connectors — structured, citable access to cricket data. Every response includes a canonicalUrl back to players.cricketstudio.ai, an explicit date window, a sample-size count, and a provenance trail. The data is fully bundled in the package, so all 32 tools run locally with zero network calls, no API keys, and no rate limits.
How to use Cricketstudio MCP?
Add a configuration entry to your MCP client (e.g., Claude Desktop's claude_desktop_config.json) with the command npx cricketstudio-mcp. The server starts on stdin/stdout and requires Node 20 or later. For other MCP clients, run npx cricketstudio-mcp directly.
Key features of Cricketstudio MCP
- 32 tools including a knowledge-graph layer
- Zero network calls – data bundled in the package
- No API keys or rate limits
- Sample-size floors: ≥30 balls for batting, ≥15 for bowling
- Every response includes
canonicalUrl,dataAsOf, andsampleSize - Supports IPL 2026, full IPL history, and MLC 2023–2026
Use cases of Cricketstudio MCP
- Query IPL 2026 match summaries, player stats, and standings
- Compare two or more players side-by-side
- Explore head-to-head records between batters and bowlers
- Retrieve all-time IPL leaderboards for runs, wickets, sixes, etc.
- Analyze MLC matches and player profiles
FAQ from Cricketstudio MCP
What data is included in Cricketstudio MCP?
The bundled snapshot covers IPL 2026 (complete season, RCB champions), 18 seasons of IPL history (2007/08–2025, Cricsheet), and Major League Cricket 2023–2026 (Cricsheet) — 1,317 matches and 312,309 deliveries total. The data is released under CC BY 4.0.
How are sample-size floors enforced?
Batting claims require at least 30 balls faced; bowling claims require 15 deliveries. Venue claims need ≥3 fixtures; trend claims need ≥3 matches. Claims below these thresholds are simply absent from the responses.
Does Cricketstudio MCP require an internet connection or API key?
No. The data is fully bundled locally; no network calls are made for tool responses. One anonymous startup ping is sent for usage counting, which can be disabled with CRICKETSTUDIO_NO_TELEMETRY=1.
How is the data licensed?
The code is MIT licensed; the bundled data is CC BY 4.0. Attribution flows automatically via the canonicalUrl field in every tool response, pointing to CricketStudio.
What is the update cadence?
The bundled snapshot is refreshed after each CricketStudio data update. Every tool response includes dataAsOf so freshness can be explicitly disclosed.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ICSS
chokcoco不止于 CSS
评论