OP.GG Esports MCP サーバー
OP.GG Esports MCPサーバーは、OP.GG EsportsデータをAIエージェントおよびプラットフォームにシームレスに接続するモデルコンテキストプロトコル(MCP)実装です。このサーバーにより、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 から今後の League of Legends の試合スケジュールを取得してフォーマットします
- 試合名、リーグ、ステータス、スコア、予定時間、試合への直接リンクを返します。
- 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 Esportsデータに接続し、リーグ・オブ・レジェンドの今後の試合スケジュールを簡単に取得できます。標準化されたインターフェースを通じて構造化された試合情報にアクセスし、リアルタイムのeスポーツデータで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