mcp-ff2026
Related Servers
Alternatives to mcp-ff2026
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceAn MCP server that provides league-accurate fantasy football advice by scoring projections against your Sleeper league's actual scoring settings and roster shape, answering draft, trade, waiver, and lineup questions.MIT
- AlicenseAqualityBmaintenanceMCP server that acts as a live fantasy football draft assistant, syncing ESPN or Sleeper boards and providing pick recommendations with reasoning and survival odds.12253MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for NFL fantasy football retrieval, providing access to NFL stats and Sleeper league data through retrieval-oriented tools.-
- AlicenseNot gradedqualityBmaintenanceMCP server that turns real NFL & fantasy data into a decisive edge, offering 70+ tools for draft assistance, start/sit recommendations, trade analysis, playoff odds, and more, with live league integration.MIT
- FlicenseNot gradedqualityCmaintenanceA server that integrates Sleeper fantasy sports data with Goose AI through the Machine Context Protocol (MCP), providing structured access to fantasy league information.-

@fantopy/fantopy-mcpofficial
FlicenseAqualityDmaintenanceMCP server enabling AI agents to play fantasy football on Solana through Fantopy Arena, with tools for contests, lineups, and payouts.12-
TDQS
Scored across 33 tools
Most tools target distinct resources and actions, but the multiple sync_* variants (sync_league, sync_draft, sync_league_history, sync_fantasypros, sync_sleeper_market) and refresh_decision_inputs create potential confusion about which synchronization to call for a given task. Descriptions mitigate this, but boundaries are not always obvious.
All tool names use a consistent snake_case verb_noun pattern (e.g., get_draft_state, sync_league, recommend_draft_pick), with no convention mixing. The pattern is predictable and helps agents infer functionality.
With 33 tools, the server exceeds the 25-tool threshold for a typical MCP server. While the fantasy football domain is broad, many sync and decision-recording tools could be consolidated, making the surface unnecessarily large.
The tool set covers the full fantasy football decision lifecycle, from data ingestion and state synchronization to analysis, recommendations, and outcome recording. Minor gaps exist such as no transaction execution or lineup setting, but these appear deliberately excluded from the server's decision-support scope.