lol-mode-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FASTMCP_HOST | No | Host for HTTP mode | 127.0.0.1 |
| FASTMCP_PORT | No | Port for HTTP mode | 8000 |
| MCP_TRANSPORT | No | Transport mode for MCP (stdio or streamable-http) | stdio |
| LOL_MCP_CACHE_TTL | No | Cache TTL in seconds | 43200 |
| LOL_MCP_LOG_LEVEL | No | Log level (e.g., INFO, DEBUG) | INFO |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_augmentA | 模糊搜尋競技場(Arena)海克斯強化,回傳名稱、稀有度與完整效果說明。 Args: query: 強化名稱或關鍵字,中英文皆可(例:「地獄三頭犬」、"Cerberus"、「灼燒」)。 locale: 回覆語言,"zh_tw"(預設)或 "en_us"。 |
| list_augmentsB | 依稀有度列出競技場海克斯強化清單(名稱 + 一句效果摘要)。 Args: tier: "all"(預設)/ "silver" 白銀 / "gold" 黃金 / "prismatic" 稜彩 / "special" 特殊(稜彩道具、鐵砧類)。中文別名也可以。 locale: 回覆語言,"zh_tw"(預設)或 "en_us"。 |
| aram_balanceA | 查詢英雄本 patch 的 ARAM(嚎哭深淵)平衡數值,標明增益與削弱。 涵蓋:造成傷害/承受傷害/治療/護盾/技能急速/攻擊速度/韌性/能量回復。 「無調整」與「查詢失敗」會明確區分。 Args: champion: 英雄名稱,中英文皆可(例:「悟空」、"Wukong"、「犽宿」)。 |
| mayhem_balanceC | 查詢英雄在 ARAM: Mayhem 模式的平衡數值(延伸功能,暫未支援)。 Args: champion: 英雄名稱,中英文皆可。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| mode-mechanics | LoL 模式機制說明(嚎哭深淵光環、競技場規則等,手工校訂) |
TDQS
Scored across 4 tools
Each tool has a distinct purpose: ARAM balance, Arena augment search, Arena augment list, and Mayhem balance (unimplemented). No overlap in functionality.
All tool names use snake_case with descriptive terms (aram_balance, get_augment, list_augments, mayhem_balance), forming a consistent naming pattern.
4 tools is a reasonable count for a server focused on League of Legends game mode data. It covers two modes plus a placeholder, not too few or too many.
The server provides core queries for ARAM balance and Arena augmentations, but lacks other common operations like listing all champions or more detailed statistics, leaving notable gaps.