Skip to main content
ClaudeWave

AI fantasy football draft assistant for Claude, ChatGPT & Cursor — 2026 draft board, best available, sleepers, ADP gaps. Free MCP server, no account.

MCP ServersOfficial Registry0 stars0 forksDockerfileMITUpdated 8d ago
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/21/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/predictionmarketspicks/fantasy-draft-mcp
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/predictionmarketspicks/fantasy-draft-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Fantasy Football Draft Assistant — MCP Server

**Draft with a projection model behind you, inside Claude, ChatGPT or Cursor.**

Ask your AI agent *"who should I draft at pick 18?"* and it calls a real 2026 projection
model — ranked board, best available, sleepers and busts, floor/ceiling, and cross-platform
ADP gaps. Free to call. No account, no API key, no card.

```
https://predictionmarketspicks.com/api/mcp-draft/mcp
```

Registry: **`com.predictionmarketspicks/fantasy-draft`** · Docs: **https://predictionmarketspicks.com/draft**

---

## Install

**Claude Code**
```bash
claude mcp add --transport http pmp-fantasy-draft https://predictionmarketspicks.com/api/mcp-draft/mcp
```

**Claude Desktop · Claude.ai · ChatGPT · Cursor** — add this as a custom connector / remote MCP server:
```
https://predictionmarketspicks.com/api/mcp-draft/mcp
```

**Any client that takes JSON**
```json
{
  "mcpServers": {
    "pmp-fantasy-draft": {
      "type": "streamable-http",
      "url": "https://predictionmarketspicks.com/api/mcp-draft/mcp"
    }
  }
}
```

Then just ask, in plain language:

> *"Use the draft assistant — who's the best available at pick 18? My roster is Bijan, Puka, Josh Allen."*

---

## The eight tools

| Tool | What it does |
|---|---|
| `draft_board` | The ranked 2026 fantasy draft board (standard, half-PPR or full-PPR) — projection, ADP, round, SLEEPER/BUST flag. Filter by position. |
| `best_available` | Best players still on the board given your pick number and who is already drafted. |
| `player_outlook` | One player's projection, floor/ceiling, boom/bust, ADP, and SLEEPER/BUST read. |
| `explain_player` | Why the board ranks a player where it does — our model rank vs consensus ADP vs the published blend between them, the edge, and what the projection does and does not model. |
| `compare_players` | Compare 2–4 players side by side with a pick recommendation and the best market value. |
| `sleepers_and_busts` | The biggest gaps between our model and consensus ADP — sleepers to target, busts to avoid. |
| `adp_market_gaps` | Where platform ADP disagrees with our projection the most — the players the room is systematically mispricing on your specific platform. |
| `who_do_i_draft` | Your roster + pick number → the single best pick, weighing positional need against value. |

Platform presets for Sleeper, ESPN, Yahoo, NFL.com, CBS, Underdog and more set scoring, league
size and roster targets for you. Standard, half-PPR and full-PPR all supported. Bye-week stacking
is flagged, and best-ball leagues get a ceiling-weighted tiebreak.

---

## Three rungs, and nothing here is a paywall

Every tool answers with **no key at all**. A cap is always a successful response with real data
plus a link — never an error.

| | No key | Free key (an email, no card) | Pro |
|---|---|---|---|
| `player_outlook`, `explain_player`, `compare_players` | **full** | full | full |
| `draft_board` | top 12 | top 50 | uncapped |
| `best_available` | top 3 | top 10 | uncapped |
| `sleepers_and_busts` | 3 + 3 | 10 + 10 | uncapped |
| `adp_market_gaps` | 5 | 25 | uncapped |
| `who_do_i_draft` | the pick | + 2 alternatives | + all alternatives, with reasoning |

Single-player lookups are **never** capped, at any tier. Grab a free key at
**https://predictionmarketspicks.com/mcp/key** and pass it as
`Authorization: Bearer pmp_v2_free_…`.

Pro ($14.99/mo) uncaps the lists and adds the read behind them — boom/bust week odds on every row,
positional tier breaks showing where the next real dropoff sits, and the reasoning on each
runner-up pick.

---

## Two ways to connect

This server is the **fantasy-only** view. There is also a full server with these same eight tools
plus prediction-market and NFL model tools:

| | Endpoint | Tools |
|---|---|---|
| **Fantasy only** (this repo) | `https://predictionmarketspicks.com/api/mcp-draft/mcp` | the 8 above |
| **Full server** | `https://predictionmarketspicks.com/api/mcp/mcp` | the 8 above + 15 more |

Same free key, same depth limits, same projections either way. The full server is a strict
superset — nothing is fantasy-only-exclusive. Pick this one if you want a tidy tool list in your
agent; pick the full one if you want everything.

---

## The model, honestly

Every number comes from a market-blended, calibrated 2026 season projection model, backtested
over six seasons against consensus ADP.

The board leads with a **projection-plus-ADP blend**, not a raw model — because the raw model
loses to consensus ADP at every position. So the value here is where the model **disagrees** with
the market (the SLEEPER / BUST flag), not a claim that we are simply right. `CONFIRMED-SLEEPER`
means our model and an independent projection consensus both flag it — a higher-conviction call.

Built on public play-by-play and consensus ADP. Not affiliated with the NFL or any fantasy
platform. Projections are model estimates, not guarantees.

---

## Safe to connect

- **Read-only.** The tools never make a pick, move money, or write anything. Every tool is
  annotated `readOnlyHint: true`.
- **Your roster is not stored.** The roster and drafted lists you pass are used to answer the
  call and discarded — they are never logged. We do record the recommendations *we* make
  (the player, and the ADP it was made against) so the calls can be graded against the season.
- **No account needed.** Rate limited per IP.
- **DNS-verified** on the official MCP registry under `com.predictionmarketspicks`.

---

Built by [PredictionMarketsPicks](https://predictionmarketspicks.com) · The 7 Oracles quant desk.
Full docs and a live board at **https://predictionmarketspicks.com/draft**.

What people ask about fantasy-draft-mcp

What is predictionmarketspicks/fantasy-draft-mcp?

+

predictionmarketspicks/fantasy-draft-mcp is mcp servers for the Claude AI ecosystem. AI fantasy football draft assistant for Claude, ChatGPT & Cursor — 2026 draft board, best available, sleepers, ADP gaps. Free MCP server, no account. It has 0 GitHub stars and its last recorded update is dated 2026-08-13.

How do I install fantasy-draft-mcp?

+

You can install fantasy-draft-mcp by cloning the repository (https://github.com/predictionmarketspicks/fantasy-draft-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is predictionmarketspicks/fantasy-draft-mcp safe to use?

+

Our security agent has analyzed predictionmarketspicks/fantasy-draft-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains predictionmarketspicks/fantasy-draft-mcp?

+

predictionmarketspicks/fantasy-draft-mcp is maintained by predictionmarketspicks. The last recorded GitHub activity is dated 2026-08-13, with 0 open issues.

Are there alternatives to fantasy-draft-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy fantasy-draft-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: predictionmarketspicks/fantasy-draft-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/predictionmarketspicks-fantasy-draft-mcp)](https://claudewave.com/repo/predictionmarketspicks-fantasy-draft-mcp)
<a href="https://claudewave.com/repo/predictionmarketspicks-fantasy-draft-mcp"><img src="https://claudewave.com/api/badge/predictionmarketspicks-fantasy-draft-mcp" alt="Featured on ClaudeWave: predictionmarketspicks/fantasy-draft-mcp" width="320" height="64" /></a>

More MCP Servers

fantasy-draft-mcp alternatives