PlayerElo MCP server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLAYERELO_API_KEY | Yes | Your PlayerElo API key (required) | |
| PLAYERELO_BASE_URL | No | Override the API base URL | https://data-api.playerelo.football |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_playersA | Find football players by name (case-insensitive). Returns matches with their player_id, name, Elo rating, position, current club and league — use the player_id with the other player tools. This is how you resolve a name like "Bellingham" to an id. |
| list_top_playersA | The highest-rated players worldwide by current Elo (active players only). Paginate with limit (max 100) and offset. |
| get_playerA | Full current record for one player by id: name, age, position, club, league, Elo rating and EAR (Elo Above Replacement). Returns null if no player has that id. |
| get_player_historyA | A player's Elo and EAR over time (one point per date) — the rating trajectory, useful for form/trend analysis and charts. |
| get_player_valueA | PlayerElo's own model-based market-value estimate for a player (in euros), with the signals behind it. This is our computed estimate, not a third-party valuation. |
| get_player_styleA | A player's playing-style profile — per-90 output and a multi-axis process fingerprint describing how they play, not just how good they are. |
| get_player_opportunitiesA | Recruitment opportunity map for a player: realistically reachable clubs that could plausibly sign them, ranked by fit. Requires a Business-tier key. |
| search_coachesA | Find coaches/managers by name (case-insensitive). Returns matches with their coach_id (a string like "coach_4"), name, Elo and current club — PlayerElo is the only public system that rates coaches. Use the coach_id with the other coach tools. |
| get_coachA | Full current record for one coach by id (e.g. "coach_4"): name, club, league and Elo rating. Returns null if no coach has that id. |
| search_clubsA | Find clubs by name (case-insensitive). Returns matches with their team_id, name, Team Elo (squad-derived strength), league and country. Use the team_id with the other club tools. |
| get_clubA | One club's current record by team_id: name, Team Elo, league, country and its standout player. Returns null if no club has that id. |
| get_club_squad_gapsA | A club's squad-need analysis: which positions are weakest relative to its level — the recruitment gaps a sporting director would target. |
| list_leaguesA | All competitions PlayerElo covers, with each league's id, name and country. Use a league_id with get_league_ranking. |
| get_league_rankingA | A league's clubs ranked by Team Elo (current-season strength order). |
| get_predictionsA | Upcoming-match win/draw/win probabilities from confirmed lineups, refreshed roughly every 10 minutes. Optionally filter by a league name/code. These are lineup-aware predictions, not just team form. |
| get_value_betsA | Current value-bet signals — where PlayerElo's fair odds diverge from the market price. Optionally filter by strategy ("hs2_v6" = High Volume, "hs1_v6" = Sweet Spot). To poll for only NEW picks, pass since=; signals refresh about every 10 minutes. |
| get_transfer_fitA | A 0-100 transfer-fit score for a specific player → club move, blending tactical fit (style match to the club's system), financial fit (our value estimate vs the club's typical spend) and strategic fit (squad need, age, level), with the per-signal breakdown. Requires an Ultra-tier key or higher. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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