How to Use the 5E Arena MCP in VS Code Copilot
Give your engineering team live access to 5E Arena CS2 stats directly inside VS Code Copilot.
Works with every AI agent you already use
…and any MCP-compatible client
Connect 5E Arena MCP to VS Code Copilot
Create your Vinkius account to connect 5E Arena to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Share the 5E Arena MCP Server across your team
Setting up the integration once means everyone gets access. You commit the MCP configuration to your repository, and VS Code Copilot automatically connects. Any developer can immediately run `search_player` or `get_player_stats` without hunting for API keys. Building internal tools around CS2 data becomes trivial. When someone needs to verify a specific game, they trigger `get_match_detail` to pull the full scoreboard telemetry. The entire team works from the exact same live data source.
Fetch match history and weapon layouts
Raw player data feeds directly into your editor. By calling `get_match_history`, the MCP tools grab recent games to help you test data ingestion pipelines. You get real timestamps and scores to validate your logic. Granular details matter when building analytics platforms. The `get_weapon_stats` and `get_map_stats` tools return specific proficiency layouts and win rates. You can write unit tests against actual player performance numbers.
Pull the active tournament bracket
Keeping track of official events usually means checking a website. Now, `get_tournament_schedule` brings the active bracket straight into your IDE. You can use this to seed a database or test a scheduling component. The highest tier of play is always accessible. Using `get_leaderboard` fetches the Top 500 Radiant players, while `get_live_matches` finds high-ELO games happening right now. It provides a constant stream of valid data for your application.
Set up 5E Arena MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the 5E Arena MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the 5E Arena tools listed. Try asking: "List my recent 5E Arena transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"5e-arena-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by 5E Arena. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 5E Arena MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the 5E Arena MCP today
We host it, we monitor it, we maintain it. You just paste one token.