Wraps CricAPI to give your AI agent live cricket data through a streamable HTTP gateway. Part of the larger Pipeworx platform, which bundles 770+ data sources behind a single MCP endpoint. The source doesn't list specific tools, but CricAPI typically handles live scores, match schedules, player stats, and team rankings. You can either call tools directly or use ask_pipeworx to handle queries in plain English, letting the gateway route to the right endpoint. Reach for this if you're building cricket dashboards, sports chat interfaces, or anything that needs real-time cricket information without managing API keys and rate limits yourself.
Cricket MCP — wraps CricAPI (api.cricapi.com) for live cricket data.
Part of Pipeworx — an MCP gateway connecting AI agents to 770+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"cricket": {
"url": "https://gateway.pipeworx.io/cricket/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 770+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Cricket data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json