Loading...

Provides access to NBA, NFL, and MLB data via the Balldontlie API, enabling retrieval of information on teams, players, and games.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Provides access to NBA, NFL, and MLB data via the Balldontlie API, enabling retrieval of information on teams, players, and games.
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.
Performance depends on the Balldontlie API's response times and rate limits. Consider implementing caching to improve performance for frequently accessed data.
Cost is primarily associated with API usage. The free plan may suffice for light usage, but heavier usage may require a paid plan.
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"
}
}
}
}BALLDONTLIE_API_KEYget_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.
API Key
cloud
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.
The server operates in read-only mode, limiting the risk of unintended modifications. Autonomy is constrained by the available read-only tools.
Production Tip
Monitor the Balldontlie API for downtime or rate limiting to ensure continuous service.
The server supports NBA, NFL, and MLB.
Yes, you need an API key from Balldontlie.io.
Yes, the Balldontlie API has rate limits. Refer to their documentation for details.
No, this server only supports read operations.
Implement error handling in your application to catch and manage API errors.
No, this server does not store any user data.
Consider implementing caching to reduce the number of API calls.