Apex Legends API Connector for AI agents.
10 live capabilities
Track competitive rankings and live game data in real time.
Waiting for input…
Why people use Apex Legends API
Apex Legends for Competitive Gaming Analytics
This Connector changes that by bringing the data to you. You can ask your agent for your current stats, the map rotation, or your distance from Predator rank. You get the answers in your chat window, letting you stay focused on your goals instead of your browser tabs.
What Vinkius changes
You get live game data directly in your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Calculating the path to Predator
A pro player wants to know exactly how many points they need for Predator.
- Real-world use case 02
Checking live map rotations
A content creator needs to know the next map in rotation for a video.
- Real-world use case 03
Gathering meta data
A data analyst is building a meta report.
Complete set · 10capabilities
The complete Apex Legends API capability set.
These are the exact actions your AI can choose when you ask it to work with Apex Legends API.
01—04
4 capabilities in this set.
Part of 10 available through Apex Legends API.
- 01 Capability
Get leaderboard
Get the top 500 players for specific statistics. This gives you a snapshot of the global competitive scene.
- 02 Capability
Get match history
Pull the latest match results for a specific player. Use this to see recent performance trends quickly.
- 03 Capability
Get player stats by name
Pull detailed stats using a platform name and username. It's great for quick lookups when you don't have the UID.
- 04 Capability
Get server status
Check if the game servers are online or experiencing issues. Use this to verify connectivity before jumping into a match.
05—07
3 capabilities in this set.
Part of 10 available through Apex Legends API.
- 05 Capability
Get name to uid
Find a player's unique ID using just their username. This works across multiple platforms to help you identify players.
- 06 Capability
Get player stats by uid
Fetch complete performance metrics using a player's unique ID. This is the most reliable way to query stats repeatedly.
- 07 Capability
Get predator requirements
See the exact RP and AP needed for the Apex Predator rank. This helps you plan your climb to the top ranks.
08—10
3 capabilities in this set.
Part of 10 available through Apex Legends API.
- 08 Capability
Manage legacy match history
Update or delete old match tracking records. Keep your historical data organized and clean.
- 09 Capability
Get map rotation
See what maps are currently active and what's coming next. This helps you prepare for the upcoming game environment.
- 10 Capability
Get origin uid
Get the specific UID for a PC player from their name. This is useful for targeting specific platform data.
Set up in minutes
One URL. Then ask Apex Legends API to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Apex Legends API 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_8IvGGiZgDeDiusTmv89CdgoKx5FtZE3bDxbaZwum/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 Apex Legends API, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Apex Legends API for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8IvGGiZgDeDiusTmv89CdgoKx5FtZE3bDxbaZwum/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 Apex Legends API URL.
- Step 03
Save and start
Save the connection and enable Apex Legends API in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"apex-legends": {
"url": "https://edge.vinkius.com/vk_preview_8IvGGiZgDeDiusTmv89CdgoKx5FtZE3bDxbaZwum/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 Apex Legends API
Open Agent mode in chat and ask: "Using Apex Legends API, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"apex-legends": {
"url": "https://edge.vinkius.com/vk_preview_8IvGGiZgDeDiusTmv89CdgoKx5FtZE3bDxbaZwum/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 Apex Legends API
Ask Copilot: "Using Apex Legends API, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"apex-legends": {
"url": "https://edge.vinkius.com/vk_preview_8IvGGiZgDeDiusTmv89CdgoKx5FtZE3bDxbaZwum/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 Apex Legends API
Open Cascade and ask: "Using Apex Legends API, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"apex-legends": {
"url": "https://edge.vinkius.com/vk_preview_8IvGGiZgDeDiusTmv89CdgoKx5FtZE3bDxbaZwum/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 Apex Legends API
Ask Cline: "Using Apex Legends API, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add apex-legends --transport http "https://edge.vinkius.com/vk_preview_8IvGGiZgDeDiusTmv89CdgoKx5FtZE3bDxbaZwum/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 Apex Legends API
Ask Claude: "Using Apex Legends API, show me...". 10 tools are ready
Where the request belongs
Work Apex Legends API can move forward.
The competitive player tired of switching tabs to check rank requirements, the data analyst digging for meta trends, and the community manager keeping the fans updated on game status.
Competitive Player
Checks rank requirements and personal stats on a Tuesday afternoon to plan their next climb to Predator.
Data Analyst
Pulls large amounts of match history and player data to create performance reports for a gaming organization.
Community Manager
Monitors game status and map rotations to provide real-time updates to a Discord community.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsRiot Games
Access League of Legends player data. summoner profiles, match history, ranked stats, champion masteries and live games.
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.
BattleMetrics
Global game server tracking and player analytics. monitor servers, search players, and audit bans via AI.
B5 Arena
Automate Counter-Strike intelligence via B5 Arena. scan matchmaking leaderboards, track player ELO, and fetch competitive match logs natively from any AI agent.
Fortnite Player Stats & News Intelligence
The definitive server for Fortnite player scouting. track wins, K/D ratios, and official game news via AI.
5E Arena
Automate competitive CS2 tracking via 5E Arena. fetch deep matchmaking stats, global leaderboards, and player performance scores natively from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Apex Legends API 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 Apex Legends API.
The practical details behind the request, access and result.
Can I use the Apex Legends MCP to check my own stats?
Yes, you can pull your personal combat metrics and rank data using your username or UID directly through your AI client.
Does the Apex Legends MCP show if the game is down?
It pulls live game status so you can check connectivity and health without leaving your workspace.
Can I see what maps are coming up with the Apex Legends MCP?
You can get the current and next map rotations for various game modes instantly to help you plan your strategy.
How do I get my UID using the Apex Legends MCP?
You can use the identity mapping capabilities to convert a player's name into their unique ID across different platforms.
Can I see the global leaderboards with the Apex Legends MCP?
Yes, you can query the top 500 players for specific statistics to see how you stack up against the best in the world.
Is the Apex Legends MCP good for tracking rank requirements?
It provides the exact RP and AP needed for the Apex Predator rank to help you plan your climb with precision.
How can I check if the Apex Legends servers are currently down?
You can use the get_server_status capability. It provides real-time connectivity data for various regions and platforms to confirm if there are any ongoing outages.
Is it possible to see how many points I need to reach Apex Predator rank?
Yes! The get_predator_requirements capability returns the current RP/AP threshold required to enter the top 750 (Predator) rank on each platform.
Can I track my match history automatically?
You can use get_match_history for recent data or manage_legacy_match_history to add your UID to the tracking system. Note that some tracking features require periodic bridge requests.
One connection away
Give your agent a direct line to Apex Legends API.
Connect Apex Legends API once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available