
MCP-Soccerdata MCP Server
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...
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.
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 |
It is a server that connects AI assistants to the official Fantasy Premier League database, allowing real-time access to player stats, team data, and more for automation, analytics, and AI-driven insights.
Key use cases include automated team and player data retrieval, player performance analysis, lineup optimization, league management automation, and AI-powered content generation for FPL.
Use environment variables in your configuration to store sensitive API keys. For example, set your API key as an environment variable (FPL_API_KEY) and reference it in your MCP server config.
No prompt templates or explicit tools are documented for this MCP server. Its primary function is to expose official FPL data to your AI workflows.
Add the MCP component to your FlowHunt flow, then enter your Fantasy Premier League MCP server details in the configuration panel. This enables your AI agent to access all FPL data provided by the server.
Empower your chatbot or workflow to fetch real-time FPL stats, automate lineup suggestions, and manage leagues with the Fantasy Premier League MCP Server.
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 CFBD MCP Server connects AI assistants and applications to the College Football Data API, enabling advanced programmatic access to college football statisti...
The mcp-teams-server brings Microsoft Teams functionality to FlowHunt via the Model Context Protocol (MCP), enabling AI assistants to read, create, and reply to...