match_info

Pack: cricket · Endpoint: https://gateway.pipeworx.io/cricket/mcp

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

NameTypeRequiredDescription
idstringyesMatch ID, as returned by current_matches.
_apiKeystringno

Example call

curl -X POST https://gateway.pipeworx.io/cricket/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"match_info","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "cricket": {
      "url": "https://gateway.pipeworx.io/cricket/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 8, 2026