PlayerElo MCP server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PlayerElo MCP serverAny value bets in the Premier League right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| find players by name / top by Elo |
| one player's rating, trajectory, model value, style |
| reachable-club shortlist (Business tier) |
| coaches by name / by id (unique to PlayerElo) |
| clubs by name / by id / recruitment needs |
| competitions + Team-Elo tables |
| upcoming-match probabilities (refreshed ~every 10 min) |
| value-bet signals; |
| 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 | |
| — | required; your key |
|
| 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.
Maintenance
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
- Flicense-qualityBmaintenanceEnables querying hockey data from eliteprospects.com, including leagues, teams, players, and staff, via an MCP client without an API key.
- FlicenseAqualityCmaintenanceProvides 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
- AlicenseAqualityCmaintenanceEnables MCP clients to access live football data from FotMob, including match stats, team form, injuries, and player workload, without making predictions.101MIT
- Alicense-qualityCmaintenanceProvides AFL fixture, results, standings, and tipping data via the Squiggle API, accessible through MCP.11MIT
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)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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