Sleeper MCP
Related Servers
Alternatives to Sleeper MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI models to manage and query fantasy sports leagues through the Sleeper API, supporting tasks like player lookups, league activity, and draft management.62 npmMIT
- FlicenseAqualityDmaintenanceEnables natural language interaction with Sleeper Fantasy Football API data, allowing queries about leagues, players, matchups, draft results, and trade analysis.1324-
- AlicenseBqualityBmaintenanceEnables reading Sleeper fantasy football rosters, matchups, standings, news, chat, and pick'em entries, with optional write actions for setting lineups, claiming waivers, and proposing trades.391MIT
- AlicenseNot gradedqualityBmaintenanceConnects Claude to Sleeper fantasy football leagues, providing read-only tools for rosters, matchups, standings, transactions, player search, and trending players, with multi-league support.MIT
- AlicenseAqualityCmaintenanceEnables access to Sleeper fantasy football data, including users, leagues, rosters, matchups, transactions, drafts, and player information.1362 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables Claude to securely read Sleeper fantasy football league data over the internet via the public API, supporting access from both Claude Desktop and mobile devices.-
TDQS
Scored across 26 tools
Multiple tools address similar data: get_week_projections and get_player_week_stats_and_projections overlap, chat tools (get_league_chat, search_league_chat, get_manager_context, get_chat_post_status) blur boundaries, and get_matchup overlaps with get_league_data. The descriptions add some distinction, but an agent will have difficulty choosing between them.
All tools follow a consistent lower_snake_case verb_noun pattern (get_*, search_*, post_*, etc.), with no mixed conventions or camelCase. The naming is highly predictable and uniform across the entire set.
At 26 tools, the server exceeds the 25-tool threshold and suffers from redundant, narrowly-scoped helpers such as prepare_chat_post, claim_chat_post, and get_chat_post_status. Many could be consolidated, making the set feel heavier than its purpose requires.
The server covers the core Sleeper domain: player data, projections/stats, league resources, matchups, standings, draft, schedule, and chat reading/posting. Minor gaps exist (e.g., no dedicated roster/waiver management, no separate injury report), but the read-plus-chat scope is reasonably well covered.