← Registry

Game Development

ggez.gg

Provides League of Legends player information and champion statistics.

1 endpoint8 known toolsFirst detected June 20, 2026Last detected September 4, 2026

ENDPOINT 1

https://ggez.gg/mcp

No auth detected

MCP server metadata

Name
ggez.gg
Version
1.0.0
Capabilities
tools
Server instructions

ggez.gg LoL data. Use search_summoner to find a Riot ID + region, then get_summoner_profile for stats. get_tier_list and get_champion_meta provide champion meta.

Known tools 8

search_summoner

Search League of Legends players (summoners) by name.

Inferred read-only
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).

Inferred read-only
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.

Inferred read-only
get_pro_player

Look up a professional League of Legends player by name (e.g.

Inferred read-only
get_champion_meta

Get meta stats (win rate, pick rate, ban rate, tier) for a single League of Legends champion by name.

Inferred read-only
get_live_game

Check whether a player is currently in a live League of Legends game.

Inferred read-only
get_leaderboard

Get the top ranked players (Challenger/Grandmaster) for a region.

Inferred read-only
get_champion_build

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

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for ggez.gg was fetched 2026-07-31T06:34:26.876Z and is being refreshed.

Trust status Trusted

ggez.gg is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.