Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

FutPicks

NPM · FUTPICKS-MCP · SCANNED SEP 20

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

Available components

+3 this week 87 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to Khavel/futpicks-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 14 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1425 tokens (~83/item across 17 items; 17 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management47
  • Stability observed for 14 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 17 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 17 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the FutPicks MCP server?

FutPicks runs locally as an npm package, launched with npx -y futpicks-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · futpicks-mcp

# add to Claude Code
claude mcp add khavel-futpicks -- npx -y futpicks-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "khavel-futpicks": {
      "command": "npx",
      "args": [
        "-y",
        "futpicks-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "khavel-futpicks": {
      "command": "npx",
      "args": [
        "-y",
        "futpicks-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add khavel-futpicks -- npx -y futpicks-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "khavel-futpicks": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "futpicks-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add khavel-futpicks --command npx --arg -y --arg futpicks-mcp
# ~/.hermes/config.yaml
mcp_servers:
  khavel-futpicks:
    command: "npx"
    args: ["-y", "futpicks-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "khavel-futpicks": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "futpicks-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add khavel-futpicks -t stdio -c npx -a -y futpicks-mcp
// mcp.json
{
  "mcpServers": {
    "khavel-futpicks": {
      "command": "npx",
      "args": [
        "-y",
        "futpicks-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +3
    • Stability: unverified → 0.23 functional
  • 7 Sept 26 +15
    • Malware scan: unverified → pass security
  • 6 Sept 26 66

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/futpicks-mcp@1.0.2

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo Khavel/futpicks-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/Khavel/futpicks-mcp/.github/workflows/publish.yml@refs/tags/v1.0.2
Rekor log index 2732752934
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:d05afeaac988f3fadb473f74cbaf73f91caaa73a6feb06da795f3e4ce01173b6e4db47da590bb840331b5a22da0755d1f1621fbea32884abeabfce0bc

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 17 exposed · ~1,425 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
flab_backtest_run ~157

Run a backtest over settled picks for a date range with optional rating/market/edge/league filters. Returns total picks, wins, losses, win rate, ROI, avg edge, and breakdowns. Requires Pro token. Range max 365 days.

NameTypeReqDescription
dateFromstringyesStart date YYYY-MM-DD (inclusive)
dateTostringyesEnd date YYYY-MM-DD (must be after dateFrom)
leagueIdintegerFilter by league ID
marketstringFilter by market enum name (e.g. OU25, H2H3Way, BTTS)
minEdgenumberMinimum edge threshold
ratingstringFilter by rating

No output schema declared.

No examples provided.

flab_data_catalog ~33

Browse the Data API catalog: available datasets, scopes, and resources for Sharp/Pro consumers. Requires Pro token.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

flab_evaluate_match ~53

Score a match on demand through the scoring engine and return every market's pick with the full block breakdown. Requires Pro token.

NameTypeReqDescription
matchIdintegeryesMatch ID (from flab_evaluate_matches)

No output schema declared.

No examples provided.

flab_evaluate_matches ~42

List scheduled matches (next ~3 days) available for on-demand evaluation. Use the returned matchId with flab_evaluate_match. Requires Pro token.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

flab_export_picks ~82

Export settled/published picks as CSV for a date range with optional market/rating filters. Returns raw CSV text. Requires Pro token.

NameTypeReqDescription
fromstringStart date YYYY-MM-DD
marketstringFilter by market
ratingstringFilter by rating
tostringEnd date YYYY-MM-DD

No output schema declared.

No examples provided.

flab_health ~26

Check the FutPicks API health and basic system status. Public — no auth.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

flab_match_details ~69

Get a single match by ID. Set includeIntelligence=true to also fetch the sports-intelligence snapshot (form, H2H, context). Public — no auth.

NameTypeReqDescription
idintegeryesMatch ID
includeIntelligencebooleanAlso fetch the /intelligence snapshot

No output schema declared.

No examples provided.

flab_matches_today ~32

Get today's matches with teams, league, kickoff, line snapshots, and any picks. Public — no auth.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

flab_matches_upcoming ~50

Get scheduled matches for the next N days (1–30, default 7). Public — no auth.

NameTypeReqDescription
daysintegerDays ahead (1–30, default 7)

No output schema declared.

No examples provided.

flab_ops_run ~169

Submit a pipeline operation. Returns 202 with an operation id to poll via flab_ops_status. Admin-only (FUTPICKS_OPS_TOKEN). Kinds: ingestion-runs (date?), scoring-runs (date?), settlement-runs (lastDays 1–30), calibration-runs (windowDays 7–365), intelligence-refreshes (matchId).

NameTypeReqDescription
datestringISO date YYYY-MM-DD (ingestion/scoring; default today)
kindstringyesOperation kind
lastDaysintegerSettlement lookback days (1–30, default 3)
matchIdintegerMatch ID (intelligence-refreshes only)
windowDaysintegerCalibration window days (7–365, default 90)

No output schema declared.

No examples provided.

flab_ops_status ~70

Poll an operation's lifecycle status by id. Set includeResult=true to also fetch its result payload once complete. Admin-only (FUTPICKS_OPS_TOKEN).

NameTypeReqDescription
idintegeryesOperation id (from flab_ops_run)
includeResultbooleanAlso fetch /result

No output schema declared.

No examples provided.

flab_pick_details ~50

Get full detail for a single pick by ID: market, line, edge, score, rating, and the scoring-block breakdown. Public — no auth.

NameTypeReqDescription
idintegeryesPick ID

No output schema declared.

No examples provided.

flab_picks_board ~159

Full picks board for a date with rich filters: edge/odds/data-quality ranges, lineup-confirmed flag, and preview inclusion. Public — no auth.

NameTypeReqDescription
datestringDate YYYY-MM-DD (default: today UTC)
includePreviewbooleanInclude T-3h preview picks (default: true)
leaguestringFilter by league name
marketstringFilter by market
maxEdgenumberMaximum edge
maxOddsnumberMaximum decimal odds
minEdgenumberMinimum edge (e.g. 0.02)
minOddsnumberMinimum decimal odds
ratingstringFilter by rating

No output schema declared.

No examples provided.

flab_picks_history ~136

Paged history of past picks across all markets with filters. Requires Pro token (FUTPICKS_API_KEY).

NameTypeReqDescription
fromstringStart date YYYY-MM-DD
isLivebooleanLive (true, default) vs preview
leaguestringFilter by league name
marketstringFilter by market
pageintegerPage number (default 1)
pageSizeintegerPage size (1–100, default 20)
ratingstringFilter by rating
tostringEnd date YYYY-MM-DD

No output schema declared.

No examples provided.

flab_picks_today ~119

Get FutPicks' published picks for a date (defaults to today UTC). Public board shows Good-rated picks by default. Markets: H2H, OU2.5, BTTS, AsianHandicap, DoubleChance, etc. Public — no auth.

NameTypeReqDescription
datestringDate YYYY-MM-DD (default: today UTC)
marketstringFilter by market, e.g. H2H, OU2.5, BTTS
ratingstringFilter by rating (default: Good)

No output schema declared.

No examples provided.

flab_teams ~23

List teams known to FutPicks. Public — no auth.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

flab_track_record ~155

Historical settled-pick performance with AND-combined filters: market, league, rating, outcome (Won/Lost/Push), and date range. Returns hit rate, profit, and ROI. Public — no auth.

NameTypeReqDescription
fromstringStart date YYYY-MM-DD
isLivebooleanLive picks (true, default) vs preview/backtest (false)
leaguestringLeague name (exact)
marketstringMarket display name (H2H, OU2.5, TT) or enum name
outcomestringFilter by settled outcome
ratingstringFilter by rating
tostringEnd date YYYY-MM-DD

No output schema declared.

No examples provided.

Common questions

What is the FutPicks MCP server?

FutPicks is an MCP server listed in the public MCP registry as io.github.Khavel/futpicks. Probable football lineups with start probability and expected fantasy points, graded in public. This page covers its npm package (futpicks-mcp).

Is the FutPicks MCP server safe to use?

FutPicks scores 87 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the FutPicks MCP server expose?

FutPicks exposes 17 tools: flab_picks_today, flab_pick_details, flab_picks_board, flab_matches_today, flab_match_details, and 12 more. Their descriptions and schemas cost roughly 1,425 tokens of context every time the server is loaded.

Is the FutPicks MCP server still maintained?

FutPicks is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the FutPicks MCP server under?

FutPicks declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.