Skip to main content
Glama

OP.GG MCP Server

Official
by opgginc

lol-champion-analysis

Analyze League of Legends champions for win rates, pick rates, builds, and skill orders. Optimize gameplay with counter picks, item recommendations, and tailored strategies for specific positions and game modes.

Instructions

Retrieves very detailed information about a specific champion, such as win rate, pick rate, recommended builds, recommended skill order, recommended items, etc. If a user mentions a specific champion, you must always call this function, review the data, and then respond. If the user asks some tips during playing game, you should also occasionally call this function to advice how to play the game well. If the users asks like 'what items should I buy?', 'which skill should I level up?', also you need to call this function to see the high winrate champions. (Counter Picks ban/pick data is available in the weakCounters field). You must assume the position user want to know.

Input Schema

NameRequiredDescriptionDefault
championYesThese are the champion names in the game League of Legends.
game_modeYesDifferent queue types and game modes in League of Legends.
langYesLanguage code for localized content. Determines the language of returned data.
positionYesThese are the champion positions in the game League of Legends.

Input Schema (JSON Schema)

{ "properties": { "champion": { "description": "These are the champion names in the game League of Legends.", "enum": [ "ANNIE", "OLAF", "GALIO", "TWISTED_FATE", "XIN_ZHAO", "URGOT", "LEBLANC", "VLADIMIR", "FIDDLESTICKS", "KAYLE", "MASTER_YI", "ALISTAR", "RYZE", "SION", "SIVIR", "SORAKA", "TEEMO", "TRISTANA", "WARWICK", "NUNU_WILLUMP", "MISS_FORTUNE", "ASHE", "TRYNDAMERE", "JAX", "MORGANA", "ZILEAN", "SINGED", "EVELYNN", "TWITCH", "KARTHUS", "CHOGATH", "AMUMU", "RAMMUS", "ANIVIA", "SHACO", "DR_MUNDO", "SONA", "KASSADIN", "IRELIA", "JANNA", "GANGPLANK", "CORKI", "KARMA", "TARIC", "VEIGAR", "TRUNDLE", "SWAIN", "CAITLYN", "BLITZCRANK", "MALPHITE", "KATARINA", "NOCTURNE", "MAOKAI", "RENEKTON", "JARVAN_IV", "ELISE", "ORIANNA", "WUKONG", "BRAND", "LEE_SIN", "VAYNE", "RUMBLE", "CASSIOPEIA", "SKARNER", "HEIMERDINGER", "NASUS", "NIDALEE", "UDYR", "POPPY", "GRAGAS", "PANTHEON", "EZREAL", "MORDEKAISER", "YORICK", "AKALI", "KENNEN", "GAREN", "LEONA", "MALZAHAR", "TALON", "RIVEN", "KOGMAW", "SHEN", "LUX", "XERATH", "SHYVANA", "AHRI", "GRAVES", "FIZZ", "VOLIBEAR", "RENGAR", "VARUS", "NAUTILUS", "VIKTOR", "SEJUANI", "FIORA", "ZIGGS", "LULU", "DRAVEN", "HECARIM", "KHAZIX", "DARIUS", "JAYCE", "LISSANDRA", "DIANA", "QUINN", "SYNDRA", "AURELION_SOL", "KAYN", "ZOE", "ZYRA", "KAISA", "SERAPHINE", "GNAR", "ZAC", "YASUO", "VELKOZ", "TALIYAH", "CAMILLE", "AKSHAN", "BELVETH", "BRAUM", "JHIN", "KINDRED", "ZERI", "JINX", "TAHM_KENCH", "BRIAR", "VIEGO", "SENNA", "LUCIAN", "ZED", "KLED", "EKKO", "QIYANA", "VI", "AATROX", "NAMI", "AZIR", "YUUMI", "SAMIRA", "THRESH", "ILLAOI", "REKSAI", "IVERN", "KALISTA", "BARD", "RAKAN", "XAYAH", "ORNN", "SYLAS", "NEEKO", "APHELIOS", "RELL", "PYKE", "VEX", "YONE", "AMBESSA", "SETT", "LILLIA", "GWEN", "RENATA_GLASC", "AURORA", "NILAH", "KSANTE", "SMOLDER", "MILIO", "HWEI", "NAAFIRI" ], "type": "string" }, "game_mode": { "description": "Different queue types and game modes in League of Legends.", "enum": [ "RANKED", "FLEX", "URF", "ARAM", "NEXUS_BLITZ" ], "type": "string" }, "lang": { "description": "Language code for localized content. Determines the language of returned data.", "enum": [ "ar_AE", "cs_CZ", "de_DE", "el_GR", "en_US", "en_AU", "en_GB", "en_PH", "en_SG", "es_AR", "es_ES", "es_MX", "fr_FR", "hu_HU", "it_IT", "ja_JP", "ko_KR", "pl_PL", "pt_BR", "ro_RO", "ru_RU", "th_TH", "tr_TR", "vi_VN", "zh_CN", "zh_MY", "zh_TW" ], "type": "string" }, "position": { "description": "These are the champion positions in the game League of Legends.", "enum": [ "TOP", "MID", "JUNGLE", "ADC", "SUPPORT", "NONE" ], "type": "string" } }, "required": [ "game_mode", "champion", "position", "lang" ], "type": "object" }

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/opgginc/opgg-mcp'

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