mcp-fleaflicker

pete-builds/mcp-fleaflicker
★ 0 stars Python AI/LLM Updated 2d ago
MCP server for Fleaflicker fantasy leagues. Scores stat lines using the league's own published rules, not a hardcoded scoring system.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-fleaflicker": {
      "command": "uvx",
      "args": [
        "mcp-fleaflicker"
      ]
    }
  }
}

Or install with pip: pip install mcp-fleaflicker

README Excerpt

An MCP server for [Fleaflicker](https://www.fleaflicker.com) fantasy leagues. It reads rosters, standings, matchups, boxscores, and draft boards, and it scores stat lines using **the league's own published scoring rules** rather than a hardcoded scoring system. Fleaflicker's read API is public and unauthenticated, so this server needs no API key,

Tools (15)

FLEAFLICKER_BASE_URLFLEAFLICKER_LEAGUE_IDFLEAFLICKER_SPORTFLEAFLICKER_TIMEOUTMCP_AUTH_REQUIREDMCP_AUTH_TOKENMCP_PORTget_boxscoreget_draft_boardget_league_rulesget_rosterget_standingslist_matchupsscore_stat_linesearch_players

Topics

claudefantasy-footballfleaflickermcpmcp-servernflpython