espn-mcp
Related Servers
Alternatives to espn-mcp
No user-submitted related servers found.
Related Servers
- FlicenseAqualityBmaintenanceEnables AI assistants to monitor a Sleeper fantasy football draft in real time by retrieving draft picks, available players, current turn, and roster needs through Sleeper's public keyless API.8-
- AlicenseNot gradedqualityCmaintenanceProvides read-only, league-aware Sleeper fantasy football draft context to AI assistants, including live picks, rosters, and player availability over Streamable HTTP MCP.96 npmMIT
- AlicenseNot gradedqualityCmaintenanceAI-powered Yahoo Fantasy Football assistant for lineup optimization, draft strategy, and league management with player enhancement and multi-league support.85MIT
- AlicenseNot gradedqualityCmaintenanceManages ESPN fantasy football teams post-draft, enabling lineup optimization, waiver/free agent recommendations, injury tracking, trade analysis, and playoff odds via read-only tools.1MIT
- 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
- FlicenseAqualityDmaintenanceEnables natural language interaction with Sleeper Fantasy Football API data, allowing queries about leagues, players, matchups, draft results, and trade analysis.1324-
TDQS
Scored across 14 tools
Most tools target a distinct data source or action, such as league settings, draft state, rosters, players, and the value board. The main ambiguity is between get_draft_context and next_pick, but their descriptions clearly separate a comprehensive snapshot from a deliberately minimal on-the-clock call.
The tool names overwhelmingly follow a snake_case verb_noun pattern: get_*, record_*, refresh_*, undo_pick, and reset_draft. next_pick is the one clear deviation from the verb-first convention, though it remains readable and does not undermine the overall consistency.
14 tools is well within the ideal range for a fantasy-draft assistant and each tool has a defined role in the draft workflow. The count covers pre-draft research, live draft operations, manual syncing, and cache refreshes without feeling bloated.
The tool surface covers the full draft lifecycle: league context, live draft state, player pool and valuations, roster needs, decision support, manual pick recording, undo/reset, and refreshes for both the board and draft order. There are no obvious dead ends for the stated purpose.