Skip to main content
Glama

OP.GG MCP Server

Official
by opgginc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Champion Metadata (ar_AE)League of Legends champion metadata localized for ar_AE
Champion Metadata (cs_CZ)League of Legends champion metadata localized for cs_CZ
Champion Metadata (de_DE)League of Legends champion metadata localized for de_DE
Champion Metadata (el_GR)League of Legends champion metadata localized for el_GR
Champion Metadata (en_US)League of Legends champion metadata localized for en_US
Champion Metadata (en_AU)League of Legends champion metadata localized for en_AU
Champion Metadata (en_GB)League of Legends champion metadata localized for en_GB
Champion Metadata (en_PH)League of Legends champion metadata localized for en_PH
Champion Metadata (en_SG)League of Legends champion metadata localized for en_SG
Champion Metadata (es_AR)League of Legends champion metadata localized for es_AR
Champion Metadata (es_ES)League of Legends champion metadata localized for es_ES
Champion Metadata (es_MX)League of Legends champion metadata localized for es_MX
Champion Metadata (fr_FR)League of Legends champion metadata localized for fr_FR
Champion Metadata (hu_HU)League of Legends champion metadata localized for hu_HU
Champion Metadata (it_IT)League of Legends champion metadata localized for it_IT
Champion Metadata (ja_JP)League of Legends champion metadata localized for ja_JP
Champion Metadata (ko_KR)League of Legends champion metadata localized for ko_KR
Champion Metadata (pl_PL)League of Legends champion metadata localized for pl_PL
Champion Metadata (pt_BR)League of Legends champion metadata localized for pt_BR
Champion Metadata (ro_RO)League of Legends champion metadata localized for ro_RO
Champion Metadata (ru_RU)League of Legends champion metadata localized for ru_RU
Champion Metadata (th_TH)League of Legends champion metadata localized for th_TH
Champion Metadata (tr_TR)League of Legends champion metadata localized for tr_TR
Champion Metadata (vi_VN)League of Legends champion metadata localized for vi_VN
Champion Metadata (zh_CN)League of Legends champion metadata localized for zh_CN
Champion Metadata (zh_MY)League of Legends champion metadata localized for zh_MY
Champion Metadata (zh_TW)League of Legends champion metadata localized for zh_TW

Tools

Functions exposed to the LLM to take actions

NameDescription
lol-champion-leader-board

Retrieves the leaderboard of master players who play a specific champion well. You can also look up the high ranked players, like the high winrate 5 players in #1-#30, to retrieve their champion performance or recent match history to teach how to play the champions.

lol-champion-analysis

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.

lol-champion-meta-data

Retrieves meta data for a specific champion, including statistics and performance metrics.

lol-champion-metadata-resources

Retrieves metadata for all League of Legends champions with localized names and keys in CSV format. Returns champion_id, key, and name for all champions in the specified language.

lol-champion-skin-sale

Retrieves information about champion skins that are currently on sale.

lol-summoner-search

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.

lol-champion-positions-data

Retrieves the analytics of champions by each positions. You can also look up the winrate, banrate, plays, wins, kills, kda and etc. tier_data is champion tier which tells which champion is powerful (OP) or not, for example tier 1 champion is easy to play and powerful champion. (You can recommend this champion to the user if they want recommandation)

lol-summoner-game-history

Retrieves the recent match history of a specific summoner. If a user mentions a specific summoner, wants to know about their recent matches, wants to know how to improve or wants to get an advice, you must always call this function.

lol-summoner-renewal

Renew the summoner's data of OP.GG through RiotAPI. When you retrieve summoner data, you must always call this function first, and then call the next functions.

lol-brawl-champion-tier-rank

Retrieves champion tier ranking list in brawl mode.

esports-lol-schedules

Get upcoming LoL match schedules.

esports-lol-team-standings

Get team standings for a LoL league.

tft-meta-trend-deck-list

TFT deck list tool for retrieving current meta decks.

tft-meta-item-combinations

TFT tool for retrieving information about item combinations and recipes.

tft-champion-item-build

TFT tool for retrieving champion item build information.

tft-recommend-champion-for-item

TFT tool for retrieving champion recommendations for a specific item.

tft-play-style-comment

This tool provides comments on the playstyle of TFT champions.

tft-augments-metadata-resources

Retrieves metadata for all Teamfight Tactics augments with localized names and descriptions in CSV format. Returns apiName, desc, name, tier, and imageUrl for all augments in the specified language.

valorant-meta-maps

Valorant map meta data

valorant-meta-characters

Valorant character meta data

valorant-leaderboard

Fetch Valorant leaderboard by region

valorant-agents-composition-with-map

Retrieve agent composition data for a Valorant map.

valorant-characters-statistics

Retrieve character statistics data for Valorant, optionally filtered by map.

valorant-player-match-history

Retrieve match history for a Valorant player using their game name and tag line.

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