MCP server exposing 10 tools for brawl-stars.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/brawl-stars/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
player — Brawl Stars official API — full profile for a player tag (#9LJ2YR9…): trophies, highest trophies, club, brawler count, 3v3 wins, solo/duo wins, and experience level.player_battles — Brawl Stars official API — recent battle log for a player tag: battle time, event/map, mode, result, star player, teams, and brawlers used per battle.club — Brawl Stars official API — full club profile for a club tag: name, description, type, trophies required, total trophies, and member count.club_members — 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.brawlers — Brawl Stars official API — complete list of all brawlers with their numeric ID, name, star powers, and gadgets.brawler — Brawl Stars official API — detail for a single brawler by numeric ID: name, star powers with descriptions, and gadgets with descriptions.events_rotation — Current event rotation.rankings_players — Country player rankings.rankings_clubs — Country club rankings.rankings_brawlers — Country brawler rankings.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/brawl-stars/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io