Skip to main content
Glama
mwolters-cmyk

PlayerElo MCP server

PlayerElo MCP server

Give any MCP client (Claude Desktop, Cursor, …) live access to PlayerElo — player- and coach-level football Elo ratings, EAR, model market-value estimates, lineup-aware match predictions, value-bet signals, playing-style profiles and recruitment-fit — through the PlayerElo REST API.

Ask things like "What's Jude Bellingham's Elo and how has it trended this season?", "Which clubs are a good tactical + financial fit for player 129718?" or "Any value bets in the Premier League right now?" and the model answers from live data.

It's a thin client over the public API — no database, no model code. You bring an API key (free tier available); the server just makes authenticated calls.

Install & configure

You need a PlayerElo API key — get a free one at https://playerelo.football/api-access.

Claude Desktop

Add to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\):

{
  "mcpServers": {
    "playerelo": {
      "command": "uvx",
      "args": ["playerelo-mcp"],
      "env": { "PLAYERELO_API_KEY": "pe_live_your_key_here" }
    }
  }
}

Restart Claude Desktop. (uvx comes with uv; or use pipx run playerelo-mcp, or pip install playerelo-mcp and set "command": "playerelo-mcp".)

Cursor / other MCP clients

Same shape — command uvx, args ["playerelo-mcp"], and PLAYERELO_API_KEY in the env.

Related MCP server: mcp-football

Tools

Tool

What it does

search_players / list_top_players

find players by name / top by Elo

get_player, get_player_history, get_player_value, get_player_style

one player's rating, trajectory, model value, style

get_player_opportunities

reachable-club shortlist (Business tier)

search_coaches, get_coach

coaches by name / by id (unique to PlayerElo)

search_clubs, get_club, get_club_squad_gaps

clubs by name / by id / recruitment needs

list_leagues, get_league_ranking

competitions + Team-Elo tables

get_predictions

upcoming-match probabilities (refreshed ~every 10 min)

get_value_bets

value-bet signals; since=<last id> for just-new picks

get_transfer_fit

0–100 player→club fit score (Ultra tier)

Every tool is available on every plan; plans differ only by monthly request volume. Some recruitment tools need a higher tier (noted above) — you'll get a clear message if your key can't reach one.

Config

Env var

Default

PLAYERELO_API_KEY

required; your key

PLAYERELO_BASE_URL

https://data-api.playerelo.football

override the API base

Develop

pip install -e ".[test]"    # or: pip install -e . mcp httpx pytest
pytest tests/

Data & docs: https://playerelo.football/api-access · A LivingMeta project.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    Provides live football data through MCP tools, enabling users to fetch today's matches and top scorers for competitions like the Premier League or World Cup.
    2
  • A
    license
    A
    quality
    C
    maintenance
    Enables MCP clients to access live football data from FotMob, including match stats, team form, injuries, and player workload, without making predictions.
    10
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Provides AFL fixture, results, standings, and tipping data via the Squiggle API, accessible through MCP.
    11
    MIT

View all related MCP servers

Related MCP Connectors

  • API-Football MCP — comprehensive soccer/football data

  • Read-only fantasy analysis for ESPN, Yahoo, and Sleeper leagues via MCP

  • Sports Game Odds MCP — wraps the Sports Game Odds API (sportsgameodds.com)

View all MCP Connectors

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/mwolters-cmyk/playerelo-mcp'

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