B5 Arena Connector for AI agents.
10 live capabilities
Get real-time Counter-Strike matchmaking stats and player ELO data.
Waiting for input…
Why people use B5 Arena
B5 Arena Matchmaking Stats for Esports Data Analysis
With this Connector, you can just ask your AI client to pull those stats for you. You get the data you need in a clean format instantly, letting you focus on the strategy instead of the spreadsheet.
What Vinkius changes
You get instant access to esports data without leaving your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Scouting for a tournament
An analyst asks the agent to find the top 5 players in a region.
- Real-world use case 02
Checking for smurfs
A community organizer asks the agent to check a player's history.
- Real-world use case 03
Clan roster management
A clan manager wants to see how their members are doing.
Complete set · 10capabilities
The complete B5 Arena capability set.
These are the exact actions your AI can choose when you ask it to work with B5 Arena.
01—04
4 capabilities in this set.
Part of 10 available through B5 Arena.
- 01 Capability
Get clutch highlights
Extract auto-generated highlight timestamps. This lets you find the best moments in a match quickly.
- 02 Capability
Get event list
Retrieve active promotional events or drops. Keep track of current rewards and community news.
- 03 Capability
Get match scoreboard
Extract detailed match telemetry for a B5 pug. It shows exactly how every player performed during a game.
- 04 Capability
Get ranking list
Query the active B5 leaderboards and divisions. Use this to see where players stand in the rankings.
05—07
3 capabilities in this set.
Part of 10 available through B5 Arena.
- 05 Capability
Get recent matches
Get a list of recent matches in the B5 hub. This helps you see what's happening in the scene right now.
- 06 Capability
Get server status
Check if the B5 node health and network are currently online. This helps you confirm the connection is stable.
- 07 Capability
Get team info
Lookup an amateur or semi-pro 5-stack roster. It shows you exactly who is playing on a specific team.
08—10
3 capabilities in this set.
Part of 10 available through B5 Arena.
- 08 Capability
Search user
Search the B5 player directory to find specific accounts. Use this to identify a player before checking stats.
- 09 Capability
Get user data
Get a players overall B5 Account summary. This gives you a quick look at a user's history and status.
- 10 Capability
Get ban list
Fetch the global recent anti-cheat ban feed. You can see which accounts were recently flagged.
Set up in minutes
One URL. Then ask B5 Arena to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use B5 Arena 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_HCS4dSTDC8bXkKtfot8k2IsLcMpdSXW8lQaSlqet/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 B5 Arena, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable B5 Arena for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_HCS4dSTDC8bXkKtfot8k2IsLcMpdSXW8lQaSlqet/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 B5 Arena URL.
- Step 03
Save and start
Save the connection and enable B5 Arena in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"b5-arena": {
"url": "https://edge.vinkius.com/vk_preview_HCS4dSTDC8bXkKtfot8k2IsLcMpdSXW8lQaSlqet/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 B5 Arena
Open Agent mode in chat and ask: "Using B5 Arena, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"b5-arena": {
"url": "https://edge.vinkius.com/vk_preview_HCS4dSTDC8bXkKtfot8k2IsLcMpdSXW8lQaSlqet/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 B5 Arena
Ask Copilot: "Using B5 Arena, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"b5-arena": {
"url": "https://edge.vinkius.com/vk_preview_HCS4dSTDC8bXkKtfot8k2IsLcMpdSXW8lQaSlqet/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 B5 Arena
Open Cascade and ask: "Using B5 Arena, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"b5-arena": {
"url": "https://edge.vinkius.com/vk_preview_HCS4dSTDC8bXkKtfot8k2IsLcMpdSXW8lQaSlqet/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 B5 Arena
Ask Cline: "Using B5 Arena, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add b5-arena --transport http "https://edge.vinkius.com/vk_preview_HCS4dSTDC8bXkKtfot8k2IsLcMpdSXW8lQaSlqet/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 B5 Arena
Ask Claude: "Using B5 Arena, show me...". 10 tools are ready
Where the request belongs
Work B5 Arena can move forward.
This is for the people who live in the weeds of competitive gaming. If you're tired of clicking through five different tabs to find a single player's KD ratio or a team's recent win streak, this is for you.
Esports Analyst
Uses this to compare team mechanics and extract precise K/D fluctuations before big tournaments.
Clan Manager
Monitors internal members to track match progression and keep the roster healthy.
Community Organizer
Filters out potential smurfs by querying historical data depth to ensure fair play.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse Connectors5E Arena
Automate competitive CS2 tracking via 5E Arena. fetch deep matchmaking stats, global leaderboards, and player performance scores natively from any AI agent.
Faceit
Access competitive gaming data. search players, matches, hubs, tournaments and leaderboards for CS2, Valorant and more.
Steam Performance & Scouting Intelligence
The definitive server for professional Steam scouting. analyze player performance, achievements, and technical game stats 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.
Apex Legends
Track Apex Legends player stats, match history, leaderboards, and server status directly from your AI agent.
Apex & Division Stats by TRN
Deep gaming analytics. player profiles, per-legend breakdowns, match history, and global leaderboards for Apex Legends and Division 2 via AI.
Bring your own AI
Change the model, client or framework. Keep B5 Arena 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 B5 Arena.
The practical details behind the request, access and result.
Can I use B5 Arena MCP to check player ranks?
Yes, you can pull active leaderboards and specific player summaries to see exactly where someone stands in the rankings.
How does B5 Arena MCP help with esports scouting?
It allows you to quickly pull rosters for semi-pro teams and look up historical KD ratios to identify top talent.
Can I get match logs using B5 Arena MCP?
You can extract detailed telemetry for specific pugs to see exactly how every player performed during a match.
Does B5 Arena MCP track anti-cheat bans?
Yes, it can fetch the global anti-cheat ban feed so you can see which accounts have been recently flagged.
How do I get team rosters with B5 Arena MCP?
You can query the system for amateur or semi-pro 5-stack rosters to see who is currently playing on a specific team.
Can I find out who won a recent match?
You can pull a list of recent matches and then request the scoreboard for any specific game to see the final results.
Can my AI pull exhaustive match histories avoiding manual browser checks on specific dates?
Yes! Utilize the get_user_matches capability providing the B5 Identity. Your engine will dynamically assemble their 20 latest scorelines fetching K/D performance strictly tabulated avoiding bloated HTML arrays altogether.
How do I fetch the active rank node indexing the top competitive ladder without lag?
Direct your agent to use get_b5_leaderboard. The backend will isolate the primary ELO structure bypassing typical heavy website loading sequences and generate markdown ranks purely focused on point values quickly.
Are there vulnerabilities enabling irreversible edits like ranking manipulation from within this scope?
No. The architecture provides rigid read-only isolation boundaries securing the data pool ensuring zero write permissions block any attempt at destructive data corruption natively securely all times seamlessly executing perfectly.
One connection away
Give your agent a direct line to B5 Arena.
Connect B5 Arena once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available