Skip to main content
Glama

opgg-esports

Official
by opgginc

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 を自動的にインストールするには:

npx -y @smithery/cli install @opgginc/esports-mcp --client claude

npm/pnpmの使用

# Install dependencies pnpm install # Build the project pnpm build

サーバーの実行

pnpmの使用
# Start the MCP server on stdio pnpm start
Node.jsを直接使用する
# Start using Node.js node dist/index.js
npxの使用
# Run directly with npx npx -y @opgg/esports-mcp

MCP構成への追加

このサーバーを MCP 構成 (例: Windsurf の mcp_config.json) に追加するには、次のエントリを追加します。

{ "mcpServers": { "opgg-esports": { "command": "node", "args": ["/path/to/esports-mcp/dist/index.js"] } } }

あるいは、公開されている場合は npm パッケージを使用することもできます。

{ "mcpServers": { "opgg-esports": { "command": "npx", "args": ["-y", "@opgg/esports-mcp"] } } }

使用法

OP.GG Esports MCPサーバーは、MCP対応のクライアントであればどれでもご利用いただけます。以下に例をいくつかご紹介します。

利用可能なツールの一覧

{ "type": "list_tools" }

応答:

{ "tools": [ { "name": "get-lol-matches", "description": "Get upcoming LoL match schedules from OP.GG Esports" } ] }

今後の試合スケジュールを取得しています

{ "type": "tool_call", "tool_call": { "name": "get-lol-matches" } }

応答:

{ "content": [ { "type": "text", "text": "Upcoming match schedules:\n\nMatch: Team A vs Team B\nLeague: LCK\nStatus: SCHEDULED\nScore: 0 - 0\nScheduled at: 4/6/2025, 7:00:00 PM\nDetails: https://esports.op.gg/matches/12345\n---\n..." } ] }

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。

関連リンク

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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.

AIエージェントをOP.GG Esportsデータに接続し、リーグ・オブ・レジェンドの今後の試合スケジュールを簡単に取得できます。標準化されたインターフェースを通じて構造化された試合情報にアクセスし、リアルタイムのeスポーツデータでAIの能力を強化します。

  1. 概要
    1. 特徴
      1. インストール
        1. Smithery経由でインストール
        2. npm/pnpmの使用
        3. サーバーの実行
        4. MCP構成への追加
      2. 使用法
        1. 利用可能なツールの一覧
        2. 今後の試合スケジュールを取得しています
      3. ライセンス
        1. 関連リンク

          Related MCP Servers

          • A
            security
            F
            license
            A
            quality
            This 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 -
            1
            Python
          • -
            security
            F
            license
            -
            quality
            Model 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 -
            4
            Python
            • Linux
          • A
            security
            A
            license
            A
            quality
            Provides 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 -
            10
            38
            Python
            MIT License
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            This 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 -
            2
            TypeScript
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/opgginc/esports-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server