Integrations
Provides access to Valorant game data including meta maps, character statistics, leaderboards, agent compositions, and player match histories.
OP.GG MCP サーバー
OP.GG MCPサーバーは、OP.GGデータをAIエージェントおよびプラットフォームにシームレスに接続するモデルコンテキストプロトコル実装です。このサーバーにより、AIエージェントは関数呼び出しを通じて様々なOP.GGデータを取得できます。
概要
このMCPサーバーは、AIエージェントが標準化されたインターフェースを介してOP.GGデータにアクセスできるようにします。リモートサーバー( https://mcp-api.op.gg/mcp/sse )へのシンプルな接続方法を提供し、簡単なインストールで、AIモデルやエージェントフレームワークで容易に利用できる形式でOP.GGデータに即座にアクセスできます。
特徴
OP.GG MCP サーバーは現在、次のツールをサポートしています。
リーグ・オブ・レジェンド
- lol-champion-analysis : 特定のチャンピオンの分析データを取得します
- lol-champion-leader-board : そのチャンピオンのランクを取得します
eスポーツ(リーグ・オブ・レジェンド)
- esports-lol-schedules : 今後のLoLの試合スケジュールを入手
- esports-lol-team-standings : LoLリーグのチーム順位を取得します
チームファイト タクティクス (TFT)
- tft-meta-trend-deck-list : 現在のメタデッキを取得するための TFT デッキリストツール
- tft-meta-item-combinations : アイテムの組み合わせとレシピに関する情報を取得するための TFT ツール
- tft-champion-item-build : チャンピオンアイテムビルド情報を取得するためのTFTツール
- tft-recommend-champion-for-item : 特定のアイテムのチャンピオン推奨を取得するための TFT ツール
- tft-play-style-comment : このツールはTFTチャンピオンのプレイスタイルに関するコメントを提供します
ヴァロラント
- valorant-meta-maps : Valorant マップのメタデータ
- valorant-meta-characters : Valorant キャラクターのメタデータ
- valorant-leaderboard : 地域別にValorantのリーダーボードを取得します
- valorant-agents-composition-with-map : Valorantマップのエージェント構成データを取得します
- valorant-characters-statistics : Valorantのキャラクター統計データを取得します。オプションでマップでフィルタリングできます。
- valorant-player-matches : ゲーム名とタグラインを使用して、Valorant プレイヤーの試合履歴を取得します。
使用法
OP.GG MCPサーバーは、MCP対応クライアントであればどれでもご利用いただけます。以下では、Claude Desktopを例にインストール方法を説明します。
Smithery経由でインストール
Smithery経由で Claude Desktop 用の OP.GG MCP を自動的にインストールするには:
MCP構成への追加
このサーバーを Claude Desktop MCP 構成に追加するには、 claude_desktop_config.json
ファイルに次のエントリを追加します。
Mac/Linux
ウィンドウズ
設定を追加した後、変更を有効にするために Claude Desktop を再起動します。
SSE経由の直接接続
SSEエンドポイントに直接接続したい場合は、 mcp-remote
パッケージをご利用ください。これにより、OP.GG MCPサーバー全体をインストールすることなく、リモートサーバーに簡単に接続できます。
claude_desktop_config.json
ファイルに次の内容を追加します。
Mac/Linux
ウィンドウズ
この構成では、 mcp-remote
パッケージを使用して SSE エンドポイントへの直接接続を確立し、すべての OP.GG データ ツールにすぐにアクセスできるようになります。
利用可能なツールの一覧
応答:
ライセンス
このプロジェクトは 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 エージェントが関数呼び出しを通じて League of Legends、Teamfight Tactics、Valorant、e スポーツの OP.GG からゲーム データを取得できるようにするモデル コンテキスト プロトコルの実装。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server enabling AI agents to access and manipulate ServiceNow data through natural language interactions, allowing users to search for records, update them, and manage scripts.Last updated -9PythonMIT License
- -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
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants to interact with the Godot game engine, allowing them to launch the editor, run projects, capture debug output, and control project execution.Last updated -62JavaScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables role-based context management for AI agents, allowing users to establish specific instructions, maintain partitioned memory, and adapt tone for different agent roles in their system.Last updated -TypeScript