Skip to main content
Glama

OP.GG MCP Server

Official
by opgginc

lol-summoner-search

Search and retrieve detailed stats for League of Legends summoners, including rank, win rate, and match history, based on their Riot ID and region using OP.GG data.

Instructions

Retrieves information about a specific summoner, such as their rank, win rate, and recent match history. If a user mentions a specific summoner or wants to know about themselves, you must always call this function. If you can't find the summoner, ask to the user which region do they play.

Input Schema

NameRequiredDescriptionDefault
game_nameYesThe first part of a Riot ID (e.g., "Annie" in "Annie#Opgg").
langYesLanguage code for localized content. Determines the language of returned data.
regionYesThe region to search in (e.g., KR, NA, EUW).
tag_lineYesThe second part of a Riot ID (e.g., "Opgg" in "Annie#Opgg").

Input Schema (JSON Schema)

{ "properties": { "game_name": { "description": "The first part of a Riot ID (e.g., \"Annie\" in \"Annie#Opgg\").", "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" }, "region": { "description": "The region to search in (e.g., KR, NA, EUW).", "enum": [ "KR", "BR", "EUNE", "EUW", "LAN", "LAS", "NA", "OCE", "RU", "TR", "JP", "PH", "SG", "TH", "TW", "VN", "ME", "SEA" ], "type": "string" }, "tag_line": { "description": "The second part of a Riot ID (e.g., \"Opgg\" in \"Annie#Opgg\").", "type": "string" } }, "required": [ "game_name", "tag_line", "region", "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