Skip to main content
Glama

cricket-mcp-server

get_player_stats

Retrieve detailed cricket player statistics, including batting and bowling data, for Test, ODI, or T20 formats by specifying the player name. Includes ICC rankings, performance metrics, and basic player info.

Instructions

Get comprehensive cricket player statistics including batting and bowling data from Cricbuzz.

Args: player_name (str): The name of the cricket player. match_format (str, optional): The match format to get stats for. Can be "Test", "ODI", or "T20". If not provided, all stats are returned.

Returns: dict: A dictionary containing complete player statistics including: - Basic info (name, country, role, image) - ICC rankings for batting and bowling - Detailed batting stats (matches, runs, average, strike rate, centuries, fifties) - Detailed bowling stats (balls, runs, wickets, best figures, economy, five-wicket hauls) If match_format is specified, returns stats for that format only.

Input Schema

NameRequiredDescriptionDefault
match_formatNo
player_nameYes

Input Schema (JSON Schema)

{ "properties": { "match_format": { "default": null, "title": "Match Format", "type": "string" }, "player_name": { "title": "Player Name", "type": "string" } }, "required": [ "player_name" ], "title": "get_player_statsArguments", "type": "object" }
Install Server

Other Tools from cricket-mcp-server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/tarun7r/cricket-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server