
Fantasy Premier League MCP Integration
Integrate FlowHunt with the Fantasy Premier League MCP Server for seamless access to comprehensive FPL data, advanced AI-powered analytics, and effortless MCP c...

Integrate FPL data and analytics directly into your AI workflows with the Fantasy Premier League MCP Server for real-time stats, lineup suggestions, and automated league management.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
The Fantasy Premier League MCP (Model Context Protocol) Server connects AI assistants to the official Fantasy Premier League (FPL) data, enabling seamless integration with the FPL ecosystem. By acting as a bridge between AI agents and the FPL API or datasets, this server provides real-time access to player statistics, team data, and other FPL resources. This integration empowers developers and AI workflows to automate tasks such as fetching team info, analyzing player performance, or generating lineup suggestions. As part of the Model Context Protocol, it standardizes access to FPL data, making it easier for AI clients to interact with complex football data, streamline FPL management, and enhance user engagement with AI-driven insights.
No prompt templates were found in the repository or documentation.
No explicit resources were documented in the available files.
No server.py file or explicit tool definitions were found in the repository.
windsurf.config.json).mcpServers section:{
"mcpServers": {
"fantasy-pl-mcp": {
"command": "fantasy-pl-mcp",
"args": ["--port", "4137"]
}
}
}
{
"mcpServers": {
"fantasy-pl-mcp": {
"command": "fantasy-pl-mcp",
"args": ["--port", "4137"]
}
}
}
cursor.config.json file.mcpServers definition:{
"mcpServers": {
"fantasy-pl-mcp": {
"command": "fantasy-pl-mcp",
"args": ["--port", "4137"]
}
}
}
{
"mcpServers": {
"fantasy-pl-mcp": {
"command": "fantasy-pl-mcp",
"args": ["--port", "4137"]
}
}
}
To secure API keys, use environment variables in your configuration. Example:
{
"mcpServers": {
"fantasy-pl-mcp": {
"command": "fantasy-pl-mcp",
"args": ["--port", "4137"],
"env": {
"FPL_API_KEY": "${FPL_API_KEY}"
},
"inputs": {
"api_key": "${FPL_API_KEY}"
}
}
}
}
Replace FPL_API_KEY with your actual environment variable name.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"fantasy-pl-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change "fantasy-pl-mcp" to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ⛔ | No prompts documented. |
| List of Resources | ⛔ | No resources documented. |
| List of Tools | ⛔ | No tools found in server.py or documentation. |
| Securing API Keys | ✅ | Example provided for environment variable usage. |
| Sampling Support (less important in evaluation) | ⛔ | Not documented. |
This MCP server offers a clear FPL integration and provides solid setup instructions but lacks documentation on prompts, resources, and tools. Its open-source status and modest community activity are positives, but the absence of customizable or advanced features limits its utility for broader AI workflows.
Score: 4/10
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ⛔ |
| Number of Forks | 7 |
| Number of Stars | 24 |
Empower your chatbot or workflow to fetch real-time FPL stats, automate lineup suggestions, and manage leagues with the Fantasy Premier League MCP Server.

Integrate FlowHunt with the Fantasy Premier League MCP Server for seamless access to comprehensive FPL data, advanced AI-powered analytics, and effortless MCP c...

MCP-Soccerdata is an open-source MCP server that connects to the SoccerDataAPI, enabling real-time football (soccer) match insights for AI workflows. It provide...

The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.