Skip to main content
Glama
evanatpizzarobot

DraftCall-MCP

DraftCall MCP Server

NFL fantasy football data for the 2026 season, over the Model Context Protocol.

Endpoint: https://draftcall.io/mcp Transport: streamable HTTP, stateless Auth: none. Free, read-only, no API key, no account. Docs: https://draftcall.io/mcp-server/

Ask an MCP-connected assistant "should I start Bijan Robinson or Jahmyr Gibbs in PPR" and it can answer from live data instead of guessing. Every tool result carries the draftcall.io URL the numbers came from, so answers stay citable.

Connect

Any client that accepts a remote MCP endpoint. No install, no clone.

Claude Code

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

Claude Desktop, or any client that takes a JSON config

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

Related MCP server: StatHead

Tools

Six, all read-only. Nothing here can modify a league, a roster, or an account.

Tool

Arguments

What it answers

compare_players

player_a, player_b, scoring_format

Head to head: points per game in the requested format, volume stats, bye weeks, who produced more. Start/sit, draft and trade questions about two named players.

get_rankings

position, scoring_format, limit

Position rankings for QB, RB, WR, TE, FLEX, K or DEF.

get_player

name

One player's profile: production, tier, efficiency, bye week.

search_players

query, limit

Find players by partial name, team, or position.

get_positional_scarcity

scoring_format

How steep the scoring dropoff is at each position, for draft strategy.

get_bye_conflicts

players

Which bye weeks two or more rostered players share.

scoring_format accepts PPR, half-PPR and standard. position accepts QB, RB, WR, TE, FLEX, K and DEF.

Data

Player names and statistics are public-domain factual data. Rankings refresh daily. Figures are 2025 regular-season production, which is the completed season the 2026 projections are built from.

Not affiliated with the NFL or the NFLPA.

About

Built by Pizza Robot Studios LLC, an independent game and app studio in Los Angeles. DraftCall is also an iOS and Android app: https://draftcall.io/download/

This repository exists to register the hosted server and document its tools. The server itself runs at the endpoint above; there is nothing to install here.

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