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.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论