Skip to main content
Glama
evanatpizzarobot

DraftCall-MCP

DraftCall MCP Server

通过 Model Context Protocol 提供 2026 赛季 NFL 梦幻足球数据。

端点: https://draftcall.io/mcp 传输方式: streamable HTTP,无状态。 认证: 无。免费、只读,无需 API 密钥,无需账户。 文档: https://draftcall.io/mcp-server/

向已接入 MCP 的助手提问“PPR 模式下我该首发 Bijan Robinson 还是 Jahmyr Gibbs?”,它就能基于实时数据作答,而不是靠猜。每个工具结果都会附带数据来源对应的 draftcall.io URL,保证答案有据可查。

连接

任何接受远程 MCP 端点的客户端均可。无需安装,无需 clone。

Claude Code

claude mcp add --transport http draftcall https://draftcall.io/mcp

Claude Desktop,或任何接受 JSON 配置的客户端

{
  "mcpServers": {
    "draftcall": {
      "type": "streamable-http",
      "url": "https://draftcall.io/mcp"
    }
  }
}

Related MCP server: StatHead

工具

共六个,全部只读。这里没有任何内容可以修改联盟、阵容或账户。

工具

参数

回答内容

compare_players

player_aplayer_bscoring_format

正面比较:指定计分格式下的每场得分、持球统计、轮空周和谁产出更多。回答有关两名指定球员的首发/替补、选秀和交易问题。

get_rankings

positionscoring_formatlimit

QB、RB、WR、TE、FLEX、K 或 DEF 的位置排名。

get_player

name

单名球员的档案:产量、档位、效率、轮空周。

search_players

querylimit

按名字片段、球队或位置查找球员。

get_positional_scarcity

scoring_format

各位置得分下降的幅度,用于选秀策略。

get_bye_conflicts

players

两名或更多登记在册球员共有哪几周轮空。

scoring_format 可取值 PPR、半 PPR 和 standard;position 可取值 QB、RB、WR、TE、FLEX、K 和 DEF。

数据

球员姓名和统计数字是公共领域的客观数据。排名每天刷新。数据来自 2025 年常规赛,这是驾驶 2026 年预测所依据的完整已结束的赛季。

与 NFL 或 NFLPA 无关。

关于

Pizza Robot Studios LLC 制作,这是一家位于洛杉矶的独立游戏与应用工作室。DraftCall 也提供 iOS 和 Android 应用:https://draftcall.io/download/

本仓库用于登记托管服务器并介绍其工具。服务器本身运行在上面的端点上;这里无需安装任何内容。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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
    Not graded
    quality
    B
    maintenance
    An open NFL fantasy-football analytics platform that provides live data, machine-learned projections, dynasty values, and prospect grades via an MCP server for AI clients.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    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.
    MIT
  • 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

View all related MCP servers

Related MCP Connectors

  • Read-only fantasy analysis for ESPN, Yahoo, and Sleeper leagues via MCP

  • API-Football MCP — comprehensive soccer/football data

  • Football-Data.org MCP — soccer competitions, matches, standings

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/evanatpizzarobot/draftcall-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server