Game Development
ggez.gg
Provides League of Legends player information and champion statistics.
ENDPOINT 1
https://ggez.gg/mcp
MCP server metadata
- Name
- ggez.gg
- Version
- 1.0.0
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
get_summoner_profileGet 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-onlyget_tier_listGet 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-onlyget_champion_metaGet meta stats (win rate, pick rate, ban rate, tier) for a single League of Legends champion by name.
Inferred read-onlyget_live_gameCheck whether a player is currently in a live League of Legends game.
Inferred read-onlyget_champion_buildGet the most popular rune setup and summoner spells for a champion in a given lane, from recent ranked data.
Inferred read-onlyCONNECT 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.
ggez.gg is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.