Cricket Mcp Server
@tarun7r
Cricket Mcp Server について
A MCP server for fetching cricket data from Cricbuzz, including player statistics, live match scores, upcoming schedules, and the latest news.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"cricket": {
"command": "python",
"args": [
"cricket_server.py"
],
"cwd": "/path/to/cricket-mcp-server"
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Cricket MCP Server?
Cricket MCP Server is a Model Context Protocol server that provides comprehensive cricket data from Cricbuzz, including real-time statistics, player information, match schedules, and news updates. It is designed for developers building AI-powered cricket assistants or integrating cricket data into MCP-compatible applications.
How to use Cricket MCP Server?
Install dependencies with pip install -r requirements.txt, then configure the server in an MCP client using the command python cricket_server.py with stdio transport. Optionally run the Gradio web UI by setting the GOOGLE_API_KEY environment variable and executing python cricket_gradio.py.
Key features of Cricket MCP Server
- Player statistics across Test, ODI, and T20 formats
- Live match fetching with current status
- Upcoming match schedule retrieval
- Latest cricket news headlines and descriptions
- Comprehensive error handling for network and data issues
Use cases of Cricket MCP Server
- Get detailed batting and bowling stats for a specific player across formats
- Monitor ongoing cricket matches in real time
- Plan viewing by fetching upcoming match schedules
- Stay updated with the latest cricket news through automated queries
FAQ from Cricket MCP Server
What data source does the server use?
It scrapes data from Cricbuzz.com and uses Google Search for player profile discovery.
Does the server require an API key?
No API key is required for the basic MCP server. The Gradio demo optionally needs a Google Gemini API key set via the GOOGLE_API_KEY environment variable.
What transport does the server use?
It uses stdio transport by default, compatible with most MCP clients.
What are the main dependencies?
The server requires Python packages: fastmcp, requests, beautifulsoup4, lxml, and googlesearch-python.
Are there any known limitations or warnings?
The tool scrapes public websites; users must ensure compliance with the websites' terms of service. The authors are not responsible for misuse.
「その他」の他のコンテンツ
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

EverArt
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
コメント