PlayerElo MCP server
Provides MCP access to PlayerElo's football analytics, including player/coach Elo ratings, match predictions, value bets, and transfer fit scores.
README
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.
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.