Labsco
jifrozen0110 logo

MCP Riot Server

โ˜… 27

from jifrozen0110

Integrates with the Riot Games API to provide League of Legends data to AI assistants.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeNeeds API keys

MseeP.ai Security Assessment Badge

smithery badge

MCP Riot Server

MCP-Riot is a community-developed Model Context Protocol (MCP) server that integrates with the Riot Games API to provide League of Legends data to AI assistants via natural language queries.

This project enables AI models to retrieve player information, ranked stats, champion mastery, and recent match summaries.

Disclaimer: This is an open-source project not affiliated with or endorsed by Riot Games. League of Legendsยฎ is a registered trademark of Riot Games, Inc.


Demo

mcp-riot-lol

โœจ Features

๐Ÿงพ Player Summary

"What's the current rank and top champions of Hide on bush?"

Provides the player's:

  • Level
  • Ranked Solo Tier
  • Top champion masteries
  • Recent match history

๐Ÿ” Top Champions

"What champions is he best at?"

Returns the top N champions based on mastery points.

๐ŸŽฏ Champion Mastery

"How good is this player with Ahri?"

Returns detailed champion mastery data for a specific champion.

๐Ÿ•น๏ธ Recent Matches

"Show the last 3 matches for this summoner"

Lists recent matches including champion used, K/D/A, and result.

๐Ÿ“Š Match Summary

"Summarize this match for a given match ID"

Returns the playerโ€™s match stats, such as KDA, damage, wards, and result.


๐Ÿ› ๏ธ Tools

The following tools will be exposed to MCP clients:

get_player_summary

Summarizes level, rank, top champions, and recent matches.

get_top_champions_tool

Returns top champions by mastery points.

get_champion_mastery_tool

Returns mastery details for a specific champion.

get_recent_matches_tool

Returns recent matches for the given summoner.

get_match_summary

Returns match performance stats for a given match ID and puuid.


๐Ÿ“š References


๐Ÿ“ License

MIT License ยฉ 2025 jifrozen0110