opgg-mcp
Official Model Context Protocol server that provides AI agents with access to OP.GG game data for League of Legends, Teamfight Tactics, and Valorant.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
lol_get_champion_analysis— Get detailed champion stats (win/pick/ban rates), optimal builds (items, runes, skills, spells), counter matchups, and team synergieslol_get_champion_synergies— Get champion synergy informationlol_get_lane_matchup_guide— Get lane matchup guide for a specific lanelol_list_champion_details— Get ability, tip, lore, and stat metadata for up to 10 championslol_list_champion_leaderboard— Get champion leaderboard datalol_list_champions— List all champion metadatalol_list_lane_meta_champions— Get lane-by-lane champion tiers with win/pick/ban rates, KDA, and tier rankingslol_get_summoner_game_detail— Get detailed information for a specific game (all players)lol_get_summoner_profile— Get summoner profile with rank, tier, LP, win rate, and champion poollol_list_summoner_matches— Get recent match history with per-game statslol_list_discounted_skins— Get currently discounted skinslol_list_items— List all item metadatalol_get_pro_player_riot_id— Get Riot ID for a pro playerlol_esports_list_schedules— Get upcoming LoL esports schedules with teams, leagues, and match timeslol_esports_list_team_standings— Get team standings for a LoL leaguetft_get_champion_item_build— Get champion item build recommendationstft_get_play_style— Get play style recommendationstft_list_augments— Get augment list and descriptionstft_list_champions_for_item— Get champion recommendations for a specific itemtft_list_item_combinations— Get item combination recipestft_list_meta_decks— Get current meta decksvalorant_list_agent_compositions_for_map— Get agent compositions for a specific mapvalorant_list_agent_statistics— Get agent statistics and meta datavalorant_list_agents— Get agent metadata with abilities and rolesvalorant_list_leaderboard— Get leaderboard by region (ap, br, eu, kr, latam, na)valorant_list_maps— Get map metadatavalorant_list_player_matches— Get player match history
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.