Loading...
pip install fpl-mcp{
"mcpServers": {
"fantasy-pl": {
"command": "python",
"args": ["-m", "fpl_mcp"]
}
}
}get_gameweek_statusRetrieves information about the current, previous, and next gameweeks.
Read-only operation; no side effects.
analyze_player_fixturesAnalyzes upcoming fixtures for a specific player, providing difficulty ratings.
Read-only operation; no side effects.
get_blank_gameweeksProvides information about upcoming blank gameweeks.
Read-only operation; no side effects.
get_double_gameweeksProvides information about upcoming double gameweeks.
Read-only operation; no side effects.
analyze_playersFilters and analyzes FPL players based on multiple criteria.
Read-only operation; no side effects.
analyze_fixturesAnalyzes upcoming fixtures for players, teams, or positions.
Read-only operation; no side effects.
compare_playersCompares multiple players across various metrics.
Read-only operation; no side effects.
check_fpl_authenticationChecks if FPL authentication is working correctly.
Read-only operation; no side effects.
get_my_teamRetrieves and displays the user's authenticated FPL team.
Read-only operation; requires authentication.
get_teamRetrieves and displays any FPL team with a specific ID.
Read-only operation; requires authentication.
get_manager_infoRetrieves and displays FPL manager details.
Read-only operation; requires authentication.
This MCP server is generally safe for read-only access to FPL data. The primary risk lies in the handling of user credentials. Ensure proper configuration and secure storage of credentials to mitigate potential risks. Avoid using on untrusted systems.