Skip to main content
Glama
sourknives

Sleeper MCP Server

by sourknives

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging verbosity (DEBUG, INFO, WARNING, ERROR)INFO
MAX_RETRIESNoMaximum API retry attempts3
CACHE_TTL_SECONDSNoDefault cache TTL in seconds3600
SLEEPER_API_BASE_URLNoSleeper API endpointhttps://api.sleeper.app/v1

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_nfl_stateA

Get the current NFL season, week, and season type from Sleeper.

get_user_leaguesA

Get all NFL leagues for a Sleeper username. Defaults to the current season.

get_league_infoA

Get detailed information about a specific league.

get_league_rostersB

Get all team rosters in a league.

get_league_rosters_with_draft_infoB

Get all rosters with draft-position metadata per player.

get_league_usersB

Get all users/participants in a league.

get_roster_user_mappingA

Get a mapping of roster IDs to user names for a league.

get_league_draftA

Get draft results and pick information for a league.

search_playersA

Search for players by name, with optional position filter.

get_trending_playersB

Get trending players (most added or dropped).

get_player_statsA

Get a player's stats for a season (optionally one week).

get_matchupsB

Get matchups for a specific week in a league.

get_matchup_scoresB

Get real-time scoring for matchups in a specific week.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/sourknives/sleeper-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server