Euroleague Live
Provides club information and advanced player statistics for Euroleague and Eurocup basketball from the Euroleague API.
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
Requirements
- Node.js (v18+ recommended)
- npm
Installation (from npm)
Install globally:
npm install -g euroleague-api-mcp
Or use with npx (no install required):
npx euroleague-api-mcp
Installation (Locally from source)
Clone the repository and install dependencies:
npm install
Compile the TypeScript code:
npm run build
Run (Locally from source)
Start the MCP server:
npm start
Or directly:
node build/index.js
Use 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!
Related Servers
Bazi Calculation
A professional Bazi (Chinese astrology) calculation server providing full analysis including four pillars, five elements, zodiac, and lunar dates with timezone support.
Stockfish
Enables AI to communicate with the Stockfish chess engine.
Ecovacs Robot Control
Control and query the status of Ecovacs cleaning robots using the MCP protocol.
TabNews Integration
Access data from the TabNews API.
Kalshi MCP Server
A simple MCP server to interact with prediction market Kalshi
Adwords MCP
An MCP server that serves ads to developers in clients like Cursor and Claude.
Nano Currency MCP Server
Send Nano currency and retrieve account and block information using the Nano node RPC.
Smart Home Device Control
Control smart home devices and query information by connecting large models to smart home backend APIs.
Swift Tarot
Provides tarot card readings, including single card draws, multi-card spreads, and full deck access.
Simple Animal Data MCP Server
A simple MCP server providing static information about animals like cats, dogs, and birds.