MCP.so
登录
C

Cricinfo Mcp

@sa2812

关于 Cricinfo Mcp

A simple MCP server to scrape cricket series information from Cricinfo's series archive

基本信息

分类

其他

传输方式

stdio

发布者

sa2812

提交者

Sunny Amrat-Nath

配置

使用下面的配置,将此服务器添加到你的 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 服务器