74
/ 100
18 days ago
glama

Footics MCP

Enables AI assistants to interact with the Footics World Cup 2026 prediction game, reading matches, standings, predictions, and optionally submitting predictions.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: NEXT_PUBLIC_SUPABASE_ANON_KEY, SUPABASE_ANON_KEY, TEST_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configDATABASE_URL
configMCP_ENABLEDtrue false → /mcp returns 503 with no Supabase/DB call (kill switch)
configMCP_ENABLE_WRITESlib/predictions.ts — writes with the same guardrails as the main app. Off by default (=false).
configMCP_OAUTH_ISSUER
configMCP_PUBLIC_URL
configMCP_RATE_LIMIT_PER_MIN30 tool calls per minute per user (0 = off)
configMCP_REQUIRE_AUTHtrue require a valid bearer token (401 otherwise)
configMCP_TEST_USER_ID
configMCP_TOKEN_VERIFYgetuser getuser (robust) or jwks (local, asymmetric)
🔐 secretNEXT_PUBLIC_SUPABASE_ANON_KEY
configNEXT_PUBLIC_SUPABASE_URL
🔐 secretSUPABASE_ANON_KEY
configSUPABASE_URL
configTEST_EMAIL
🔐 secretTEST_PASSWORD
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/footics-mcp-server-1j2op9)](https://m8ven.ai/mcp/footics-mcp-server-1j2op9)
commit: 225c75e3337bdeb5d8cc4cbacfd39407928f431a
code hash: c542b5cea41147f3515351e80c4cbb1276d1aacb4a0828921c0a64dbac79e9f4
verified: 6/23/2026, 10:30:15 AM
view raw JSON →