FutPicks
NPM · FUTPICKS-MCP · SCANNED SEP 20
Probable football lineups with start probability and expected fantasy points, graded in public.
Available components
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
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
claude mcp add khavel-futpicks -- npx -y futpicks-mcp
{
"mcpServers": {
"khavel-futpicks": {
"command": "npx",
"args": [
"-y",
"futpicks-mcp"
]
}
}
} {
"servers": {
"khavel-futpicks": {
"command": "npx",
"args": [
"-y",
"futpicks-mcp"
]
}
}
} codex mcp add khavel-futpicks -- npx -y futpicks-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"khavel-futpicks": {
"type": "local",
"command": [
"npx",
"-y",
"futpicks-mcp"
],
"enabled": true
}
}
} openclaw mcp add khavel-futpicks --command npx --arg -y --arg futpicks-mcp
mcp_servers:
khavel-futpicks:
command: "npx"
args: ["-y", "futpicks-mcp"] {
"McpServers": {
"khavel-futpicks": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"futpicks-mcp"
]
}
}
} assistant mcp add khavel-futpicks -t stdio -c npx -a -y futpicks-mcp
{
"mcpServers": {
"khavel-futpicks": {
"command": "npx",
"args": [
"-y",
"futpicks-mcp"
]
}
}
} 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.
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 →
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 →
flab_backtest_run Run a Backtest ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| dateFrom | string | yes | Start date YYYY-MM-DD (inclusive) |
| dateTo | string | yes | End date YYYY-MM-DD (must be after dateFrom) |
| leagueId | integer | – | Filter by league ID |
| market | string | – | Filter by market enum name (e.g. OU25, H2H3Way, BTTS) |
| minEdge | number | – | Minimum edge threshold |
| rating | string | – | Filter by rating |
No output schema declared.
No examples provided.
flab_data_catalog Get 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 Evaluate a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| matchId | integer | yes | Match ID (from flab_evaluate_matches) |
No output schema declared.
No examples provided.
flab_evaluate_matches List Evaluable 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 Export Picks (CSV) ~82
Export settled/published picks as CSV for a date range with optional market/rating filters. Returns raw CSV text. Requires Pro token.
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | – | Start date YYYY-MM-DD |
| market | string | – | Filter by market |
| rating | string | – | Filter by rating |
| to | string | – | End date YYYY-MM-DD |
No output schema declared.
No examples provided.
flab_health Get System 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 Get 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | Match ID |
| includeIntelligence | boolean | – | Also fetch the /intelligence snapshot |
No output schema declared.
No examples provided.
flab_matches_today Get Today's Matches ~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 Get Upcoming Matches ~50
Get scheduled matches for the next N days (1–30, default 7). Public — no auth.
| Name | Type | Req | Description |
|---|---|---|---|
| days | integer | – | Days ahead (1–30, default 7) |
No output schema declared.
No examples provided.
flab_ops_run Run an Ops Operation (admin) ~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).
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | – | ISO date YYYY-MM-DD (ingestion/scoring; default today) |
| kind | string | yes | Operation kind |
| lastDays | integer | – | Settlement lookback days (1–30, default 3) |
| matchId | integer | – | Match ID (intelligence-refreshes only) |
| windowDays | integer | – | Calibration window days (7–365, default 90) |
No output schema declared.
No examples provided.
flab_ops_status Get Ops Operation Status (admin) ~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).
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | Operation id (from flab_ops_run) |
| includeResult | boolean | – | Also fetch /result |
No output schema declared.
No examples provided.
flab_pick_details Get 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | Pick ID |
No output schema declared.
No examples provided.
flab_picks_board Get 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.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | – | Date YYYY-MM-DD (default: today UTC) |
| includePreview | boolean | – | Include T-3h preview picks (default: true) |
| league | string | – | Filter by league name |
| market | string | – | Filter by market |
| maxEdge | number | – | Maximum edge |
| maxOdds | number | – | Maximum decimal odds |
| minEdge | number | – | Minimum edge (e.g. 0.02) |
| minOdds | number | – | Minimum decimal odds |
| rating | string | – | Filter by rating |
No output schema declared.
No examples provided.
flab_picks_history Get Picks History ~136
Paged history of past picks across all markets with filters. Requires Pro token (FUTPICKS_API_KEY).
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | – | Start date YYYY-MM-DD |
| isLive | boolean | – | Live (true, default) vs preview |
| league | string | – | Filter by league name |
| market | string | – | Filter by market |
| page | integer | – | Page number (default 1) |
| pageSize | integer | – | Page size (1–100, default 20) |
| rating | string | – | Filter by rating |
| to | string | – | End date YYYY-MM-DD |
No output schema declared.
No examples provided.
flab_picks_today Get Today's Picks ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | – | Date YYYY-MM-DD (default: today UTC) |
| market | string | – | Filter by market, e.g. H2H, OU2.5, BTTS |
| rating | string | – | Filter by rating (default: Good) |
No output schema declared.
No examples provided.
flab_teams Get 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 Get 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.
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | – | Start date YYYY-MM-DD |
| isLive | boolean | – | Live picks (true, default) vs preview/backtest (false) |
| league | string | – | League name (exact) |
| market | string | – | Market display name (H2H, OU2.5, TT) or enum name |
| outcome | string | – | Filter by settled outcome |
| rating | string | – | Filter by rating |
| to | string | – | End date YYYY-MM-DD |
No output schema declared.
No examples provided.
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.