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!
Máy chủ liên quan
Bazi
An MCP server for accessing Bazi (Chinese astrology) data, requiring an API key.
Manifold Markets
Interact with Manifold Markets prediction markets, including market creation, trading, and liquidity management.
Trading MCP Server
An intelligent trading assistant that fetches live stock prices using the Yahoo Finance API.
ShapeBridge
MCP Agent to understand 3D models
Flux Image MCP Server
Generate images using Replicate's Flux Schnell model.
Fibrous MCP Server
A server for Fibrous Finance, a DeFi aggregation platform.
Topaz Labs Enhance
AI image enhancement (upscaling, denoising, sharpening) via the Topaz Labs cloud API.
Wordle MCP
Fetches the Wordle solution for a specific date, available from 2021-05-19 up to 23 days in the future.
Proxenio MCP Server
MCP server for the Proxenio verified intent network enabling AI agents to retrieve verified matches and accept introductions with inherited trust controls.
Network - AI
Multi-agent orchestration MCP server with atomic shared blackboard, FSM governance, per-agent budget enforcement, and adapters for 12 AI frameworks including LangChain, AutoGen, CrewAI, and OpenAI Assistants.