Skip to main content
Glama
evanatpizzarobot

DraftCall-MCP

DraftCall MCP Server

2026 シーズン向けの NFL ファンタジーフットボールデータを、Model Context Protocol を介して提供します。

Endpoint: https://draftcall.io/mcp Transport: streamable HTTP、ステートレス Auth: 認証なし。無料、読み取り専用、API キー不要、アカウント不要。 Docs: https://draftcall.io/mcp-server/

MCP に接続されたアシスタントに「Bijan Robinson と Jahmyr Gibbs、PPR ではどちらを先発させるべき?」と尋ねれば、推測ではなくライブデータから回答できます。すべてのツール結果には、数値の出典である draftcall.io の URL が含まれるため、回答は常に引用可能です。

接続

リモート MCP エンドポイントを受け付けるクライアントであれば、どれでも使えます。インストールもクローンも不要です。

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

ツール

6 つ、すべて読み取り専用です。リーグ、ロスター、アカウントを変更できるものはここには何もありません。

ツール

引数

回答内容

compare_players

player_a, player_b, scoring_format

直接対決: 指定したフォーマットでの 1 試合あたりのポイント、ボリューム統計、バイウィーク、どちらがより多く生産したかを提示。指名した 2 人のプレイヤーについて、先発/控え、ドラフト、トレードの質問に回答。

get_rankings

position, scoring_format, limit

QB、RB、WR、TE、FLEX、K、DEF のポジション別ランキング。

get_player

name

1 人のプレイヤーのプロフィール: 実績、ティア、効率、バイウィーク。

search_players

query, limit

名前の一部、チーム、またはポジションでプレイヤーを検索。

get_positional_scarcity

scoring_format

ドラフト戦略のため、各ポジションでスコアの低下がどれほど急かを提示。

get_bye_conflicts

players

ロスター登録された 2 人以上のプレイヤーが重複するバイウィークを提示。

scoring_format は PPR、half-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