Probable football lineups with start probability and expected fantasy points, graded in public.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Model Context Protocol server for football data: probable lineups with a per-player start probability and expected fantasy points, match analysis, model picks and a public track record β LaLiga, Premier League, Serie A, Bundesliga, Ligue 1 and Primeira Liga.
Every tool calls the public futpicks.com REST API over HTTPS. No database access, no shell, no local secrets beyond the API tokens you put in the environment. The lineup, match and track-record tools need no key at all.
The lineups are graded in public against the confirmed XI, so the accuracy the tools report is measured, not claimed. Same data as futpicks.com/onces/la-liga.
Add it to any MCP client (Claude Code shown here) β no install step, npx fetches it:
Then ask for a probable lineup: flab_teams to find a club, flab_matches_upcoming for the
fixtures, flab_match_details for the projected XI and the model's read of the match.
To unlock the Pro and admin tools, add the keys:
For local development with hot reload: npm run dev.
| Variable | Required for | Description |
|---|---|---|
FUTPICKS_API_URL | No | API base URL (default: https://futpicks.com) |
FUTPICKS_API_KEY | Data tools | Data-scope API key (ProTier policy) |
FUTPICKS_OPS_TOKEN | Ops tools | Ops-scope API key (Admin policy, admin only) |
Public tools work with no token at all.
Mint API keys from the web app: futpicks.com β Account β API Keys (Cuenta β Claves de API).
FUTPICKS_API_KEY β create a Data-scope key. It looks like flab_live_β¦ and satisfies the
Pro-tier (ProTier) endpoints. Pro and admin users can mint these.FUTPICKS_OPS_TOKEN β create an Ops-scope key. It looks like flab_ops_β¦ and satisfies the
admin (Ops) endpoints. Only admins can mint these.The raw key is shown once at creation, so copy it into your environment immediately. Keys are
stored only as SHA-256 hashes, support optional expiry, and can be revoked from the same screen;
revoked or expired keys are rejected with 401.
| Tool | Endpoint | Key params |
|---|---|---|
flab_picks_today | GET /api/picks/today | date?, rating?, market? |
flab_pick_details | GET /api/picks/{id} | id |
flab_picks_board | GET /api/picks/board | date?, league?, market?, rating?, odds/edge ranges |
flab_matches_today | GET /api/matches/today | β |
flab_match_details | GET /api/matches/{id}[/intelligence] | id, includeIntelligence? |
flab_matches_upcoming | GET /api/matches/upcoming | days? (1β30) |
flab_teams | GET /api/teams | β |
flab_track_record | GET /api/track-record/filtered | market?, league?, rating?, outcome?, from?, to? |
flab_health | GET /api/health | β |
FUTPICKS_API_KEY)| Tool | Endpoint | Key params |
|---|---|---|
flab_picks_history | GET /api/picks/history | from?, to?, league?, market?, rating?, page?, pageSize? |
flab_evaluate_matches | GET /api/evaluate/matches | β |
flab_evaluate_match | GET /api/evaluate/{matchId} | matchId |
flab_backtest_run | POST /api/backtest/run | dateFrom, dateTo, rating?, market?, minEdge?, leagueId? |
flab_export_picks | GET /api/picks/export | from?, to?, market?, rating? (returns CSV) |
flab_data_catalog | GET /api/v1/data | β |
FUTPICKS_OPS_TOKEN, admin-only)| Tool | Endpoint | Key params |
|---|---|---|
flab_ops_run | POST /api/v1/ops/operations/{kind} | kind, plus date?/lastDays?/windowDays?/matchId? |
flab_ops_status | GET /api/v1/ops/operations/{id}[/result] | id, includeResult? |
flab_ops_run kinds: ingestion-runs, scoring-runs, settlement-runs, calibration-runs,
intelligence-refreshes. The server auto-generates an Idempotency-Key per ops POST.
Add to claude_desktop_config.json:
Then call flab_health (no token needed) β it should return live system status.
Idempotency-Key so retries are deduplicated by the API.No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/futpicks)<a href="https://allmcps.com/mcp/futpicks"><img src="https://allmcps.com/api/badge/futpicks?style=directory" alt="FutPicks on AllMCPs" /></a>