club_members
ActiveTool of Brawl Stars
declared in 0.1.0
Brawl Stars official API — paginated member list for a club tag: each member's name, tag, trophies, role, and name color. Supports limit/after/before cursors.
Parameters schema
{
"type": "object",
"examples": [
{
"tag": "#2CCCCCCCC",
"limit": 30
},
{
"tag": "#ABC12345",
"after": "#XYZ789",
"limit": 10
}
],
"required": [
"tag"
],
"properties": {
"tag": {
"type": "string"
},
"after": {
"type": "string"
},
"limit": {
"type": "number"
},
"before": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Brawl Stars
https://github.com/pipeworx-io/mcp-brawl-stars
1/7 registries