You're viewing a demo portfolio

Join the waitlist
PRSM

club_members

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Brawl Stars

https://github.com/pipeworx-io/mcp-brawl-stars

1/7 registries
View full server →