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.

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

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • F
    license
    B
    quality
    -
    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.
    2
    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
    28
    MIT
  • A
    license
    B
    quality
    B
    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
    98
    MIT

View all related MCP servers

Related MCP Connectors

  • Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-riot-games'

If you have feedback or need assistance with the MCP directory API, please join our Discord server