Win your draft. Dominate your season. With data, not gut feeling.
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.
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.
π― 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.
- 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.
docker run --rm -p 9000:9000 ghcr.io/gtonic/nfl_mcp:latestConnect 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.
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)
- docs/TECHNICAL.md β setup, configuration, architecture, data sources, eval suite, CI/CD, security.
- AGENT.md β full per-tool reference for AI agents.
- docs/DRAFT_DAY.md β before/during draft-day playbook.
- SECURITY.md β security policy, SSRF protections, reporting.
- CHANGELOG.md β release history.
MIT β see LICENSE.