Skip to main content
Glama
arm1323
by arm1323

dk-mcp

Read-only MCP server for DraftKings DFS lobby data (slates, contests, salaries, roster rules). Uses DK's unauthenticated lobby endpoints via draft-kings. DK doesn't document these endpoints — if tools break, check that repo first.

Run locally

pip install -r requirements.txt
python server.py                     # HTTP on :8000/mcp
MCP_TRANSPORT=stdio python server.py # stdio for Claude Desktop

Related MCP server: yahoo-fantasy-mcp

Deploy on Render

Push this folder to a repo, "New → Blueprint", point at render.yaml. Your MCP URL will be https://<service>.onrender.com/mcp. Add it in Claude → Settings → Connectors → Add custom connector.

Typical flow

  1. list_slates("NFL") → pick the main slate's draft_group_id

  2. get_slate_games(id) → game environment, kickoff times, weather

  3. get_salaries(id, position="RB") or export_salaries_csv(id)

  4. list_contests("NFL", draft_group_id=id, contest_type="cash", max_fee=20)

Not possible (needs auth / against DK ToS)

Entering lineups, reading your entries, contest results.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides read-only access to Sleeper fantasy football leagues, enabling team snapshots, available players, matchups, trade context, and league history through standardized MCP tools.
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    Enables querying Yahoo Fantasy Sports leagues, rosters, and matchups via an MCP interface (read-only).
    10
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Enables read-only access to Sleeper fantasy sports data, including users, leagues, rosters, matchups, transactions, drafts, players, trending activity, playoff brackets, traded picks, and sport state via MCP tools.
    18
    -
  • A
    license
    A
    quality
    A
    maintenance
    Enables MCP-compatible clients to access sports betting odds, player props, prediction markets, live previews, coverage checks, and ParlayAPI account signup through native tools.
    22
    MIT