OP.GG电子竞技MCP服务器
OP.GG Esports MCP 服务器是一个模型上下文协议 (MCP) 实现,可将 OP.GG Esports 数据与 AI 代理和平台无缝连接。该服务器使 AI 代理能够通过函数调用检索即将进行的英雄联盟比赛日程和信息。
概述
该 MCP 服务器通过标准化接口为 AI 代理提供访问 OP.GG Esports 数据的权限。它基于 TypeScript 和 Node.js 构建,可直接连接到 OP.GG Esports GraphQL API,并将数据格式化为 AI 模型和代理框架易于理解的格式。
特征
OP.GG Esports MCP 服务器目前支持以下工具:
- get-lol-matches :从 OP.GG Esports 获取并格式化即将举行的英雄联盟比赛日程
- 返回比赛名称、联赛、状态、比分、预定时间以及比赛的直接链接
- 将数据格式化为干净、结构化的格式,以供 AI 使用
安装
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 OP.GG Esports MCP:
使用 npm/pnpm
运行服务器
使用 pnpm
直接使用 Node.js
使用 npx
添加到 MCP 配置
要将此服务器添加到您的 MCP 配置(例如,Windsurf 的 mcp_config.json),请添加以下条目:
或者,如果已发布,您可以使用 npm 包:
用法
OP.GG Esports MCP 服务器可与任何兼容 MCP 的客户端配合使用。以下是一些示例:
列出可用的工具
回复:
获取即将举行的比赛日程
回复:
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅 LICENSE 文件。
相关链接
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
将AI代理连接到OP.GG电竞数据,轻松检索英雄联盟即将进行的比赛日程。通过标准化界面访问结构化的比赛信息,利用实时电竞数据增强AI的能力。
Related MCP Servers
- AsecurityFlicenseAqualityThis server integrates with the Ticketmaster API to provide AI agents with real-time concert and event data, enabling dynamic fetching and formatting for ease of interpretation.Last updated -1Python
- -securityFlicense-qualityModel Context Protocol server that enables LLMs and AI assistants to retrieve real-time Dota 2 statistics, match data, player information, and game metrics through a standardized interface.Last updated -4Python
- AsecurityAlicenseAqualityProvides access to Chess.com player data, game records, and public information through standardized MCP interfaces, allowing AI assistants to search and analyze chess information.Last updated -1038PythonMIT License
- -securityFlicense-qualityThis server enables Claude to access Team Fight Tactics (TFT) game data, allowing users to retrieve match histories and detailed match information through the Riot Games API.Last updated -2TypeScript