account_by_puuid
ActiveTool of Riot Games
declared in 0.1.0
Look up a Riot account (game_name, tag_line, puuid) by puuid via the regional Riot Account API (americas | europe | asia).
Parameters schema
{
"type": "object",
"examples": [
{
"puuid": "player-puuid-123456",
"region": "americas"
}
],
"required": [
"region",
"puuid"
],
"properties": {
"puuid": {
"type": "string"
},
"region": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Riot Games
https://github.com/pipeworx-io/mcp-riot-games
1/7 registries