Enables AI assistants to interact with the Footics World Cup 2026 prediction game, reading matches, standings, predictions, and optionally submitting predictions.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.DATABASE_URLMCP_ENABLED— true false → /mcp returns 503 with no Supabase/DB call (kill switch)MCP_ENABLE_WRITES— lib/predictions.ts — writes with the same guardrails as the main app. Off by default (=false).MCP_OAUTH_ISSUERMCP_PUBLIC_URLMCP_RATE_LIMIT_PER_MIN— 30 tool calls per minute per user (0 = off)MCP_REQUIRE_AUTH— true require a valid bearer token (401 otherwise)MCP_TEST_USER_IDMCP_TOKEN_VERIFY— getuser getuser (robust) or jwks (local, asymmetric)NEXT_PUBLIC_SUPABASE_ANON_KEYNEXT_PUBLIC_SUPABASE_URLSUPABASE_ANON_KEYSUPABASE_URLTEST_EMAILTEST_PASSWORD[](https://m8ven.ai/mcp/footics-mcp-server-1j2op9)