Skip to main content
Glama
paulhardebeck-svg

NFL MCP

๐Ÿˆ NFL MCP โ€” Your AI Fantasy Football War Room

Win your draft. Dominate your season. With data, not gut feeling.

CI Data-source watchdog Docker image Python 3.11 | 3.12 70+ MCP tools License: MIT

NFL MCP turns real NFL & fantasy data into a decisive edge โ€” a suite of tools that plug straight into your AI assistant (Claude Desktop, Claude Code, Cursor, โ€ฆ). Ask a plain question, get a data-backed answer: who to draft, who to start, whether that trade is a fleece, and what your playoff odds really are โ€” for your league, your roster, your pick, in real time.

This isn't another rankings site you tab away from mid-draft. It lives inside your assistant and answers the question you actually asked.

๐Ÿ’ฌ See it in action

You: "I'm on the clock at 1.09 in my 12-team half-PPR draft โ€” who do I take?"

๐Ÿˆ NFL MCP: *Jahmyr Gibbs (RB) โ€” top value here (VBD 8787), and there's a value cliff at RB after him (โˆ’1995). Elite WRs are deeper, so lock the RB now and grab WR at the turn.*

You: "Start Puka Nacua or DeVonta Smith this week?"

๐Ÿˆ NFL MCP: Nacua โ€” 18.7 projected (floor 11.6 / ceiling 25.8), โœ… high snap share, smash matchup. Start Nacua with confidence.

You: "Is trading my Bijan for their CeeDee + a WR2 fair?"

๐Ÿˆ NFL MCP: Slightly favors you (fairness 82/100) โ€” two startable pieces beat one stud for your thin WR room. โš ๏ธ You'd drop to 3 RB, so mind the depth.

Real tool outputs โ€” value cliffs, projections with floor/ceiling, market-value trade fairness โ€” rendered by your assistant.

Related MCP server: rag-nfl-analyst

๐Ÿ”ฅ Why you'll win

๐ŸŽฏ Draft day

  • VBD draft board ranked by value over replacement โ€” the ordering that wins drafts, not raw ADP.

  • Live "war room" โ€” during your real Sleeper draft it reads the board live and calls the best pick for your roster, with value-cliff warnings and positional-run alerts.

  • Rehearse first โ€” run 100 mock drafts from your slot before you're on the clock.

๐Ÿ“Š Every week

  • Start/sit with automatic projections โ€” no manual point entry. value ร— matchup ร— Vegas game-script ร— usage ร— injury, with floor/ceiling and a transparent breakdown.

  • A real matchup edge โ€” which defense a player actually feasts on, from real weekly results (not a stale rankings page).

  • Streaming planner โ€” the best DST / K / QB / TE to stream over the next 1-3 weeks (soft defense, weak opposing offense, strong own offense).

  • Weather / wind โ€” fade passing and kickers in the ugly-weather games (wind โ‰ฅ 15 mph), dome games flagged neutral.

๐Ÿ”„ Trades & waivers

  • Trade analyzer on real market values โ€” knows your league's exact format and flags a lopsided deal with evidence.

  • FAAB bids โ€” exactly how much to spend on that waiver breakout (market value + league demand + your budget).

๐Ÿ† Season strategy

  • Monte-Carlo playoff odds โ€” "72% to make it โ€” 84% if you win this week." Real probabilities, not vibes.

  • Strength of schedule โ€” rest-of-season and playoff-week (15-17) difficulty per position, for stash and trade-deadline calls.

  • Bye-week coordination, trade-deadline timing, opponent-weakness scouting.

โœ… Why you can trust it

  • Real data, zero gut-feeling heuristics โ€” market-consensus values (FantasyCalc), real weekly stats (nflverse), your live league (Sleeper), news & injuries (ESPN), weather (Open-Meteo). No paid API keys required to start.

  • Honest about uncertainty โ€” when it lacks live data it says so (and falls back transparently) instead of faking a confident call.

  • It grades its own accuracy. A built-in backtest measures whether its projections actually beat a baseline on real past seasons, and a daily watchdog alerts if a data source changes. Most fantasy tools never check whether they're right. This one does.

โšก 60-second start

docker run --rm -p 9000:9000 ghcr.io/gtonic/nfl_mcp:latest

