cricket-mcp

Subhadeep13899/cricket-mcp

3.2

If you are the rightful owner of cricket-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A fun MCP server for retrieving details of cricket matches in natural language.

Tools
  1. Match List Tool

    Get a list or overview of cricket matches.

  2. Match Details Tool

    Fetch details of a live, recent, or upcoming cricket match between any two teams.

cricket-mcp

A fun MCP server for retrieiving details of cricket matches in natural language.

This project exposes two tools that can be called by an LLM:

  • A tool to get a list or an overview of cricket matches that have happened in the recent past, are happening or will happen in the near future
  • Details of a live, recent or an upcoming cricket match between any two teams

Usage steps:

  • Create an API key with RapidAPI's cricbuzz integration: https://rapidapi.com/cricketapilive/api/cricbuzz-cricket
  • Install all requirements (pip install -r requirements.txt)
  • Create the LLM MCP config file. A sample has been provided.
  • Start (or restart) Claude, or any LLM desktop client of your choice which has MCP support.
  • The cricket tools should show up in the tools section.
  • Ask the LLM any supported question, such as, "How is India doing against the live match against England?", or "What are some recently concluded cricket matches?"

More APIs might be added soon.