fpl-mcp-server
Verified Safeby pmc-a
Overview
Provides a Model Context Protocol (MCP) server for accessing Fantasy Premier League (FPL) data and manager information via eight specialized tools.
Installation
npm startEnvironment Variables
- LOG_LEVEL
- NODE_ENV
Security Notes
The server demonstrates robust security practices, including comprehensive input validation using Zod schemas for all tool arguments and centralized error handling with structured logging. No direct use of 'eval', code obfuscation, or hardcoded secrets were identified in the provided source. The primary external dependency, 'fpl-fetch', interacts with a public, undocumented FPL API, which introduces an inherent dependency risk of API changes not controlled by this project. However, the project's own implementation is securely designed.
Similar Servers
FantasyPremierLeague
Exposes Fantasy Premier League player and fixture data as an MCP tools endpoint for consumption by AI models like Claude Desktop.
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.
tokenbowl-mcp
A Model Context Protocol (MCP) server for a fantasy football league, providing tools to interact with the Sleeper API, Fantasy Nerds API, and Token Bowl Chat for LLM-powered fantasy management.
nfl_mcp
A FastMCP server for comprehensive NFL fantasy football management, including health monitoring, web content extraction, NFL news, team data, advanced fantasy intelligence, and league management, optimized for AI/LLM integration.