MCP.so
ログイン
F

Faceit Mcp

@bluemadisonblue

Faceit Mcp について

Standalone MCP server for live CS2 FACEIT data — player stats, match history, comparisons, leaderboard, and ELO trend. Works with Claude Desktop and Claude Code.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

bluemadisonblue

投稿者

Enes Talip Chelik

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "faceit-cs2": {
      "command": "python",
      "args": [
        "C:/full/path/to/faceit-mcp/faceit_mcp_server.py"
      ],
      "env": {
        "FACEIT_API_KEY": "your_key_here"
      }
    }
  }
}

ツール

8

ELO, skill level, region, lifetime K/D, HS%, win rate, streaks

Last N matches — map, W/L, K/D, kills, HS%, K/R

Side-by-side stats for 2–6 FACEIT nicknames

Aggregated stats from last N matches: win rate, avg K/D, current streak, per-map breakdown

Full scoreboard for a match by ID — teams, score, all player stats, multi-kills

Per-map win rate, K/D, HS%, and K/R from lifetime segments

Registered users ranked by live ELO

Stored ELO snapshots for a registered user

概要

What is Faceit Mcp?

An MCP server that gives Claude live CS2 FACEIT data — player stats, match history, side-by-side comparisons, leaderboard, and ELO trend. It integrates with the FACEIT Data API and works with Claude Desktop and Claude Code.

How to use Faceit Mcp?

Clone the repository, install dependencies with pip install -r requirements.txt, and set your FACEIT API key in a .env file. Then configure the server in claude_desktop_config.json or add it via claude mcp add for Claude Code.

Key features of Faceit Mcp

  • Get player ELO, level, K/D, HS%, win rate, and streaks
  • View match history with map, score, K/D, kills, and HS%
  • Compare up to 6 players side-by-side
  • Analyze recent form with per-map breakdown
  • Retrieve full match scoreboards with all player stats
  • Show per-map win rate, K/D, HS%, and K/R
  • Live ELO leaderboard and trend (requires SQLite DB)

Use cases of Faceit Mcp

  • Check your own or a pro player’s lifetime CS2 stats
  • Compare multiple players side-by-side
  • Analyze recent match form and map preferences
  • Track ELO changes over time
  • Review full match details with team and player stats

FAQ from Faceit Mcp

What data can I get?

Player stats, match history, side-by-side comparisons, leaderboard, ELO trend, match details, and per-map performance stats.

Do I need a database?

Most tools work with just an API key. Leaderboard and ELO trend require a SQLite database with registered users.

How do I set up the API key?

Create a .env file with FACEIT_API_KEY=your_key_here or pass it as an environment variable in the Claude Desktop config.

What are the runtime requirements?

Python 3.12+ and dependencies: mcp, aiohttp, aiosqlite, and python-dotenv.

Can I use it with Claude Code?

Yes, add the server via claude mcp add faceit-cs2 -- python /path/to/faceit_mcp_server.py and set the API key in the .env file.

コメント

「その他」の他のコンテンツ