Loading...
npx -y @smithery/cli install @mikechao/balldontlie-mcp --client claude{
"mcp-servers": {
"balldontlie": {
"command": "npx",
"args": [
"-y",
"balldontlie-mcp"
],
"env": {
"BALLDONTLIE_API_KEY": "YOUR API KEY HERE"
}
}
}
}get_teamsRetrieves a list of sports teams for a specified league.
Read-only operation; no data modification.
get_playersRetrieves a list of players for a specified league, with optional filtering by first and last name.
Read-only operation; no data modification.
get_gamesRetrieves a list of games for a specified league, with optional filtering by dates and team IDs.
Read-only operation; no data modification.
get_gameRetrieves a specific game from a specified league by its ID.
Read-only operation; no data modification.
This MCP server is relatively safe due to its read-only nature and reliance on an external API. However, users should ensure they securely manage their Balldontlie API key and be aware of potential rate limits and API availability issues.