FantasyPremierLeague
Verified Safeby joreilly
Overview
Exposes Fantasy Premier League player and fixture data as an MCP tools endpoint for consumption by AI models like Claude Desktop.
Installation
java -jar mcp-server/build/libs/serverAll.jar --stdioSecurity Notes
The server uses the Kotlin MCP SDK, with well-defined tools and standard I/O for communication. Input parsing for tool arguments is handled safely using kotlinx.serialization.json, mitigating injection risks. External data fetching is done via the official Fantasy Premier League API. No 'eval', obfuscation, or hardcoded secrets were found within the MCP server module itself.
Similar Servers
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
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.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.
ai-calls-editor
Facilitates AI-powered code refactoring within a VS Code environment by exposing an MCP server to AI assistants.