by vtzimpl
This is an MCP (Model Context Protocol) server for Euroleague and Eurocup basketball data.
Install globally:
npm install -g euroleague-api-mcp
Or use with npx (no install required):
npx euroleague-api-mcp
Clone the repository and install dependencies:
npm install
Compile the TypeScript code:
npm run build
Start the MCP server:
npm start
Or directly:
node build/index.js
Example configuration:
*Configuration content*
Feel free to extend this server with more tools and endpoints!
No version information available