Faceit Connector for AI agents.
12 live capabilities
Track CS2 and Valorant player stats and tournament data.
Waiting for input…
Why people use Faceit
Faceit for Scouting CS2 and Valorant Talent
This Connector cuts that down to one sentence. Just ask your agent to pull a player's history and stats. It gathers the K/D, win rates, and recent performance into a single summary so you can decide if they're a fit in seconds.
What Vinkius changes
You get instant access to professional-grade esports data without ever leaving 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
Scouting for a new team
A manager asks the agent to find players with a 1.
- Real-world use case 02
Content planning
A YouTuber asks for a list of the top 5 hubs for Valorant to see which ones have the most active communities for a video.
- Real-world use case 03
Tournament prep
A team captain checks the prize pools and skill requirements for all upcoming CS2 tournaments happening this weekend.
Complete set · 12capabilities
The complete Faceit capability set.
These are the exact actions your AI can choose when you ask it to work with Faceit.
01—04
4 capabilities in this set.
Part of 12 available through Faceit.
- 01 Capability
Get hub
Get the rules, organizer info, and player counts for a specific hub.
- 02 Capability
Get hub leaderboard
Pull the rankings for a specific hub to see who's on top.
- 03 Capability
Get hub matches
Get a list of matches for a specific hub, including scores and timestamps.
- 04 Capability
Get match
Pull the specific details and results for a single match.
05—08
4 capabilities in this set.
Part of 12 available through Faceit.
- 05 Capability
Get match stats
Retrieve per-player performance metrics like K/D/A and headshot percentages for a match.
- 06 Capability
Get player
Get a full profile for a player, including their nickname, country, and ELO.
- 07 Capability
Get player bans
Check a player's ban history, including reasons and durations.
- 08 Capability
Get player history
View a player's past match results, ELO changes, and game history.
09—12
4 capabilities in this set.
Part of 12 available through Faceit.
- 09 Capability
Get player stats
Get specific game stats like win rates, streaks, and headshot percentages for a player.
- 10 Capability
Search players
Find any player on the platform by searching their nickname.
- 11 Capability
Search tournaments
Look up upcoming and ongoing tournaments with prize pools and skill requirements.
- 12 Capability
Get games
See a full list of all games supported on the Faceit platform.
Set up in minutes
One URL. Then ask Faceit to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Faceit 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_Oytg4k1T2q3jeTUi3Ugna6iKnL3Dx0cytJlMXsfZ/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 Faceit, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Faceit for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Oytg4k1T2q3jeTUi3Ugna6iKnL3Dx0cytJlMXsfZ/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 Faceit URL.
- Step 03
Save and start
Save the connection and enable Faceit in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"faceit": {
"url": "https://edge.vinkius.com/vk_preview_Oytg4k1T2q3jeTUi3Ugna6iKnL3Dx0cytJlMXsfZ/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 Faceit
Open Agent mode in chat and ask: "Using Faceit, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"faceit": {
"url": "https://edge.vinkius.com/vk_preview_Oytg4k1T2q3jeTUi3Ugna6iKnL3Dx0cytJlMXsfZ/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 Faceit
Ask Copilot: "Using Faceit, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"faceit": {
"url": "https://edge.vinkius.com/vk_preview_Oytg4k1T2q3jeTUi3Ugna6iKnL3Dx0cytJlMXsfZ/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 Faceit
Open Cascade and ask: "Using Faceit, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"faceit": {
"url": "https://edge.vinkius.com/vk_preview_Oytg4k1T2q3jeTUi3Ugna6iKnL3Dx0cytJlMXsfZ/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 Faceit
Ask Cline: "Using Faceit, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add faceit --transport http "https://edge.vinkius.com/vk_preview_Oytg4k1T2q3jeTUi3Ugna6iKnL3Dx0cytJlMXsfZ/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 Faceit
Ask Claude: "Using Faceit, show me...". 12 tools are ready
Where the request belongs
Work Faceit can move forward.
This is for the people who live in the leaderboards. If you're tired of manual scouting or need to keep your team's stats organized, this is your shortcut.
Esports Team Manager
Analyzing player K/D and win rates to build the perfect roster for the next season.
Content Creator
Finding trending tournaments and high-ELO players to script the next community video.
Competitive Gamer
Checking hub rankings and personal ELO progress against the field in real-time.
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.
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.
VSPN Esports DB
Automate esports intelligence via VSPN. fetch live tournament brackets, deep player telemetry, and team rosters directly from any AI agent.
OpenDota
Explore Dota 2 match data, player stats, heroes, teams and leagues. no API key required for basic access.
Apex Legends
Track Apex Legends player stats, match history, leaderboards, and server status directly from your AI agent.
Steam Performance & Scouting Intelligence
The definitive server for professional Steam scouting. analyze player performance, achievements, and technical game stats via AI.
Bring your own AI
Change the model, client or framework. Keep Faceit 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 Faceit.
The practical details behind the request, access and result.
Can the Faceit MCP find specific players for me?
Yes, it can search for any player on the platform by their nickname. It will return their Faceit level, ELO, and basic game stats so you can quickly identify them.
How do I use Faceit MCP to see tournament prize pools?
You can ask your agent to search for tournaments. It will pull a list of upcoming events, including their start times, skill requirements, and the total prize pool for each.
Can I get detailed match stats with Faceit MCP?
Yes, it can retrieve per-player performance metrics for specific matches. This includes K/D/A, headshot percentages, and MVP rounds.
Does Faceit MCP work for multiple games?
It supports the major games on the platform, including CS2 and Valorant, as well as the full catalog of games supported by Faceit.
Can I see hub leaderboards using Faceit MCP?
Yes, you can get the full leaderboard for any specific hub. It will show you the rankings, nicknames, ELO, and Faceit levels of the top players.
How does Faceit MCP help with scouting?
It automates the research process. Instead of clicking through profiles, you can ask your agent to summarize a player's history, win rates, and recent performance in one go.
How do I get a Faceit API key?
Register at developers.faceit.com and create an application to get your API key. Free for non-commercial use.
What games are supported?
Faceit supports CS2, Valorant, Dota 2, League of Legends, Rainbow Six Siege, Rocket League, PUBG and many more. Use get_games to see the full catalog.
What is a Faceit level?
Faceit levels range from 1-10 based on ELO rating. Level 1 = 0-500 ELO, Level 10 = 2001+ ELO. Higher levels indicate more skilled players.
One connection away
Give your agent a direct line to Faceit.
Connect Faceit once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available