{
  "markdown": "# Fantasy Premier League MCP Server\n\nA comprehensive **Model Context Protocol (MCP)** server for Fantasy Premier League analysis and strategy. This server provides AI assistants with powerful tools, resources, and prompts to help you dominate your FPL mini-leagues with data-driven insights.\n\n[![PyPI](https://img.shields.io/pypi/v/fpl-mcp-server.svg)](https://pypi.org/project/fpl-mcp-server/)\n[![Python 3.13+](https://img.shields.io/badge/python-3.13%2B-blue.svg)](https://www.python.org/downloads/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![MCP](https://img.shields.io/badge/MCP-compatible-green.svg)](https://modelcontextprotocol.io)\n[![Document](https://img.shields.io/badge/docs-mintlify-blue)](https://nad-aae8058d.mintlify.app/)\n\n## Features\n\nThis MCP server provides comprehensive FPL analysis capabilities through:\n\n- **19 Interactive Tools** - Search players, analyze fixtures, compare managers, track transfers, and more\n- **4 Data Resources** - access to players, teams, gameweeks, and current gameweek bootstrap data\n- **10 Strategy Prompts** - Structured templates for gameweek analysis, squad analysis, transfer planning, chip strategy, lineup selection, and captain selection\n- **Smart Caching** - 4-hour cache for bootstrap data to minimize API calls while keeping data fresh\n- **Fuzzy Matching** - Find players even with spelling variations or nicknames\n- **Live Transfer Trends** - Track the most transferred in/out players for current gameweek\n- **Manager Insights** - Analyze squads, transfers, and chip usage\n- **Fixture Analysis** - Assess team fixtures and plan transfers around favorable runs\n\n## Quick Start\n\n### Option 1: uvx (Recommended)\n\nThe fastest way to get started - no installation required:\n\n```json\n{\n  \"mcpServers\": {\n    \"fpl\": {\n      \"command\": \"uvx\",\n      \"args\": [\"fpl-mcp-server\"],\n      \"type\": \"stdio\"\n    }\n  }\n}\n```\n\n### Option 2: Docker\n\nUse the official Docker image from GitHub Container Registry:\n\n```json\n{\n  \"mcpServers\": {\n    \"fpl\": {\n      \"command\": \"docker\",\n      \"args\": [\n        \"run\",\n        \"--rm\",\n        \"-i\",\n        \"ghcr.io/nguyenanhducs/fpl-mcp-server:latest\"\n      ],\n      \"type\": \"stdio\"\n    }\n  }\n}\n```\n\nFor detailed installation instructions and more options, see **[Installation Guide](./docs/installation.md)**.\n\n## Usage & Documentation\n\nOnce configured, you can interact with the FPL MCP server through Claude Desktop using natural language.\n\nFor detailed guidance, see:\n\n- **[Tool Selection Guide](./docs/tool-selection-guide.md)** - Choose the right tool for your analysis task\n\n## Data Sources\n\nThis server uses the official **Fantasy Premier League API**, see [here](./docs/fpl-api.md) for more details.\n\n## Contributing\n\nWe welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n<!-- mcp-name: io.github.nguyenanhducs/fpl-mcp-server -->\n",
  "bytes": 2926,
  "sha": "8bb17e9636e362dd8a0815115790034b9ede26d1325cd2420c6369cac26a7664",
  "repo_slug": "nguyenanhducs/fpl-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_nguyenanhducs_fpl_mcp_server_a5504634/readme"
}