Back to Home
joreilly icon

FantasyPremierLeague

Verified Safe

by joreilly

Overview

Exposes Fantasy Premier League player and fixture information as tools for AI agents via Model Context Protocol (MCP) over standard I/O.

Installation

Run Command
java -jar mcp-server/build/libs/serverAll.jar --stdio

Environment Variables

  • GOOGLE_API_KEY

Security Notes

The MCP server communicates over standard I/O, limiting direct network exposure to external clients. Input parsing for `playerId` is type-safe (integer), reducing injection risks. The associated AI agent (`FantasyPremierLeagueAgent`) has a hardcoded empty API key for Google LLMs (Gemini), which prevents its functionality without modification; this is a configuration flaw rather than a direct vulnerability (e.g., no active key is leaked). Data models used for tool responses (`Player`, `GameFixture`, etc.) do not appear to contain sensitive information, so `toString()` output is not a leakage risk.

Similar Servers

Stats

Interest Score56
Security Score7
Cost ClassHigh
Avg Tokens15000
Stars587
Forks61
Last Update2025-12-06

Tags

KotlinMultiplatformMCPFantasy Premier LeagueAI Tools