Connect it to your assistant, then just ask:

"My Sleeper username is gary โ€” find my league, build my draft board, and simulate a draft from my slot."

Claude Code (CLI):

claude mcp add --transport http nfl-mcp http://localhost:9000/mcp/

Claude Desktop / Cursor โ€” bridge via mcp-remote:

{
  "mcpServers": {
    "nfl-mcp": { "command": "npx", "args": ["-y", "mcp-remote", "http://localhost:9000/mcp/"] }
  }
}

Full setup, configuration and deployment โ†’ docs/TECHNICAL.md. Draft-day walkthrough โ†’ docs/DRAFT_DAY.md.

๐Ÿงฐ What's inside

70+ MCP tools over HTTP, grouped by what they do. Every tool's full parameter reference lives in AGENT.md; below is the map.

๐ŸŽฏ Draft & player values get_draft_board (VBD-tiered board) ยท recommend_draft_pick (best pick live) ยท simulate_draft (offline mock) ยท get_player_values / get_player_value (market consensus) ยท analyze_trade (fairness on real values) ยท get_league_drafts ยท get_draft ยท get_draft_picks ยท get_draft_traded_picks

๐Ÿ“Š Weekly lineup & projections project_player / project_players (transparent weekly points) ยท get_start_sit_recommendation ยท get_roster_recommendations ยท compare_players_for_slot ยท analyze_full_lineup

๐Ÿ—“๏ธ Matchup, schedule & environment get_defense_rankings ยท get_matchup_difficulty ยท analyze_roster_matchups ยท get_strength_of_schedule (ROS SOS) ยท get_playoff_sos (weeks 15-17) ยท get_streaming_options (DST/K/QB/TE streaming) ยท get_weather_forecast (wind/weather impact) ยท get_strategic_matchup_preview ยท get_vegas_lines ยท get_game_environment ยท analyze_roster_vegas ยท get_stack_opportunities

๐Ÿ† Season strategy & opponents get_playoff_odds (Monte-Carlo) ยท get_season_bye_week_coordination ยท get_trade_deadline_analysis ยท get_playoff_preparation_plan ยท analyze_opponent

๐Ÿ’ธ Waivers & FAAB get_waiver_wire_dashboard ยท get_waiver_log ยท check_re_entry_status ยท recommend_faab_bid

๐Ÿˆ Your Sleeper league get_league ยท get_rosters ยท get_league_users ยท get_matchups ยท get_playoff_bracket ยท get_transactions ยท get_traded_picks ยท get_trending_players ยท get_fantasy_context (aggregate) ยท get_nfl_state ยท get_user ยท get_user_leagues ยท fetch_all_players

๐Ÿฉบ Injuries & availability get_injury_report ยท get_high_confidence_injuries (multi-source) ยท get_gameday_inactives

๐Ÿ“ฐ NFL data & news (ESPN) get_nfl_news ยท get_teams / fetch_teams ยท get_depth_chart ยท get_team_injuries ยท get_team_player_stats ยท get_nfl_standings ยท get_team_schedule ยท get_league_leaders

๐Ÿง  Coaching intelligence get_coaching_staff ยท get_all_coaching_staffs ยท get_coaching_tree ยท get_scheme_classification

๐Ÿ“ˆ CBS Sports get_cbs_player_news ยท get_cbs_projections ยท get_cbs_expert_picks

๐Ÿ‘ฅ Players / athletes fetch_athletes ยท lookup_athlete ยท search_athletes ยท get_athletes_by_team

๐ŸŒ Web & health crawl_url (SSRF-guarded text extraction) ยท GET /health (REST)

๐Ÿ“š More

License

MIT โ€” see LICENSE.

Maintenance

ActivitySlowing
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides verified NFL stats (2016โ€“2025) and Sleeper league context through an MCP server, with tools for querying metrics, comparing entities, verifying claims, and accessing league data.
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server for NFL fantasy football retrieval, providing access to NFL stats and Sleeper league data through retrieval-oriented tools.
    -
  • A
    license
    A
    quality
    B
    maintenance
    MCP server that acts as a live fantasy football draft assistant, syncing ESPN or Sleeper boards and providing pick recommendations with reasoning and survival odds.
    12
    25
    3
    MIT