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 文件。
相关链接
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
- -securityFlicense-qualityProvides programmatic access to comprehensive football statistics and live match data via API-Football, enabling applications to retrieve league standings, team fixtures, player statistics, and real-time match events.Last updated -3Python
- -securityFlicense-qualityEnables LLMs to read, create, and manage Google Calendar events through a standardized interface, including features like listing calendars, managing events, and processing calendar information from screenshots and images.Last updated -171TypeScript
- -securityAlicense-qualityA community-developed Model Context Protocol server that integrates with the Riot Games API to provide League of Legends data, enabling AI assistants to retrieve player information, ranked stats, champion mastery, and match summaries through natural language queries.Last updated -15PythonMIT License
OP.GG MCP Serverofficial
AsecurityAlicenseAqualityA Model Context Protocol implementation that enables AI agents to retrieve game data from OP.GG for League of Legends, Teamfight Tactics, Valorant, and esports through function calling.Last updated -1525TypeScriptMIT License