League of Legends MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RIOT_API_KEY | Yes | Your Riot API key from https://developer.riotgames.com/ |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lol_get_accountA | Get Riot account info by Riot ID (gameName#tagLine) |
| lol_get_summonerB | Get summoner info (level, profile icon) by PUUID |
| lol_get_rankedC | Get ranked stats (tier, rank, LP, wins, losses, winRate) |
| lol_get_player_profileA | Get complete player profile in one call (account, summoner, ranked, mastery summary) |
| lol_get_match_historyC | Get recent match IDs |
| lol_get_match_detailsB | Get detailed info for one or more matches |
| lol_get_match_timelineC | Get minute-by-minute match timeline |
| lol_get_champion_masteryB | Get champion mastery data (list or single champion) |
| lol_get_live_gameB | Check if a player is currently in game |
| lol_get_champion_rotationB | Get current free champion rotation |
| lol_get_featured_gamesC | Get featured games |
| lol_get_league_by_idC | Get league info by league ID |
| lol_get_league_entriesC | Get league entries by PUUID |
| lol_get_league_entries_expC | Get league entries by queue, tier, division (paginated) |
| lol_get_league_topB | Get top players in a league (challenger/grandmaster/master) |
| lol_get_clash_tournamentsB | Get active/upcoming Clash tournaments |
| lol_get_clash_playerC | Get Clash info for a player |
| lol_get_clash_teamC | Get Clash team info |
| lol_get_challengesB | Get all challenge configurations |
| lol_get_player_challengesC | Get player challenge progress |
| lol_get_server_statusA | Get server status (maintenance/incidents) for a region |
| lol_get_all_championsB | List all current champions with ID, name, title, roles/tags |
| lol_get_champ_infoB | Get detailed champion info (stats, abilities, cooldowns, ratios, passive, skill order) |
| lol_get_all_itemsB | List all items with stats, cost, build path |
| lol_get_runesB | Get rune trees with keystones, minor runes, descriptions |
| lol_get_builds_for_championB | Scrape Lolalytics for best builds, runes, counters, and meta data for a champion |
| lol_analyze_performanceC | Analyze recent performance and give recommendations |
| lol_analyze_championC | Analyze performance on a specific champion |
| lol_get_improvement_tipsC | Get personalized improvement tips |
| lol_compare_playersC | Compare stats between two players |
| lol_get_player_match_summaryB | Get compact review stats for one player in one match without full match blob |
| lol_get_player_deathsB | Get chronological death events for a player in a match with compact coaching context |
| lol_get_player_vision_summaryB | Get compact vision review data for a player in one match |
| lol_get_champion_reviewC | Get compact multi-match review for recent games on one champion |
| lol_get_timeline_eventsC | Get filtered timeline events by participant, event type, and time range |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/rexlManu/lol-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server