sourknives/sleeper-mcp-server
If you are the rightful owner of sleeper-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that integrates with Claude Desktop to provide access to Sleeper Fantasy Football API data.
Tools
Functions exposed to the LLM to take actions
get_user_leagues
Get all leagues for a username in a specific season.
get_league_info
Get detailed information about a specific league.
get_league_rosters
Get all team rosters in a league.
get_league_users
Get all users/participants in a league.
get_league_rosters_with_draft_info
Get all team rosters in a league with complete draft position metadata.
get_roster_user_mapping
Get a clear mapping of roster IDs to user names for a league.
get_league_draft
Get complete draft results and pick information for a league.
search_players
Search for players by name with optional position filtering.
get_trending_players
Get trending players (most added/dropped).
get_player_stats
Get player statistics for a specific season.
get_matchups
Get matchups for a specific week in a league.
get_matchup_scores
Get real-time scoring information for matchups in a specific week.
analyze_trade_targets
Analyze potential trade targets for a roster based on positional needs.
evaluate_roster_needs
Evaluate roster strengths and weaknesses across all positions.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client