How to Use the Apex Legends MCP in Windsurf
Run Apex Legends match analysis and player tracking autonomously inside your Windsurf Cascade sessions.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Apex Legends MCP to Windsurf
Create your Vinkius account to connect Apex Legends to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Track live map rotations in Windsurf
The `get_map_rotation` tool pulls current and upcoming maps for all Apex Legends game modes. Cascade uses this raw timing data to schedule your team's practice runs or automate stream overlays using this MCP integration. You tell Cascade to write an overlay script, and it queries the endpoint, checks the active map, and writes the asset-switching code. It does this by chaining the map data straight into your local workspace files.
Build player profiles with Windsurf and MCP
The `get_player_stats_by_name` tool fetches detailed performance metrics using an Origin account name and platform. Cascade takes this performance payload and structures it into clean markdown profiles instantly. When you need repeated queries, the agent automatically switches to `get_player_stats_by_uid` or resolves names with `get_name_to_uid` to avoid rate limits. It handles the ID translation step on its own without asking you for permission.
Maintain match history databases autonomously
The `get_match_history` tool pulls fresh match data by triggering a bridge request every four minutes. Cascade manages this timing loop, updating your local database files or Postgres instance in the background. You can also run `manage_legacy_match_history` to add, delete, or inspect older records. Because Windsurf chains these steps, it handles the polling, parses the telemetry, and updates your schema in a single run.
Set up Apex Legends MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Apex Legends MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Apex Legends payment history." If connected, Cascade will call the Apex Legends tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"apex-legends-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 Apex Legends API. 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 Apex Legends MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Apex Legends MCP today
We host it, we monitor it, we maintain it. You just paste one token.