
ipl mcp
一个用于查询IPL实时比分和赛程的MCP服务器。
Repository Info
About This Server
一个用于查询IPL实时比分和赛程的MCP服务器。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
IPL MCP
This is an MCP server for IPL.
There are a bunch of limitations, but we do what we do.
The context window of most LLMs aren't enough for using the schedule, so that shit is unusable as of now.
To start, you need to provide API key from https://cricketdata.org/. They have a free tier with 100 calls a day.
Installation
Git clone this repo and use the following config to install MCP server:
{
"name": "IPL Shobhit",
"key": "iplshobhit",
"command": "npx",
"args": [
"tsx",
"FULL_PATH_TO_THIS_FOLDER/index.ts"
],
"env": {
"CRICKET_API_KEY": "YOUR KEY"
}
}
And you should be done. Ask your LLM What’s the score of the match being played right now in IPL?. That should do it.
Tools
I have added a few tools, but the most relevant one is get-current-matches. It shows the current matches being played.
We also have a tool to get-ipl-details and get-cricket-match-info. The first gets the schedule and second details about a specific match from schedule.
Why are they in kebab case? I copied parts of code from somewhere and that dev had kebab case.
We have a file schedule.json where I have cached the schedule, though that crosses the context window for most LLMs. :(
Anyway, go crazy!
Quick Start
Clone the repository
git clone https://github.com/shobhitic/ipl-mcpInstall dependencies
cd ipl-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.