For AI assistants
DraftCall MCP Server
Endpoint
https://draftcall.io/mcpStreamable HTTP transport, stateless. Send JSON-RPC over POST, or open the URL in a browser to see the server description.
Connect it
Claude Code
claude mcp add --transport http draftcall https://draftcall.io/mcpClaude Desktop, or any client that takes a JSON config
{
"mcpServers": {
"draftcall": {
"type": "http",
"url": "https://draftcall.io/mcp"
}
}
}ChatGPT and other MCP clients
Add https://draftcall.io/mcp as a remote MCP server. There is no authentication step, so any client that accepts a plain HTTP MCP URL will connect.
What it can answer
Seven tools. Every result carries the draftcall.io URL the numbers came from.
compare_playersHead-to-head on any two players: points per game in the format you name, volume, bye weeks, and who produced more.
“Is Bijan Robinson or Jahmyr Gibbs the better start in full PPR?”
get_rankingsPosition rankings for QB, RB, WR, TE, FLEX, K, or DEF, re-sorted for PPR, half-PPR, or standard scoring.
“Give me the top 10 tight ends in standard scoring.”
get_playerOne player, fully: positional rank, points per game in all three formats, season stats, games played, bye week.
“What did Puka Nacua do last season?”
search_playersFind players by partial name, team abbreviation, or position when a name is ambiguous.
“Which Williams are fantasy relevant this year?”
get_positional_scarcityHow steep the scoring dropoff is at each position, from the top player to replacement level, in the format you name.
“Should I draft a running back or a wide receiver first this year?”
get_bye_conflictsGiven a list of players, which bye weeks two or more of them share.
“Do any of my starters share a bye week this season?”
get_weekly_matchupWho a player faces in a given week, home or away, and how many fantasy points that defense allowed to the position last season.
“Should I start Puka Nacua in Week 3?”
Scoring formats are real
Every tool takes a scoring_format of ppr, half_ppr, or standard, and the rankings genuinely re-sort. Christian McCaffrey is the RB1 in full PPR and Jonathan Taylor is the RB1 in standard, so an assistant that ignores format gives the wrong answer half the time. Browse the same data on the rankings pages.
Frequently Asked Questions
Does the DraftCall MCP server need an API key?
No. It is public, read-only, and unauthenticated. Point your client at the endpoint and the tools are available immediately.
What data does it return?
NFL player production from the most recent completed regular season: points per game in PPR, half-PPR, and standard scoring, volume stats, games played, and bye weeks, across QB, RB, WR, TE, FLEX, K, and DEF. It refreshes daily.
Can it change anything in my league or account?
No. Every tool is read-only. There is nothing to write to, so nothing an assistant can break.
How is this different from the DraftCall app?
The MCP server hands raw data to an assistant you are already talking to. The app gives you real-time game-day verdicts, voice input, push alerts, and your own roster. The website sits in between as a research hub you can browse.

Your Fantasy Edge in Your Pocket
Game day needs more than data
The DraftCall app turns the same pipeline into real-time start or sit verdicts, with voice input, push alerts, and your own roster.
- ✓Injury designations as they post
- ✓Live Sunday-morning AI verdicts
- ✓Voice input: "Mahomes vs Allen"
- ✓Personal roster tracker
- ✓Multiple teams and watchlists
Free on the App Store and Google Play. $2.99/month premium.
Inside the app
Seven screens from the shipping build: the compare tool, the verdict and the numbers behind it, voice roster building, your full lineup, and the bye week planner.






