Skip to main content
Glama

League of Legends Mock Match Predictor

MIT License
2

League of Legends Mock Match Predictor

⚔️ AI-powered League of Legends mock match simulator and summoner comparison tool

This Model Context Protocol (MCP) server provides comprehensive League of Legends summoner analysis and mock match simulations based on historical performance data from the last 10 games.

Features

  • 🔍 Summoner Analysis: Get detailed statistics including KDA, damage dealt, and win rates
  • ⚔️ Mock Match Simulation: AI-powered 10-phase match progression simulation
  • 🌍 Multi-language Support: Available in 7 languages
  • 📊 Performance Comparison: Side-by-side summoner comparisons
  • 🎯 Match Prediction: Outcome prediction based on historical data

Supported Languages

  • English (EN/ENGLISH)
  • Korean (한국어)
  • Traditional Chinese (繁體中文)
  • Japanese (日本語)
  • Spanish (ESPAÑOL)
  • Bengali (বাংলা)
  • Punjabi (ਪੰਜਾਬੀ)

Installation

Prerequisites

  • Python 3.10 or higher
  • pip package manager

Setup

  1. Clone the repository:
    git clone https://github.com/onepersonunicorn/lolgpt.git cd lolgpt
  2. Install dependencies:
    pip install -r requirements.txt
  3. Set up environment variables (optional):
    export LOL_API_URL="https://1tier.xyz" export LOL_DEFAULT_LANGUAGE="EN" export LOL_API_TIMEOUT="30"
  4. Run the server:
    python main.py

Usage

Available Tools

The MCP server provides 6 different tools for various League of Legends simulation needs:

league_of_legends_summoner_vs_match

Main tool for comprehensive match simulation.

Parameters:

  • uidA (required): Riot ID of first summoner
  • tagA (required): Tag of first summoner
  • uidB (required): Riot ID of second summoner
  • tagB (required): Tag of second summoner
  • lang (optional): Language for simulation (default: "EN")

Example API call

await league_of_legends_summoner_vs_match( uidA="Hide on bush", tagA="KR1", uidB="Zeus", tagB="KR1", lang="EN" )

Example Usage

conversations

Sample Output

⚔️ **League of Legends Mock Match Simulation** ════════════════════════════════════════════ 📊 Summoner A (PlayerOne#KR1) - Last 10 Games Statistics: • Average Kills: 8.2 • Average Assists: 12.5 • Average Deaths: 4.1 • Average KDA: 5.05 • Average Damage Dealt: 28,450 • Win Rate: 70% 📊 Summoner B (PlayerTwo#NA1) - Last 10 Games Statistics: • Average Kills: 6.8 • Average Assists: 9.2 • Average Deaths: 5.3 • Average KDA: 3.02 • Average Damage Dealt: 22,100 • Win Rate: 55% 🎯 Mock Match Simulation - Summoner's Rift: ════════════════════════════════════════════ Phase 1: Welcome to the Snowdown Showdown. Phase 2: Thirty seconds until minions spawn. Phase 3: Minions have spawned! Phase 4: First blood! Zeus has been slain. Phase 5: Hide on bush has slain an enemy! Phase 6: Hide on bush has destroyed a turret. Phase 7: Zeus Quadrakill! Phase 8: Hide on bush is legendary! Phase 9: Hide on bush has destroyed a inhibitor. Phase 10: Hide on bush victory! ### Smithery Configuration The server supports Smithery configuration via `smithery.yaml`:
startCommand: type: stdio configSchema: properties: debug: type: boolean default: false apiUrl: type: string default: "https://1tier.xyz" language: type: string default: "EN" timeout: type: number default: 30

API Integration

The server integrates with the 1tier.xyz API endpoint which provides:

  • Summoner Statistics: Last 10 games performance data
  • Match Simulation: AI-generated match progression
  • Multi-language Support: Localized simulation text
  • Real-time Data: Current summoner performance metrics

License

This project is licensed under the MIT License

Disclaimer

League of Legends mock match simulations are for entertainment purposes only. Results are based on historical performance data and do not guarantee actual match outcomes. League of Legends is a trademark of Riot Games, Inc.

Support

For issues and questions:

  • Create an issue on GitHub
  • Contact the development team

Acknowledgments

  • Riot Games for League of Legends
  • 1tier.xyz for providing the API infrastructure

Made with ❤️ for the League of Legends community

-
security - not tested
A
license - permissive license
-
quality - not tested

AI-powered League of Legends tool that simulates mock matches and compares summoners based on historical performance data.

  1. Features
    1. Supported Languages
      1. Installation
        1. Prerequisites
        2. Setup
      2. Usage
        1. Available Tools
        2. Example API call
        3. Example Usage
        4. Sample Output
      3. API Integration
        1. License
          1. Disclaimer
            1. Support
              1. Acknowledgments

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  Allows AI models to observe and interact with the Minecraft world through a bot.
                  Last updated -
                  31
                  82
                  TypeScript
                  MIT License
                  • Apple
                  • Linux
                • A
                  security
                  A
                  license
                  A
                  quality
                  Provides AI models with structured access to Trino's distributed SQL query engine, enabling LLMs to directly query and analyze data stored in Trino databases.
                  Last updated -
                  3
                  10
                  Python
                  MIT License
                • -
                  security
                  F
                  license
                  -
                  quality
                  Model Context Protocol server that enables LLMs and AI assistants to retrieve real-time Dota 2 statistics, match data, player information, and game metrics through a standardized interface.
                  Last updated -
                  4
                  Python
                  • Linux
                • A
                  security
                  A
                  license
                  A
                  quality
                  Enables LLMs to retrieve and analyze Steam game reviews, providing access to review statistics, game information, and helping summarize pros and cons of games.
                  Last updated -
                  1
                  247
                  3
                  TypeScript
                  MIT License

                View all related MCP servers

                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/onepersonunicorn/lolgpt'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server