Sleeper Draft Assistant MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sleeper Draft Assistant MCPWhat's my live draft context and who's still available?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sleeper Draft Assistant MCP
A read-only prototype that gives ChatGPT a fresh, league-aware Sleeper draft snapshot while a pick clock is running.
The server exposes one focused Streamable HTTP MCP tool, get_live_draft_context. Every call refreshes the draft, picks, traded picks, league, rosters, and league users. It returns:
the manager's drafted players, position counts, filled/open starter slots, and bench space;
the current selection, manager on the clock, and picks until the user's next selection;
league scoring, roster, and draft settings;
the full draft history and compact positional summaries for every other roster;
currently undrafted players by rostered position.
Sleeper player metadata is cached for 24 hours because /players/nfl is a large, slow-changing catalog. Availability is still calculated from freshly fetched picks on every call. The returned sleeper_search_rank is discovery metadata—not draft advice—and should be combined with a separate rankings or research source.
Run locally
Requirements: Node.js 22 or newer.
npm install
cp .env.example .env
npm run devOptionally set SLEEPER_USER_ID to a Sleeper username or user ID. If it is unset, the MCP call must provide user.
The endpoints are:
POST /mcp— stateless Streamable HTTP MCPGET /health— process healthGET /— service metadata
Verify the prototype
npm test
npm run test:integration
npm run typecheck
npm run build
npx @modelcontextprotocol/inspector@latestPoint MCP Inspector at http://localhost:3000/mcp, list the tools, and call get_live_draft_context with a real draft_id and user.
The included Dockerfile builds a production image for any HTTPS-capable container host:
docker build -t sleeper-mcp .
docker run --rm -p 3000:3000 -e SLEEPER_USER_ID=your-user sleeper-mcpFor ChatGPT, expose the endpoint through public HTTPS or a supported secure tunnel. Then enable Developer mode under Settings → Security and login, add an MCP server from ChatGPT Plugins, and enter the HTTPS URL including /mcp. Start a new chat, add the connection from the tools menu, and ask a draft question from the mobile app.
Keep the default localhost binding when using a secure tunnel. If you deliberately expose the server, set HOST=0.0.0.0, configure MCP_BEARER_TOKEN when the client can send a bearer credential, and place TLS at the hosting edge. Browser-originated requests are rejected unless their exact origins appear in MCP_ALLOWED_ORIGINS; server-to-server MCP requests normally omit Origin.
Prototype boundaries
Read-only: there is no code path that makes a Sleeper selection or modifies a league.
No ranking engine: external rankings, projections, injury research, and news remain separate.
Snake/linear drafts: current and future pick math supports these formats, including traded picks. Auction nomination order is reported as unsupported.
Public Sleeper data: the optional bearer token protects the endpoint, but it is not per-user authorization. Use a secure tunnel for the personal proof and add OAuth before operating this as a shared service.
Availability depends on the Sleeper player catalog. Players without a finite positive
search_rankare omitted from the compact candidate lists but remain visible in draft history when selected.
Environment variables
Variable | Default | Purpose |
|
| HTTP listen port |
|
| HTTP bind address ( |
| unset | Default Sleeper username or user ID |
| unset | Optional bearer credential required by |
| unset | Comma-separated browser origins allowed to call |
|
| In-flight MCP request cap |
|
| Per-process MCP request limit |
|
| Sleeper API base URL |
|
| Per-request timeout |
|
| Player catalog cache lifetime |
Source references
Sleeper's API documentation describes its unauthenticated, read-only endpoints and usage limits.
OpenAI's MCP server guide covers tool schemas, annotations, results, and the TypeScript SDK.
OpenAI's connection guide covers public HTTPS or secure tunnels, MCP Inspector, Developer mode, and adding the
/mcpendpoint to ChatGPT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
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/jeremytondo/sleeper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server