Cricinfo Mcp
@sa2812
关于 Cricinfo Mcp
A simple MCP server to scrape cricket series information from Cricinfo's series archive
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Cricinfo MCP": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/cricinfo-mcp",
"run",
"server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Cricinfo Mcp?
Cricinfo Mcp is a Model Context Protocol server that provides a tool to access the ESPN Cricinfo series archive. Users enter a year, and the server makes web requests to Cricinfo series pages for that year and the adjacent years (to capture series spanning the New Year). The data is returned as a list of structured dataclasses scraped from the website.
How to use Cricinfo Mcp?
Usage involves invoking a tool that accepts a year parameter. The server then fetches and returns structured series data for that year and the surrounding years. No specific installation or configuration commands are detailed in the README.
Key features of Cricinfo Mcp
- Provides access to the ESPN Cricinfo series archive via MCP.
- Accepts a year as input.
- Fetches data for the given year and the preceding/following years.
- Returns scraped data as structured dataclasses.
Use cases of Cricinfo Mcp
- Retrieve a structured list of cricket series for a specific year (including cross-year series).
FAQ from Cricinfo Mcp
What data does Cricinfo Mcp retrieve?
It retrieves a list of series from the ESPN Cricinfo series archive for a given year and the two adjacent years.
How does Cricinfo Mcp handle series that span multiple years?
The server requests data for the given year and the preceding and following years to capture any series that start or end across the New Year.
Does Cricinfo Mcp require any API keys or authentication?
The README does not mention any authentication or API keys; it appears to scrape publicly available data from ESPN Cricinfo.
What runtime or dependencies are needed?
The README does not specify runtime requirements or dependencies.
What transport or protocol does Cricinfo Mcp use?
It is an MCP server, so it uses the Model Context Protocol for communication. No transport specifics are given.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Blender
ahujasidOpen-source MCP to use Blender with any LLM
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.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论