sleeper-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sleeper_get_userA | Retrieve a Sleeper user's profile by their username or user ID. Args:
Returns: User profile including user_id, username, display_name, and avatar. Examples:
|
| sleeper_get_user_leaguesA | Get all fantasy leagues a user is in for a given sport and season. Args:
Returns: List of leagues including league name, ID, status, roster count, and scoring type. Examples:
|
| sleeper_get_leagueA | Fetch detailed information about a specific Sleeper fantasy league. Args:
Returns: Full league details: name, status, settings, scoring settings, roster positions, and more. Examples:
|
| sleeper_get_league_rostersA | Get all rosters in a Sleeper fantasy league, including players, starters, and standings. Args:
Returns: All rosters with owner IDs, player lists, and win/loss records. Examples:
|
| sleeper_get_league_usersA | Get all users (managers) in a Sleeper fantasy league with their team names and metadata. Args:
Returns: List of users with user IDs, display names, team names, and avatar IDs. Examples:
|
| sleeper_get_league_matchupsA | Get all matchups for a specific week in a Sleeper fantasy league. Args:
Returns: All matchups for the week: roster IDs, points, starters, and player scores. Examples:
|
| sleeper_get_league_winners_bracketA | Get the playoff winners bracket (championship bracket) for a Sleeper fantasy league. Args:
Returns: Bracket structure showing playoff matchups, rounds, and results. Examples:
|
| sleeper_get_league_losers_bracketA | Get the consolation/toilet bowl (losers bracket) for a Sleeper fantasy league. Args:
Returns: Losers bracket structure showing consolation matchups and results. Examples:
|
| sleeper_get_league_transactionsA | Get all transactions (trades, waiver claims, free agent adds/drops) for a specific round/week in a league. Args:
Returns: List of transactions with type (trade/waiver/free_agent), adds, drops, traded picks, and status. Examples:
|
| sleeper_get_league_traded_picksA | Get all traded draft picks in a Sleeper fantasy league (across all seasons). Args:
Returns: All traded picks with season, round, original owner, and current owner. Examples:
|
| sleeper_get_user_draftsA | Get all drafts a user has participated in for a given sport and season. Args:
Returns: List of drafts with draft ID, type, status, and league ID. Examples:
|
| sleeper_get_league_draftsA | Get all drafts that have taken place in a Sleeper fantasy league. Args:
Returns: All drafts for the league with type, status, rounds, and timing. Examples:
|
| sleeper_get_draftA | Get detailed information about a specific Sleeper fantasy draft. Args:
Returns: Full draft details: type, status, rounds, slot-to-roster mapping, draft order, settings. Examples:
|
| sleeper_get_draft_picksA | Get all picks made in a specific Sleeper fantasy draft, in order. Args:
Returns: All picks in pick order: round, pick number, player, position, team, and who picked them. Examples:
|
| sleeper_get_draft_traded_picksA | Get all picks that were traded within a specific Sleeper draft. Args:
Returns: All traded picks: round, original owner roster, and current owner roster. Examples:
|
| sleeper_get_nfl_playersA | Fetch the complete NFL player database from Sleeper (~5MB). Returns all player metadata. NOTE: This is a large dataset. Use filters to narrow results. Sleeper recommends caching this data and only fetching once per day. Args:
Returns: Paginated list of players with id, name, position, team, status. Examples:
|
| sleeper_get_trending_playersA | Get trending NFL players on Sleeper based on recent add or drop activity. Args:
Returns: List of player IDs with their add/drop counts, sorted by activity volume. Examples:
|
| sleeper_get_nfl_stateA | Retrieve the current NFL season state including the active week, season type, and season dates. Useful for knowing what week it is, whether we're in preseason/regular/postseason, and which season year is active. Returns: Current week, season type (pre/regular/post), season year, season start date, display week. Examples:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yooitsgreg/sleeper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server