account_by_riot_id
ActiveTool of Riot Games
declared in 0.1.0
Riot ID → account/puuid.
Parameters schema
{
"type": "object",
"examples": [
{
"region": "americas",
"tag_line": "NA1",
"game_name": "Doublelift"
},
{
"region": "europe",
"tag_line": "EUW",
"game_name": "Caps"
}
],
"required": [
"region",
"game_name",
"tag_line"
],
"properties": {
"region": {
"type": "string",
"description": "americas | europe | asia"
},
"tag_line": {
"type": "string"
},
"game_name": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Riot Games
https://github.com/pipeworx-io/mcp-riot-games
1/7 registries