Loading...

OP.GG MCP server provides AI agents access to League of Legends, Teamfight Tactics, and Valorant game data via a streamable HTTP endpoint.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
OP.GG MCP server provides AI agents access to League of Legends, Teamfight Tactics, and Valorant game data via a streamable HTTP endpoint.
The OP.GG MCP server is relatively safe for read-only access to game data. However, developers should implement appropriate rate limiting and data handling practices to mitigate the risk of data scraping and privacy violations.
Performance depends on the complexity of the query and the amount of data requested. Use field selection to minimize payload size.
Cost depends on the frequency of API calls. Monitor usage to avoid exceeding rate limits or incurring unexpected costs.
{
"mcpServers": {
"opgg-mcp": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--streamableHttp",
"https://mcp-api.op.gg/mcp"
]
}
}
}lol_get_champion_analysisRetrieves detailed champion statistics, builds, matchups, and synergies for League of Legends.
Read-only access to champion data.
lol_get_champion_synergiesProvides champion synergy information for League of Legends.
Read-only access to champion synergy data.
lol_get_lane_matchup_guideOffers lane matchup guides for specific lanes in League of Legends.
Read-only access to lane matchup data.
lol_list_champion_detailsLists ability, tip, lore, and stat metadata for League of Legends champions.
Read-only access to champion metadata.
lol_list_champion_leaderboardRetrieves champion leaderboard data for League of Legends.
Read-only access to leaderboard data.
lol_list_championsLists all champion metadata for League of Legends.
Read-only access to champion metadata.
lol_list_lane_meta_championsProvides lane-by-lane champion tiers with win/pick/ban rates, KDA, and tier rankings for League of Legends.
Read-only access to lane meta data.
lol_get_summoner_game_detailRetrieves detailed information for a specific League of Legends game, including all players.
Read-only access to game data.
lol_get_summoner_profileProvides a League of Legends summoner profile with rank, tier, LP, win rate, and champion pool.
Read-only access to summoner profile data.
lol_list_summoner_matchesRetrieves recent match history with per-game stats for a League of Legends summoner.
Read-only access to match history data.
lol_list_discounted_skinsLists currently discounted skins in League of Legends.
Read-only access to skin data.
lol_list_itemsLists all item metadata for League of Legends.
Read-only access to item metadata.
lol_get_pro_player_riot_idRetrieves the Riot ID for a League of Legends pro player.
Read-only access to pro player data.
lol_esports_list_schedulesProvides upcoming League of Legends esports schedules with teams, leagues, and match times.
Read-only access to esports schedule data.
lol_esports_list_team_standingsRetrieves team standings for a League of Legends league.
Read-only access to esports standings data.
tft_get_champion_item_buildProvides champion item build recommendations for Teamfight Tactics.
Read-only access to champion item build data.
tft_get_play_styleOffers play style recommendations for Teamfight Tactics.
Read-only access to play style data.
tft_list_augmentsLists augment descriptions for Teamfight Tactics.
Read-only access to augment data.
tft_list_champions_for_itemRecommends champions for a specific item in Teamfight Tactics.
Read-only access to champion recommendation data.
tft_list_item_combinationsLists item combination recipes for Teamfight Tactics.
Read-only access to item combination data.
tft_list_meta_decksRetrieves current meta decks for Teamfight Tactics.
Read-only access to meta deck data.
valorant_list_agent_compositions_for_mapProvides agent compositions for a specific map in Valorant.
Read-only access to agent composition data.
valorant_list_agent_statisticsRetrieves agent statistics and meta data for Valorant.
Read-only access to agent statistics data.
valorant_list_agentsLists agent metadata with abilities and roles for Valorant.
Read-only access to agent metadata.
valorant_list_leaderboardRetrieves the Valorant leaderboard by region.
Read-only access to leaderboard data.
valorant_list_mapsLists map metadata for Valorant.
Read-only access to map metadata.
valorant_list_player_matchesRetrieves player match history for Valorant.
Read-only access to player match history data.
None
cloud
The OP.GG MCP server is relatively safe for read-only access to game data. However, developers should implement appropriate rate limiting and data handling practices to mitigate the risk of data scraping and privacy violations.
All tools are read-only, so autonomy is safe within the bounds of rate limiting.
Production Tip
Implement robust error handling and rate limiting to ensure reliable data retrieval.
League of Legends, Teamfight Tactics, and Valorant.
No, authentication is not required.
Use the `desired_output_fields` parameter to specify which fields to return.
The endpoint is `https://mcp-api.op.gg/mcp`.
Rate limits likely exist, but are not explicitly documented. Implement appropriate rate limiting in your client.
Changes to the OP.GG API could break compatibility. Monitor for updates and adjust your code accordingly.
Check the terms of service for OP.GG and the MIT License for this project to determine if commercial use is permitted.