esports-mcp
4
The OP.GG Esports MCP Server provides a seamless connection between OP.GG Esports data and AI agents, enabling the retrieval of League of Legends match schedules. It is implemented using TypeScript and Node.js and connects to the OP.GG GraphQL API.
OP.GG Esports MCP Server
The OP.GG Esports MCP Server connects OP.GG Esports data to AI agents, offering a standardized interface to access League of Legends match schedules via function calls. It uses TypeScript and Node.js to interface with the OP.GG Esports GraphQL API.
Features
- get-lol-matches: Access upcoming match schedules, including match name, league, status, score, schedule time, and match link.
Installation
- Smithery: Install automatically via Smithery CLI.
- npm/pnpm: Use
pnpm install
to install dependencies andpnpm build
to build.
Usage
The server is compatible with any MCP client and supports fetching and listing tools like get-lol-matches
.