4,500+ servers built on MCP Fusion
Vinkius
Brawl Stars logo
Vinkius
CrewAI logo

How to Use the Brawl Stars MCP in CrewAI

Deploy a crew of cooperative CrewAI agents to analyze Brawl Stars battle logs and scout rival clubs.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Brawl Stars MCP on Cursor AI Code Editor MCP Client Brawl Stars MCP on Claude Desktop App MCP Integration Brawl Stars MCP on OpenAI Agents SDK MCP Compatible Brawl Stars MCP on Visual Studio Code MCP Extension Client Brawl Stars MCP on GitHub Copilot AI Agent MCP Integration Brawl Stars MCP on Google Gemini AI MCP Integration Brawl Stars MCP on Lovable AI Development MCP Client Brawl Stars MCP on Mistral AI Agents MCP Compatible Brawl Stars MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Brawl Stars MCP to CrewAI

Create your Vinkius account to connect Brawl Stars to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Cooperative club scouting with CrewAI MCP Server

By equipping your crew with `get_club` and `get_club_members`, you can run cooperative scouting missions across rival clubs with this MCP Server. Assign one agent to gather raw club data while another analyzes the roster. The researcher agent grabs the data via this server, then passes it to the analyst agent. This team dynamic extracts deeper insights than a single isolated agent could manage.

Automated match analysis and coaching

Calling `get_player_battlelog` and `get_player` lets your coaching crew analyze recent match performance to find playstyle errors. Let your agents evaluate active players by inspecting performance history. One agent tracks map win rates while another suggests better character picks from `list_brawlers`. The final output is a tailored coaching plan delivered directly to your discord channel.

Global meta monitoring via CrewAI teams

Using `get_brawler_rankings` and `get_player_rankings` enables your specialized agents to track global meta shifts in real time. Monitor competitive trends by deploying a specialized scouting crew. This decentralized crew shares memory to compare daily shifts in the meta. They compile reports on which characters are rising in popularity across different regions.

Setup guide

Set up Brawl Stars MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Brawl Stars tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Brawl Stars Analyst",
    goal="Access and analyze Brawl Stars data via MCP.",
    backstory="Expert analyst with direct Brawl Stars access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Brawl Stars transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Brawl Stars MCP in CrewAI

Pass the Vinkius URL directly into the `mcps` array when initializing your agent. This instantly exposes the MCP tools like `list_brawlers` to that specific agent's toolkit.
Yes, use `MCPServerHTTP` from the `crewai.mcp` package. This lets you apply a tool filter so your analyst agent only accesses `get_player_battlelog` while others stay blocked.
The framework uses shared memory to pass the output of `get_brawler_rankings` between agents. Your scout agent fetches the rankings, and your writer agent formats the report.
CrewAI supports SSE and Streamable HTTP transports. Vinkius manages the connection, so you only need to point your agent to the provided endpoint.
Your battle history and player tags are processed locally by your agents after being fetched. The hosted MCP Server does not log the payloads, keeping your gaming statistics secure.

Start using the Brawl Stars MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Brawl Stars. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.