fpl-context-mcp
Related Servers
Alternatives to fpl-context-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables AI assistants to analyze Fantasy Premier League data, providing tools for player search, fixture analysis, manager comparisons, and strategy prompts for transfer planning and lineup selection.1917 PyPI1MIT
- FlicenseNot gradedqualityCmaintenanceProvides tools and resources to interact with the Fantasy Premier League API, enabling player analysis, fixture insights, and team management through natural language.-
- AlicenseNot gradedqualityCmaintenanceConnects LLMs to the Fantasy Premier League API for intelligent team management, enabling natural language player research, competitor analysis, transfer decisions, and strategic planning using friendly names instead of IDs.3MIT
- FlicenseNot gradedqualityBmaintenanceProvides live Fantasy Premier League data, expected-goals analytics, and a linear-programming squad optimizer, enabling users to build optimal FPL squads, compare players, find value picks, and get transfer and captain advice through natural language.-
- AlicenseBqualityDmaintenanceEnables interaction with Fantasy Premier League data through natural language queries. Supports retrieving fixtures, league standings, player performance, and other FPL statistics via the official FPL API.1615 npm3MIT
- AlicenseAqualityDmaintenanceAI-powered Fantasy Premier League assistant — scored captain picks, transfer suggestions, differentials, fixture outlook, price predictions, live points, and a full manager hub that auto-detects your squad, bank balance, and free transfers.21311MIT
TDQS
Scored across 2 tools
The two tools are completely distinct in purpose: one executes SQL queries on structured stats data, the other performs semantic search over press conference text. There is zero overlap, so an agent can unambiguously select the correct tool.
Both tools follow the exact same 'query_' + noun pattern (query_historical_stats, query_press_conferences). This is a perfectly consistent and predictable naming convention.
With only 2 tools, the surface is thin, but it matches the narrow scope of providing FPL context (stats and news). It sits at the borderline where the count is low but arguably sufficient for the server's stated purpose.
The two tools cover the core needs of an FPL context server: historical/current stats via SQL and recent news/availability via press conferences. Minor gaps exist (e.g., no dedicated tool for current standings or transfers), but the SQL tool can be used to derive much of that, so the surface is largely complete.