Skip to main content
Glama

Fantasy Premier League MCP Server

MIT License
37
  • Apple

get_team

Retrieve detailed Fantasy Premier League team information, including players, captain, and value, for a specific gameweek by providing the team ID and optional gameweek number.

Instructions

Get any team's players, captain, and other details for a specific gameweek

Args: team_id: FPL team ID (required) gameweek: Gameweek number (defaults to current gameweek) Returns: Detailed team information including player details, captain, and value

Input Schema

NameRequiredDescriptionDefault
gameweekNo
team_idYes

Input Schema (JSON Schema)

{ "properties": { "gameweek": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Gameweek" }, "team_id": { "title": "Team Id", "type": "integer" } }, "required": [ "team_id" ], "title": "get_teamArguments", "type": "object" }

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/rishijatia/fantasy-pl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server