match_info
ActiveTool of mcp-cricket
declared in 0.1.0
Get full information and scorecard for a single cricket match (Test/ODI/T20) by its match ID. Returns teams, venue, innings scores, toss, and winner. Get the id from current_matches.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Match ID, as returned by current_matches."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own CricAPI key for higher limits; omit to use the shared Pipeworx key."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-cricket
https://github.com/pipeworx-io/mcp-cricket
2/7 registries