Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

318 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🏈 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.

πŸ”₯ 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.

About

MCP Server providing NFL intelligence - ESPN Newsfeed and Sleeper API

Topics

Resources

Contributing

Security policy

Stars

11 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages