clan_members
ActiveTool of Clash Royale
declared in 0.1.0
Clash Royale official API — paginated member list for a clan tag: each member's name, role, trophies, last active, and donations. Supports limit/after/before cursors.
Parameters schema
{
"type": "object",
"examples": [
{
"tag": "#2CCCP"
},
{
"tag": "#2CCCP",
"limit": 50
}
],
"required": [
"tag"
],
"properties": {
"tag": {
"type": "string"
},
"after": {
"type": "string"
},
"limit": {
"type": "number"
},
"before": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Clash Royale
https://github.com/pipeworx-io/mcp-clash-royale
1/7 registries