Sleeper MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging verbosity (DEBUG, INFO, WARNING, ERROR) | INFO |
| MAX_RETRIES | No | Maximum API retry attempts | 3 |
| CACHE_TTL_SECONDS | No | Default cache TTL in seconds | 3600 |
| SLEEPER_API_BASE_URL | No | Sleeper API endpoint | https://api.sleeper.app/v1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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