TFT MCP Server
TFT MCP サーバー
これは、さまざまなツールを通じて TFT ゲーム データへのアクセスを提供する Team Fight Tactics (TFT) の Model Context Protocol (MCP) サーバーです。
特徴
召喚者の試合履歴を取得する
特定のTFT試合の詳細情報を取得する
Related MCP server: LolByte MCP Server
前提条件
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
次の構成を追加します。
{
"mcpServers": {
"tft-mcp": {
"command": "npx",
"args": [
"mcp-server-tft",
"--apiKey",
"<YOUR_RIOT_API_KEY>",
"--gameName",
"<YOUR_GAME_NAME>",
"--tagLine",
"<YOUR_TAG_LINE>"
]
}
}
}サーバーは 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceA 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.528MIT
- Flicense-qualityDmaintenanceEnables interaction with League of Legends game data through the Riot Games API. Allows users to query player statistics, match history, and game information using natural language.
- Flicense-qualityDmaintenanceAn MCP server that integrates with the official Clash Royale API to provide real-time data on players, clans, cards, and tournaments. It enables users to query battle logs, chest cycles, and global rankings directly through Claude Desktop or Claude Code.
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/GeLi2001/tft-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server