mcpbeat Sign in

FutPicks MCP Server

local only

FutPicks runs on your own machine — the client starts it, so there is no endpoint to ping. 91 installs a week from npm. Last commit 6 Sep 2026.

Probable football lineups with start probability and expected fantasy points, graded in public.

Installs per day peak 440 · avg 14
a month agotoday
91
Installs / week
npm · futpicks-mcp
0
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check FutPicks every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add futpicks -- npx -y futpicks-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "futpicks": {
      "args": [
        "-y",
        "futpicks-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.futpicks]
command = "npx"
args = ["-y", "futpicks-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "futpicks": {
      "args": [
        "-y",
        "futpicks-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "futpicks": {
      "args": [
        "-y",
        "futpicks-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FUTPICKS_API_URL (API base URL. Defaults to https://futpicks.com.), FUTPICKS_API_KEY (Data-scope API key (flab_live_...). Optional: the public tools — probable lineups, matches, picks, track record — work without it.), FUTPICKS_OPS_TOKEN (Ops-scope API key (flab_ops_...), admin only. Optional.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to FutPicks

same job, measured the same way
C
Grant Finder
by dropwatchhq

Find federal and public grants a business may qualify for, with eligibility and links.

12 tools answering
TablePredict
by nodeblur

Build validated football table and World Cup group prediction links with TablePredict.

3 tools answering
Stathead MCP
by dachhack

Fantasy football analytics: stats, dynasty, projections, prospects, Sleeper leagues, Excel I/O

504 installs/wk local only
FairLine
by fairline

Shops MLB, NHL, EPL and NFL lines across sportsbooks with a no-vig fair probability, for members.

answering
Memnode
by memnode

Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint.

answering
Github Project Info
by shubhtoy

Read public GitHub Projects v2 boards without auth — items, fields, story points, priority.

43 installs/wk local only
Public Data Catalog
by yhay81

Reviewed public-data search and execution with provenance and verifiable integrity receipts.

3 tools answering
Predixsport
by predixsport

Probability-calibrated NBA, EuroLeague, football and ATP/WTA tennis predictions, full distributions

answering

FutPicks — questions

Answers built from our own checks of this server.

Why is there no uptime for FutPicks?
FutPicks runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package futpicks-mcp was installed 91 times last week.
How do I connect FutPicks?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls futpicks-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use FutPicks?
The npm package futpicks-mcp was installed 91 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is FutPicks open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.