Skip to main content
Glama
justinbchau

faceit-mcp

by justinbchau

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FACEIT_API_KEYYesYour FACEIT API key for accessing the FACEIT Data API

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
faceit_find_playerA

Look up a FACEIT player by their exact nickname to get their player_id and basic profile info. Use this first before other tools that require a player_id.

faceit_get_player_statsA

Get a player's lifetime CS2 stats on FACEIT (K/D, ADR, win rate, headshot %, etc.) using their player_id.

faceit_get_match_historyA

Get a player's recent CS2 match history (list of match ids, results, timestamps) on FACEIT.

faceit_get_match_statsA

Get detailed per-round, per-player stats for a specific FACEIT match (kills, ADR, KAST, headshots, rounds, etc). Use a match_id from faceit_get_match_history.

faceit_get_match_detailsA

Get general details for a specific FACEIT match: teams, players, competition info, status, results.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/justinbchau/faceit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server