Skip to main content
Glama
pipeworx-io

mcp-riot-games

by pipeworx-io

@pipeworx/riot-games

Riot Games API MCP — League of Legends + TFT + Valorant + LoR public data. Free dev key (24h, 100 req / 2 min); apply for permanent key for production.

Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.

Auth

  • Platform: PLATFORM_RIOT_KEY. BYO: ?_apiKey=….

Related MCP server: MCP Riot Server

Tools (LoL)

  • account_by_riot_id(region, game_name, tag_line) — riot ID → puuid (region = americas | europe | asia)

  • account_by_puuid(region, puuid) — account by puuid

  • summoner_by_puuid(platform, puuid) — summoner detail (platform = na1 | euw1 | …)

  • summoner_by_name(platform, name)deprecated, use riot-id flow

  • match_ids_by_puuid(region, puuid, start?, count?, queue?, type?, startTime?, endTime?) — recent match ids

  • match(region, match_id) — match detail

  • match_timeline(region, match_id) — match timeline

  • league_entries(platform, queue, tier, division, page?) — ranked entries

  • champion_rotations(platform) — free champion rotation

  • champion_mastery(platform, puuid) — champion mastery

  • summoner_top_mastery(platform, puuid, count?) — top N mastery

  • status(platform) — platform status

Data source

https://<region|platform>.api.riotgames.com

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "riot-games": {
      "url": "https://gateway.pipeworx.io/riot-games/mcp"
    }
  }
}

What this endpoint actually serves

tools/list at https://gateway.pipeworx.io/riot-games/mcp returns the tools in the table above plus the shared Pipeworx meta-toolsask_pipeworx, discover_tools, search_within, remember/recall and the rest of the gateway-wide set. So the tool count you see is larger than this table: a single-pack endpoint currently lists roughly 30 shared tools alongside the pack's own. The connection's initialize response states its exact scope, and is the authoritative answer for a given day.

This is deliberate, not multiplexing by accident. The meta-tools are what let a scoped connection answer a question this pack does not cover — via ask_pipeworx, which routes across the whole catalog — without you adding a second MCP server. There is currently no way to mount a pack endpoint without them; if the extra schemas cost you more context than the routing is worth, connect to the full gateway once rather than to several pack endpoints.

Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Both URLs reach the same gateway and the same 1476+ data sources. The only difference is which pack's tools are listed directly; ask_pipeworx reaches all of them from either one.

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:

ask_pipeworx({ question: "your question about Riot Games data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    B
    quality
    Not graded
    maintenance
    Connect AI agents to OP.GG Esports data and retrieve upcoming League of Legends match schedules effortlessly. Access structured match information through a standardized interface, enhancing your AI's capabilities with real-time esports data.
    1
    6
    -
  • A
    license
    B
    quality
    C
    maintenance
    A community-developed Model Context Protocol server that integrates with the Riot Games API to provide League of Legends data, enabling AI assistants to retrieve player information, ranked stats, champion mastery, and match summaries through natural language queries.
    5
    27
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol implementation that enables AI agents to retrieve game data from OP.GG for League of Legends, Teamfight Tactics, Valorant, and esports through function calling.
    24
    102
    MIT