How to Use the Apex Legends MCP in Claude Code
Pipe Apex Legends match history, leaderboards, and server stats directly into your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Apex Legends MCP to Claude Code
Create your Vinkius account to connect Apex Legends to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Pipe live server status to shell scripts
The `get_server_status` tool outputs the current operational status of the Apex Legends servers. Claude Code runs this headless check directly from your terminal, allowing you to pipe the output into custom monitoring tools. You can write bash scripts that query this endpoint before launching automated tests or game clients. If the servers are down, your script exits cleanly, preventing wasted API calls and timeout hangs.
Automate leaderboard exports via MCP Server
The `get_leaderboard` tool fetches the top 500 players for specific statistics, updating every six hours. Claude Code executes this query and pipes the raw JSON payload straight into your local data pipelines. The CLI agent writes the jq filters to clean the payload and saves the output to your target directory. It sets up the entire pipeline from a single terminal command without needing a browser or GUI.
Query player profiles from the command line
The `get_player_stats_by_name` tool retrieves performance metrics using an Origin name and platform. Claude Code lets you query player stats on the fly and format them as terminal tables. For automation, the agent resolves names using `get_name_to_uid` and caches the resulting UIDs. It then uses `get_player_stats_by_uid` for subsequent fast queries, avoiding redundant name resolution steps.
Set up Apex Legends MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeapex-legends-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Apex Legends transactions." It will automatically discover and invoke the available Apex Legends tools.
claude mcp add --transport http apex-legends-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
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.