Submit

Cricinfo Mcp

@sa2812

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

Cricinfo MCP Server

This repository contains a simple MCP server with a tool to access the ESPN Cricinfo series archive.

Upon entering a year, a web request is made to the Cricinfo series page for the year (and the preceeding and following years for series that span the New Year). This is returned as a list of structured dataclasses from data that is scraped on the page.

Server Config

{
  "mcpServers": {
    "Cricinfo MCP": {
      "command": "uv",
      "args": [
        "--directory",
        "/absolute/path/to/cricinfo-mcp",
        "run",
        "server.py"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

Cricinfo Mcp MCP Server