Skip to main content
Glama

Fantasy Premier League MCP Server

MIT License
37
  • Apple

get_my_team

Retrieve detailed Fantasy Premier League team data for a specific gameweek, including player details, captain selection, and team value, using authenticated FPL credentials.

Instructions

Get your own FPL team for a specific gameweek

Args: gameweek: Gameweek number (defaults to current gameweek) Returns: Detailed team information including player details, captain, and value Note: This uses your authenticated team ID from the FPL credentials. To get another team's details, use get_team and provide a team_id.

Input Schema

NameRequiredDescriptionDefault
gameweekNo

Input Schema (JSON Schema)

{ "properties": { "gameweek": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Gameweek" } }, "title": "get_my_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