summoner_by_puuid
ActiveTool of Riot Games
declared in 0.1.0
Fetch LoL summoner details (summoner ID, account ID, summonerLevel, profileIconId, revisionDate) for a puuid on a specific platform (e.g. na1, euw1).
Parameters schema
{
"type": "object",
"examples": [
{
"puuid": "player-puuid-123456",
"platform": "na1"
}
],
"required": [
"platform",
"puuid"
],
"properties": {
"puuid": {
"type": "string"
},
"platform": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Riot Games
https://github.com/pipeworx-io/mcp-riot-games
1/7 registries