Footics MCP
OfficialClick on "Install 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.
Separate Vercel project from the main site, same Supabase database. Built with
Next.js 16 (App Router) and mcp-handler.
Architecture
AI assistant (Claude / ChatGPT) ──MCP/HTTP──► app/[transport]/route.ts (/mcp)
│ withMcpAuth → lib/auth (verify Supabase JWT)
│ lib/tools → lib/queries (reads)
│ → lib/predictions (writes, gated)
▼
Supabase Postgres (shared with the site)lib/queries.ts— lean reads that return raw JSON for the model, not the UI view-models.lib/predictions.ts— writes with the same guardrails as the main app. Off by default (MCP_ENABLE_WRITES=false).db/schema.ts,db/index.ts,lib/jokers.ts— mirror the main app's schema and rules so column contracts never drift.
Related MCP server: FootballBin MCP Server
Tools
whoami · list_matches · get_match · get_my_standing · get_my_predictions ·
get_leaderboard · list_my_groups · get_joker_status · search ·
submit_prediction (gated)
Configuration
Variable | Default | Effect |
|
|
|
|
| require a valid bearer token (401 otherwise) |
|
| allow |
|
|
|
|
| tool calls per minute per user ( |
See .env.example for the full list, including the Supabase
connection variables.
Development
pnpm install
cp .env.example .env.local # fill in — point at a staging project, not production
pnpm dev # http://localhost:3000/mcp
pnpm token # mint a test access token + ready-to-paste MCP Inspector commandspnpm token prints an MCP Inspector command: run tools/list, then whoami,
then any tool. Without an Authorization header the endpoint returns 401.
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Footics/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server