# Brawl Stars MCP for AI Agents AI Agent Connect

> Brawl Stars MCP gives your AI agent direct access to real-time game data. Track player trophies, scout club rankings, and see what maps are currently in the rotation. It’s built for anyone who needs to pull deep stats on brawlers or analyze match history without digging through the game UI.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_9HXsSvGmCrSDZUT7RouDdXNlKKbGreabUpRfXtJQ/ai-agent-connect
- **Tags:** brawl-stars, supercell, game-stats, leaderboards, esports

## Description

Stop jumping between browser tabs to check if your favorite brawler is meta or if a specific club is ranking high in your region. This Connector puts the entire Brawl Stars data ecosystem into your AI client. Instead of manually searching for tags, you can just ask your agent to pull up a player's history or check the current event rotation. It's a huge time saver for community managers who need to keep tabs on member lists or for analysts trying to spot trends in battle logs. By connecting this through the Vinkius catalog, you turn a standard chat into a dedicated scouting station. You'll get direct answers on trophy counts, active maps, and global rankings without the friction of manual data entry. You can quickly see who's topping the leaderboards and get a clear picture of the current game state. This means you spend less time on the busy work of data gathering and more time on the strategy that actually matters for your team or your content.

## Tools

### get_brawler_rankings
Get rankings for specific brawlers. This helps you see which characters are currently dominating the competitive scene.

### get_brawler
Fetch specific details about a single brawler. Use this to check base stats and unique attributes.

### list_brawlers
Get a full list of all brawlers. This is perfect for checking the total roster available in the game.

### get_club_members
Pull a list of everyone in a club. It makes managing your community much faster than checking the app.

### get_club_rankings
See how clubs rank globally or by country. Use this to track your standing against other organizations.

### get_club
Get the core details of a specific club. This provides a quick snapshot of a group's identity and stats.

### get_event_rotation
See what maps and events are active right now. This keeps you updated on the current game meta.

### get_player_battlelog
Pull the last 25 matches for a specific player. This lets you analyze performance and win rates over time.

### get_player_rankings
Check where players stand in global or national leaderboards. Use this to scout high-level talent.

### get_player
Get a full profile including trophies and club info. This is your go-to for checking a specific player's progress.

## Prompt Examples

**Prompt:** 
```
Who are the top 3 clubs in the US?
```

**Response:** 
```
### Top 3 Clubs in the United States

| Rank | Club Name | Trophies |
| :--- | :--- | :--- |
| 1 | **Nova Esports** | 2.5M |
| 2 | **Tribe Gaming** | 2.4M |
| 3 | **SK Gaming** | 2.35M |

Would you like to see the member list for any of these?
```

**Prompt:** 
```
Show me the stats for player #2P0GV9LU.
```

**Response:** 
```
I've retrieved the profile for player **#2P0GV9LU**.

*   **Current Trophies:** 32,450
*   **Club:** Brawl Stars Pro
*   **Highest Trophies:** 34,000

Would you like to see their most played brawlers or their recent battle logs?
```

**Prompt:** 
```
What maps are in the rotation right now?
```

**Response:** 
```
### Current Event Rotation

*   **Gem Grab** on *Hard Rock Mine*
*   **Solo Showdown** on *Feast or Famine*
*   **Brawl Ball** on *Pinhole Punt*

Note: New events will rotate in 4 hours. Should I check the upcoming maps as well?
```

## Capabilities

### Pull detailed player profiles
Get trophy counts, club affiliations, and highest scores for any player tag.

### Analyze recent battle history
Retrieve the last 25 matches to identify performance trends and win rates.

### Check current event rotations
See which maps and game modes are active right now in the live rotation.

### Inspect club rankings and members
View full member lists and global or country-specific club standings.

### Query brawler-specific leaderboards
Identify which brawlers are currently dominating the competitive scene.

### List all available brawlers
Get a complete list of every brawler currently available in the game.

## Use Cases

### Scouting opponents
A pro player asks the agent to check a rival's trophy count and most played brawlers using get_player.

### Content planning
A YouTuber asks for the current maps in the event rotation to decide what to record today.

### Club management
A leader asks for a list of all members in their club to verify who's active.

### Meta research
An analyst asks for the top ranked brawlers in a specific country to see what's currently popular.

## Benefits

- Skip the manual UI navigation by using get_player to see trophies and brawler levels instantly.
- Spot meta trends faster by pulling the last 25 matches with get_player_battlelog for deep analysis.
- Keep your community organized by fetching full member lists using get_club_members instead of manual counting.
- Stay ahead of the curve by checking the active maps and events with get_event_rotation before you start playing.
- Identify top-tier talent in your region by querying get_player_rankings for global or country-specific data.
- Monitor your organization's growth by tracking global standings with get_club_rankings and get_club.

## How It Works

The bottom line is it turns your AI into a real-time Brawl Stars scout.

1. Grab your Brawl Stars API key from the developer portal.
2. Paste the key into your Vinkius connection settings.
3. Ask your AI client to fetch player stats or club rankings.

## Frequently Asked Questions

**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 tool 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` tool 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` tool. 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` tool provides real-time information on all current and upcoming map rotations across different game modes.