Integrations
Provides access to Team Fight Tactics (TFT) game data, allowing users to retrieve match history for summoners and get detailed information about specific TFT matches through the Riot Games API.
TFT MCP サーバー
これは、さまざまなツールを通じて TFT ゲーム データへのアクセスを提供する Team Fight Tactics (TFT) の Model Context Protocol (MCP) サーバーです。
特徴
- 召喚者の試合履歴を取得する
- 特定のTFT試合の詳細情報を取得する
前提条件
- Node.js (v14以上)
- npmまたはyarn
- Riot Games APIキー(TFTデータへのアクセス用) - Riot Games開発者ポータルから入手
- 注: 開発には、24時間で期限切れになる一時的なAPIキーを使用できます。
- 本番環境での使用には、 Riotのアプリケーションポータルで永続的な個人APIキーを申請する必要があります。
- Riotゲームコンソールからアクセスしたゲーム名
- ライアットゲームコンソールからアクセスできるあなたのネームタグライン。通常はゲーム名の直後に表示されます。例:
NA1
使用法
- Claude Desktop 構成ファイルで MCP サーバーを構成します。
macOS
場所: ~/Library/Application Support/Claude/claude_desktop_config.json
ウィンドウズ
場所: %APPDATA%/Claude/claude_desktop_config.json
次の構成を追加します。
Copy
- サーバーは stdio 上で実行され、次のツールを提供します。
tft_マッチ履歴
現在のプレイヤーの TFT 試合履歴を取得します。
パラメータ:
count
(オプション): 取得する一致の数。デフォルトは20start
(オプション): ページ区切りの開始インデックス。デフォルトは0
tft_match_details
特定の TFT マッチに関する詳細情報を取得します。
パラメータ:
matchId
(必須): 詳細を取得する試合ID
発達
このプロジェクトはTypeScriptで記述されており、Model Context Protocol SDKを使用しています。コードを変更するには、以下の手順に従います。
src
ディレクトリに変更を加えるnpm run build
を実行してコンパイルする- 変更をテストするには、必要なパラメータを指定して
npm start
を実行します。
ライセンス
マサチューセッツ工科大学
This server cannot be installed
このサーバーにより、Claude は Team Fight Tactics (TFT) ゲーム データにアクセスできるようになり、ユーザーは Riot Games API を通じて試合履歴や詳細な試合情報を取得できるようになります。
Related MCP Servers
- AsecurityFlicenseAqualityA server that enables Claude Desktop users to access the Claude API directly, allowing them to bypass Professional Plan limitations and use advanced features like custom system prompts and conversation management.Last updated -15Python
- -securityAlicense-qualityA Model Context Protocol server that provides access to Fantasy Premier League data, allowing users to compare players, find team information, view gameweek data, and get FPL-related advice through Claude for Desktop and other MCP-compatible clients.Last updated -7PythonMIT License
- AsecurityFlicenseAqualityConnect AI agents to OP.GG Esports data and retrieve upcoming League of Legends match schedules effortlessly. Access structured match information through a standardized interface, enhancing your AI's capabilities with real-time esports data.Last updated -1TypeScript
- -security-license-qualityA Model Context Protocol server that allows Claude to search and display Pokemon Trading Card Game cards with filtering by attributes like name, type, legality, and statistics.Last updated -4TypeScript