Footics MCP
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Footics MCPwhat are my predictions for today's matches?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Footics MCP
A remote MCP server for Footics,
a World Cup 2026 prediction game. A user connects their AI assistant (Claude,
ChatGPT, Cursor…) to https://mcp.footics.app/mcp, signs in with their Footics
account, and the assistant can read their matches, standings and predictions —
and, optionally, submit them. Inference runs on the user's side; Footics only
pays for hosting.
Written in Go (cmd/mcp) with the official
modelcontextprotocol/go-sdk.
The server is a thin authenticated client of the Footics REST API (/v1):
it holds no database connection and no service-role key — every read and write
is forwarded to the API with the calling user's token, so the API stays the
single source of truth and the single write point.
Architecture
AI assistant (Claude / ChatGPT) ──MCP/HTTP──► cmd/mcp (/mcp)
│ internal/auth verify user JWT (JWKS or HS256)
│ internal/tools → internal/apiclient (calls /v1 with the user token)
▼
Footics API (api.footics.app) ──► Postgresinternal/auth— verifies Supabase-issued user JWTs (JWKS asymmetric in prod, HS256 for local dev), same JWKS cache + refresh cooldown as the API.internal/apiclient— forwards each tool call to the Footics/v1API with the user's bearer token (no privileged credentials here).internal/tools— the MCP tool definitions + per-user rate limiting.
Related MCP server: tulidu-sport-mcp
Tools
whoami · list_matches · get_match · get_my_standing · get_my_predictions ·
get_leaderboard · list_my_groups · get_joker_status · search ·
submit_prediction (gated by MCP_ENABLE_WRITES)
Configuration
Variable | Default | Effect |
| — | base URL of the Footics REST API |
| — | JWKS URL(s) for asymmetric token verification (prod) |
| — | HS256 secret (local dev alternative to JWKS) |
|
|
|
|
| require a valid bearer token (401 otherwise) |
|
| allow |
|
| tool calls per minute per user ( |
See .env.example for the full list.
Development
cp .env.example .env # point AUTH at a local/staging GoTrue, not production
go run ./cmd/mcp # serves on $HTTP_ADDR (default :8080), /mcpWithout an Authorization: Bearer <token> header the endpoint returns 401
(unless MCP_REQUIRE_AUTH=false). Build a static binary with
go build ./cmd/mcp; the container image is the multi-stage
Dockerfile (distroless).
Deployment
Runs on the Footics VPS as a Dokploy service (footics-mcp), build-from-git via
deploy/compose.dokploy.yml → published at
mcp.footics.app. Runbook lives in the private infra repo.
Security
Auth is required and writes are off by default. See SECURITY.md for the model and how to report a vulnerability.
License
MIT © 2026 Tom Cardoen
This server cannot be deployed
Maintenance
Related MCP Connectors
Football fixtures, standings, and odds intelligence for AI agents.
- FantopyOAuthai.fantopy
Free World Cup 2026 prediction game with fixtures, picks, brackets, and leaderboards
Historical football results, teams, competitions and draw/streak statistics via 10 read-only tools.
Live competitive-game predictions, meta data and decision tools for AI agents.
Related MCP Servers
FlicenseNot gradedqualityFmaintenanceConnects AI agents to the Futurykon prediction platform, enabling them to query and interact with prediction questions, manage predictions, and view leaderboards.-
tulidu-sport-mcpofficial
AlicenseNot gradedqualityDmaintenanceEnables AI tools to query sports tournaments, leaderboards, predictions, and match stats from the Tulidu Sport platform.14 npmMIT- FlicenseNot gradedqualityDmaintenanceEnables natural language querying of football/soccer data via the API-Football service, providing access to leagues, teams, players, fixtures, standings, and statistics.3-
- AlicenseNot gradedqualityCmaintenanceProvides comprehensive soccer/football data including standings, team search, league search, match predictions, and head-to-head records via the API-Football service.9 npmMIT