FPL Advisor MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 |
|---|---|
| recommend_transferB | Suggest transfer targets for your FPL team. Args: team_json: JSON array of player names currently in your team, e.g. '["Erling Haaland", "Mohamed Salah"]' |
| recommend_captainA | Pick the best captain from your FPL team. Args: team_json: JSON array of player names currently in your team, e.g. '["Erling Haaland", "Mohamed Salah"]' |
| find_differentialsA | Find low-ownership differential players under a given price. Args: max_price: Maximum price (e.g. 7.0 for players £7.0m or under) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool serves a distinct purpose: recommending transfers, selecting a captain, and finding differentials. There is no overlap in functionality, and the descriptions make clear when to use each one.
All tool names follow a consistent verb_noun pattern (recommend_transfer, recommend_captain, find_differentials). While verbs differ, the structure is uniform and easily predictable.
The server has 3 tools, which is well within the ideal 3-15 range for a focused advisor. Each tool addresses a core decision area in FPL without unnecessary bloat.
The toolset covers key FPL decisions—transfers, captain, and differentials—but lacks additional advisory features like chip strategy or fixture difficulty analysis. These are minor gaps given the server's clear scope.