FutPicks MCP server
Probable football lineups with start probability and expected fantasy points, graded in public.
0 stars57 downloads/wk
Reviews
Write oneNobody has reviewed FutPicks yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
FutPicks tools (17, 2 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
flab_backtest_runwrite actionRun a backtest over settled picks for a date range with optional rating/market/edge/league filters.
flab_data_catalogBrowse the Data API catalog: available datasets, scopes, and resources for Sharp/Pro consumers. Requires Pro token.
flab_evaluate_matchScore a match on demand through the scoring engine and return every market's pick with the full block breakdown. Requires Pro token.
flab_evaluate_matchesList scheduled matches (next ~3 days) available for on-demand evaluation. Use the returned matchId with flab_evaluate_match. Requires Pro token.
flab_export_picksExport settled/published picks as CSV for a date range with optional market/rating filters. Returns raw CSV text. Requires Pro token.
flab_healthCheck the FutPicks API health and basic system status. Public — no auth.
flab_match_detailsGet a single match by ID. Set includeIntelligence=true to also fetch the sports-intelligence snapshot (form, H2H, context). Public — no auth.
flab_matches_todayGet today's matches with teams, league, kickoff, line snapshots, and any picks. Public — no auth.
flab_matches_upcomingGet scheduled matches for the next N days (1–30, default 7). Public — no auth.
flab_ops_runwrite actionSubmit a pipeline operation. Returns 202 with an operation id to poll via flab_ops_status. Admin-only (FUTPICKS_OPS_TOKEN).
flab_ops_statusPoll an operation's lifecycle status by id. Set includeResult=true to also fetch its result payload once complete. Admin-only (FUTPICKS_OPS_TOKEN).
flab_pick_detailsGet full detail for a single pick by ID: market, line, edge, score, rating, and the scoring-block breakdown. Public — no auth.
flab_picks_boardFull picks board for a date with rich filters: edge/odds/data-quality ranges, lineup-confirmed flag, and preview inclusion. Public — no auth.
flab_picks_historyPaged history of past picks across all markets with filters. Requires Pro token (FUTPICKS_API_KEY).
flab_picks_todayGet FutPicks' published picks for a date (defaults to today UTC). Public board shows Good-rated picks by default.
flab_teamsList teams known to FutPicks. Public — no auth.
flab_track_recordHistorical settled-pick performance with AND-combined filters: market, league, rating, outcome (Won/Lost/Push), and date range.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan3 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 14 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
Runs npx -y futpicks-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add futpicks -- npx -y futpicks-mcp
FutPicks: common questions
- Is FutPicks MCP server safe?
- Mostly: it is graded B (83/100). Read the FutPicks safety report
- How do I install FutPicks?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does FutPicks need an API key?
- Yes. The registry entry asks for
FUTPICKS_API_KEY,FUTPICKS_OPS_TOKEN. - Is FutPicks maintained?
- The last commit was 15 days ago (2026-09-06). The latest release is v1.0.2.