Skip to main content
Glama
evanatpizzarobot

DraftCall-MCP

DraftCall MCP Server

2026 시즌 NFL 판타지 풋볼 데이터를 Model Context Protocol을 통해 제공합니다.

엔드포인트(Endpoint): https://draftcall.io/mcp 전송(Transport): streamable HTTP, 무상태(stateless) 인증(Auth): 없음. 무료, 읽기 전용, API 키도 계정도 필요 없습니다. 문서(Docs): https://draftcall.io/mcp-server/

MCP에 연결된 어시스턴트에게 "PPR에서 Bijan Robinson과 Jahmyr Gibbs 중 누구를 선발해야 할까?"라고 물어보면, 추측하는 대신 실시간 데이터를 바탕으로 답할 수 있습니다. 모든 도구 결과에는 그 수치가 나온 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

도구

여섯 가지이며 모두 읽기 전용입니다. 리그, 로스터, 계정을 수정할 수 있는 것은 없습니다.

도구

인자

답변 내용

compare_players

player_a, player_b, scoring_format

1대 1 비교: 요청한 형식에서 경기당 득점, 볼륨 스탯, 바이 주(bye week), 그리고 누가 더 많은 생산을 냈는지 확인합니다. 두 선수를 특정한 start/sit(선발/벤치), 드래프트, 트레이드 질문에 답합니다.

get_rankings

position, scoring_format, limit

QB, RB, WR, TE, FLEX, K 또는 DEF 포지션 랭킹을 보여줍니다.

get_player

name

한 선수의 프로필: 생산성, 티어, 효율성, 바이 주.

search_players

query, limit

이름의 일부, 팀, 또는 포지션으로 선수를 검색합니다.

get_positional_scarcity

scoring_format

각 포지션에서 득점이 얼마나 가파르게 떨어지는지 보여주어 드라이프트 전략에 도움을 줍니다.

get_bye_conflicts

players

로스터에 있는 두 명 이상의 선수가 공유하는 바이 주(byeweek)가 언제인지 알려줍니다.

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