clan_war_log
ActiveTool of Clash Royale
declared in 0.1.0
Clash Royale official API — war log for a clan tag: past war seasons with participants, battles played, wins, and final standings. Supports limit/after/before cursors.
Parameters schema
{
"type": "object",
"examples": [
{
"tag": "#2CCCP"
},
{
"tag": "#2CCCP",
"limit": 10
}
],
"required": [
"tag"
],
"properties": {
"tag": {
"type": "string"
},
"after": {
"type": "string"
},
"limit": {
"type": "number"
},
"before": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Clash Royale
https://github.com/pipeworx-io/mcp-clash-royale
1/7 registries