
Sleeper Fantasy MCP By UnClick
Pull Sleeper fantasy football users, leagues, rosters, drafts, players, and matchups into agent-driven apps or season tools.
Overview
Sleeper MCP is a MCP server for the Build phase that connects your agent to Sleeper fantasy football leagues, rosters, drafts, players, and matchups via UnClick.
What is this MCP server?
- Coverage of Sleeper users, leagues, rosters, drafts, players, and matchups in one UnClick MCP server
- npm @unclick/sleeper-mcp v0.1.0, stdio via npx for local agent sessions
- Supports indie fantasy dashboards, Discord bots, and draft assistants without re-documenting every Sleeper endpoint
- Fantasy-football niche—clear scope versus general sports data platforms
- Live Sleeper API semantics; validate league IDs and season context in your app logic
- Server version 0.1.0
- npm package @unclick/sleeper-mcp
- Stdio MCP transport
Community signal: 4 GitHub stars.
What problem does it solve?
Fantasy side projects slow down when you repeatedly look up Sleeper endpoints instead of iterating on league features with your agent.
Who is it for?
Builders shipping Sleeper-centric fantasy apps, bots, or internal league utilities during a season.
Skip if: Products needing licensed NFL data warehouses, betting odds, or multi-platform fantasy aggregation without Sleeper.
What do I get? / Deliverables
Your agent can fetch Sleeper league and player context while you build dashboards, bots, or draft tools in one repo.
- Agent tools for Sleeper users, leagues, rosters, drafts, players, and matchups
- Faster scaffolding of fantasy app backends and bots
- Reusable v0.1.0 stdio MCP server configuration
Recommended MCP Servers
Journey fit
Sleeper data access is a Build-time integration when you implement features in a fantasy side project or community product. Integrations covers third-party sports APIs your agent helps code against during feature work.
How it compares
Sleeper API MCP bridge, not a turnkey fantasy league hosting product.
Common Questions / FAQ
Who is Sleeper MCP for?
Developers and indie builders creating Sleeper-based fantasy tools who want MCP access to leagues, rosters, drafts, and matchups.
When should I use Sleeper MCP?
Use it during Build when you integrate Sleeper data into apps, bots, or scripts for users, leagues, or draft workflows.
How do I add Sleeper MCP to my agent?
Add stdio MCP config for npx @unclick/sleeper-mcp v0.1.0 and follow Sleeper API usage rules in your application.