Skip to main content
Glama

Sleeper Fantasy MCP

by Richardh1012

get_available_players

Retrieve free agent players from Sleeper fantasy football leagues with filtering by position, team, and projections, plus sorting options for waiver wire analysis.

Instructions

Get available players (free agents) for your league with enhanced filtering and sorting

Input Schema

NameRequiredDescriptionDefault
leagueNoLeague name (ROAD_TO_GLORY or DYNASTY), defaults to configured default
limitNoMaximum number of players to return (default: 20)
minProjectionNoMinimum projected points filter
positionNoFilter by position (QB, RB, WR, TE, K, DEF)
sortByNoSort players by criteria (projections, trending, ownership, alphabetical)projections
teamNoFilter by NFL team (e.g., 'PHI', 'SF')
weekNoWeek number for projections (defaults to current week)

Input Schema (JSON Schema)

{ "properties": { "league": { "description": "League name (ROAD_TO_GLORY or DYNASTY), defaults to configured default", "enum": [ "ROAD_TO_GLORY", "DYNASTY" ], "type": "string" }, "limit": { "default": 20, "description": "Maximum number of players to return (default: 20)", "maximum": 100, "minimum": 1, "type": "number" }, "minProjection": { "description": "Minimum projected points filter", "minimum": 0, "type": "number" }, "position": { "description": "Filter by position (QB, RB, WR, TE, K, DEF)", "enum": [ "QB", "RB", "WR", "TE", "K", "DEF" ], "type": "string" }, "sortBy": { "default": "projections", "description": "Sort players by criteria (projections, trending, ownership, alphabetical)", "enum": [ "projections", "trending", "ownership", "alphabetical" ], "type": "string" }, "team": { "description": "Filter by NFL team (e.g., 'PHI', 'SF')", "type": "string" }, "week": { "description": "Week number for projections (defaults to current week)", "maximum": 18, "minimum": 1, "type": "number" } }, "type": "object" }

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/Richardh1012/sleeper-fantasy-mcp'

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