Back to Discover

mcp-riot-games

connector

pipeworx-io

Riot Games API MCP.

View on GitHub
0 starsSynced Aug 11, 2026

Install to Claude Code

/plugin marketplace add pipeworx-io/mcp-riot-games

README

@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.

Auth

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

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"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1422+ data sources:

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

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

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

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

More

License

MIT

Rendered live from pipeworx-io/mcp-riot-games's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://gateway.pipeworx.io/riot-games/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.