NFL MCP

NFL MCP

MCP server that turns real NFL & fantasy data into a decisive edge, offering 70+ tools for draft assistance, start/sit recommendations, trade analysis, playoff odds, and more, with live league integration.

Category
访问服务器

README

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

<sub>Real tool outputs — value cliffs, projections with floor/ceiling, market-value trade fairness — rendered by your assistant.</sub>

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

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选