Brawl Stars Connector for AI agents.
10 live capabilities
Scout player stats and club rankings with real-time game data.
Waiting for input…
Why people use Brawl Stars
Brawl Stars for Esports Data and Player Scouting
This Connector changes the game by letting you just ask your AI client for the facts. You get a clean summary of player profiles, battle logs, and rankings in seconds. You spend less time on data entry and more time on the actual analysis.
What Vinkius changes
It turns your AI into a real-time Brawl Stars scout.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Scouting opponents
A pro player asks the agent to check a rival's trophy count and most played brawlers using get_player.
- Real-world use case 02
Content planning
A YouTuber asks for the current maps in the event rotation to decide what to record today.
- Real-world use case 03
Club management
A leader asks for a list of all members in their club to verify who's active.
Complete set · 10capabilities
The complete Brawl Stars capability set.
These are the exact actions your AI can choose when you ask it to work with Brawl Stars.
01—04
4 capabilities in this set.
Part of 10 available through Brawl Stars.
- 01 Capability
Get brawler rankings
Get rankings for specific brawlers. This helps you see which characters are currently dominating the competitive scene.
- 02 Capability
Get brawler
Fetch specific details about a single brawler. Use this to check base stats and unique attributes.
- 03 Capability
List brawlers
Get a full list of all brawlers. This is perfect for checking the total roster available in the game.
- 04 Capability
Get club members
Pull a list of everyone in a club. It makes managing your community much faster than checking the app.
05—07
3 capabilities in this set.
Part of 10 available through Brawl Stars.
- 05 Capability
Get club rankings
See how clubs rank globally or by country. Use this to track your standing against other organizations.
- 06 Capability
Get club
Get the core details of a specific club. This provides a quick snapshot of a group's identity and stats.
- 07 Capability
Get event rotation
See what maps and events are active right now. This keeps you updated on the current game meta.
08—10
3 capabilities in this set.
Part of 10 available through Brawl Stars.
- 08 Capability
Get player battlelog
Pull the last 25 matches for a specific player. This lets you analyze performance and win rates over time.
- 09 Capability
Get player rankings
Check where players stand in global or national leaderboards. Use this to scout high-level talent.
- 10 Capability
Get player
Get a full profile including trophies and club info. This is your go-to for checking a specific player's progress.
Set up in minutes
One URL. Then ask Brawl Stars to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Brawl Stars from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_9HXsSvGmCrSDZUT7RouDdXNlKKbGreabUpRfXtJQ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Brawl Stars, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Brawl Stars for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_9HXsSvGmCrSDZUT7RouDdXNlKKbGreabUpRfXtJQ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Brawl Stars URL.
- Step 03
Save and start
Save the connection and enable Brawl Stars in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"brawl-stars": {
"url": "https://edge.vinkius.com/vk_preview_9HXsSvGmCrSDZUT7RouDdXNlKKbGreabUpRfXtJQ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Brawl Stars
Open Agent mode in chat and ask: "Using Brawl Stars, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"brawl-stars": {
"url": "https://edge.vinkius.com/vk_preview_9HXsSvGmCrSDZUT7RouDdXNlKKbGreabUpRfXtJQ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Brawl Stars
Ask Copilot: "Using Brawl Stars, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"brawl-stars": {
"url": "https://edge.vinkius.com/vk_preview_9HXsSvGmCrSDZUT7RouDdXNlKKbGreabUpRfXtJQ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Brawl Stars
Open Cascade and ask: "Using Brawl Stars, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"brawl-stars": {
"url": "https://edge.vinkius.com/vk_preview_9HXsSvGmCrSDZUT7RouDdXNlKKbGreabUpRfXtJQ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Brawl Stars
Ask Cline: "Using Brawl Stars, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add brawl-stars --transport http "https://edge.vinkius.com/vk_preview_9HXsSvGmCrSDZUT7RouDdXNlKKbGreabUpRfXtJQ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Brawl Stars
Ask Claude: "Using Brawl Stars, show me...". 10 tools are ready
Where the request belongs
Work Brawl Stars can move forward.
You're a competitive player or a community lead who needs data fast. You're tired of clicking through menus to find out which brawlers are trending or who's topping the local leaderboards.
Esports Analyst
Uses the capability to spot meta shifts and brawler performance trends during the competitive season.
Club Leader
Manages membership lists and monitors regional club standings to keep the community active.
Content Creator
Finds the latest event maps to plan out video content and stay ahead of the game meta.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsB5 Arena
Automate Counter-Strike intelligence via B5 Arena. scan matchmaking leaderboards, track player ELO, and fetch competitive match logs natively from any AI agent.
5E Arena
Automate competitive CS2 tracking via 5E Arena. fetch deep matchmaking stats, global leaderboards, and player performance scores natively from any AI agent.
Apex Legends
Track Apex Legends player stats, match history, leaderboards, and server status directly from your AI agent.
Faceit
Access competitive gaming data. search players, matches, hubs, tournaments and leaderboards for CS2, Valorant and more.
Clash Royale Tactical Intelligence
The definitive server for Clash Royale. track chest rotations, analyze battle decks, and monitor clan wars via AI.
VSPN Esports DB
Automate esports intelligence via VSPN. fetch live tournament brackets, deep player telemetry, and team rosters directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Brawl Stars connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Brawl Stars.
The practical details behind the request, access and result.
Can I use the Brawl Stars MCP to see my own trophies?
Yes, you can. Just provide your specific player tag to your AI client, and it will pull up your full profile including your current trophy count and club info.
Does the Brawl Stars MCP show club rankings for my country?
Yes, it does. You can ask your agent to fetch rankings specifically for your country or view the global standings for all clubs.
Can I see the last few matches a player played?
Yes, the capability can retrieve the last 25 matches for any player tag. This is great for analyzing recent performance and win rates.
How do I get my Brawl Stars API key?
You can obtain your API key directly from the official Brawl Stars developer portal. Once you have it, you can add it to your Vinkius connection settings.
Can I use this to see which brawlers are the strongest?
You can check brawler-specific rankings to see which characters are currently topping the leaderboards, which is a great way to identify the current meta.
Will the Brawl Stars MCP tell me the current maps?
Yes, it pulls the live event rotation so you can see exactly which maps and modes are active at any given moment.
Can I see a player's recent match history?
Yes! Use the get_player_battlelog capability with the player's tag to retrieve the last 25 battles, including game modes, results, and trophies gained or lost.
How do I find the best players for a specific brawler?
Use the get_brawler_rankings capability. You will need to provide a country code (or 'global') and the numeric ID of the brawler, which you can find using list_brawlers.
Can I check which maps are currently active in the game?
Yes, the get_event_rotation capability provides real-time information on all current and upcoming map rotations across different game modes.
One connection away
Give your agent a direct line to Brawl Stars.
Connect Brawl Stars once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available