← ggez.gg

INDIVIDUAL MCP TOOL

get_champion_build

Get the most popular rune setup and summoner spells for a champion in a given lane, from recent ranked data.

ggez.ggnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

ggez.gg

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ggez-gg]
url = "https://ggez.gg/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ggez-gg": {
      "type": "http",
      "url": "https://ggez.gg/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ggez-gg
Remote MCP URL: https://ggez.gg/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ggez-gg": {
      "url": "https://ggez.gg/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ggez-gg": {
      "type": "http",
      "url": "https://ggez.gg/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ggez-gg",
  "transport": "streamable-http",
  "url": "https://ggez.gg/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_summoner — Search League of Legends players (summoners) by name.
  • get_summoner_profile — Get a League of Legends player profile: summoner level, ranked tier/LP for Solo/Flex, and a summary of recent matches (champion, win/loss, KDA).
  • get_tier_list — Get the League of Legends champion tier list (win rate, pick rate, ban rate, tier S/A/B/C/D) from recent ranked data.
  • get_pro_player — Look up a professional League of Legends player by name (e.g.
  • get_champion_meta — Get meta stats (win rate, pick rate, ban rate, tier) for a single League of Legends champion by name.
  • get_live_game — Check whether a player is currently in a live League of Legends game.
  • get_leaderboard — Get the top ranked players (Challenger/Grandmaster) for a region.