Skip to main content
Glama
gowtham-vimalan

FPL Advisor MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues