yahoo-fantasy-mcp

jasonquinn77/yahoo-fantasy-mcp
★ 0 stars Python AI/LLM Updated today
Local stdio MCP server for a Yahoo fantasy football league: replacement-level roster analysis, trade targeting and waiver priorities. Read-only by design.
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": {
    "yahoo-fantasy-mcp": {
      "command": "uvx",
      "args": [
        "yahoo-fantasy-mcp"
      ]
    }
  }
}

Or install with pip: pip install yahoo-fantasy-mcp

README Excerpt

Local stdio MCP server for the **Example League** Yahoo league. It answers three questions against the live league: - who has a positional hole I can exploit - what trade would actually get accepted - which free agents matter this week Built for a single private league. The design notes that drove it — why there