Flaim - Fantasy Sports AI Connector
FF
Flaim - Fantasy Sports AI Connector
/get_draft

Draft Results and Pick Ownership

Use this when the user asks about completed draft results, exact draft-board positions, or current draft-pick ownership for a selected league. Returns a common

liveunknown~5s typical
mcpflaim-fantasy
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-flaim-mcp /get_draft for me.

Input

FieldTypeDescription
platform*string (espn | yahoo | sleeper)Fantasy platform (e.g., "espn", "yahoo", "sleeper")
sport*string (football | baseball | basketball | hockey)Sport type (e.g., "football", "baseball")
league_id*stringLeague ID (get from get_user_session)
season_yearintegerSeason start year. Omit for the current sport season; use the season_year returned by get_
draft_idstringOptional Sleeper draft ID. Omit to retrieve the league's associated draft; pass only an ID
roundintegerOptional positive draft round. Returns only completed selections and ownership rows from t
team_idstringOptional provider team ID. Filters completed selections by historical selecting team and o

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-flaim-mcp","endpoint":"/get_draft","input":{"platform":"espn","sport":"football","league_id":"..."}}'
cli
npx cracked-ai run -p mcp-app-flaim-mcp -e /get_draft -i '{"platform":"espn","sport":"football","league_id":"..."}'
mcp
run_tool({ provider: "mcp-app-flaim-mcp", endpoint: "/get_draft", input: {"platform":"espn","sport":"football","league_id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.