
Euroleague Live
from vtzimpl
Provides club information and advanced player statistics for Euroleague and Eurocup basketball from the Euroleague API.
๐ฅ๐ฅ๐ฅโ VerifiedFreeAdvanced setup
euroleague-api-mcp
This is an MCP (Model Context Protocol) server for Euroleague and Eurocup basketball data.
Features
- Get club information from the Euroleague API
- Get advanced player statistics for a competition and statistic type
- Easily extendable for more endpoints/tools
Run (Locally from source)
Start the MCP server:
npm startOr directly:
node build/index.jsCopy & paste โ that's it
npm install -g euroleague-api-mcpRequirements
- Node.js (v18+ recommended)
- npm
Installation (from npm)
Install globally:
npm install -g euroleague-api-mcpOr use with npx (no install required):
npx euroleague-api-mcpInstallation (Locally from source)
Clone the repository and install dependencies:
npm installCompile the TypeScript code:
npm run buildUse in MCP Server Configuration (for Claude or other agents)
Example configuration:
{
"mcpServers": {
"euroleague-api-mcp": {
"command": "npx",
"args": ["-y", "euroleague-api-mcp@latest"]
}
}
}Feel free to extend this server with more tools and endpoints!
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