Back to Home
lewis-king icon

fpl-mcp-server

Verified Safe

by lewis-king

Overview

Manages Fantasy Premier League teams using an LLM to provide data-driven decisions, competitor analysis, and strategic planning.

Installation

Run Command
uv run --env PYTHONPATH=src python -m fpl_server.main

Environment Variables

  • PYTHONPATH

Security Notes

The server employs a robust 'Out-of-Band Login' mechanism. User FPL credentials are input into a local web server (FastAPI), which then uses Playwright to automate login on the official FPL website and capture a session token. Crucially, the credentials themselves never leave the local machine to the LLM. The session token is stored locally for API calls. This is a strong security pattern for sensitive data. No direct 'eval' or malicious patterns were found. The use of Playwright for scraping is generally safe but relies on the stability of the external website's HTML structure.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-03

Tags

Fantasy FootballFPLLLM AssistantSports AnalyticsAPI Integration