The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the 7 0 MCP listing page.
7-0 - 2026 World Cup Squad Builder and Knockout Simulator
🌐 English · 简体中文 · Português (BR) · Español · Français · Deutsch
A Model Context Protocol server that exposes the canonical 7-0 knowledge surface — game modes, roster picks, and scenarios, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://seteazero.com
7-0 is a free, no-signup browser game where the player builds a squad for the 2026 World Cup, advances through seven knockout rounds, and tries to lift the trophy without dropping a match. The squad is drafted from real 2026 World Cup rosters scraped from public Wikipedia squad pages, and matches are decided by a deterministic event-based simulation engine that runs entirely client-side. There is no waiting for servers, no account to register, and no in-app purchases — the page loads, the squad is built, and the tournament plays out in the browser. Permalinks are stored in Cloudflare D1 so any run can be shared and reproduced exactly, with the same seven matches and the same scoreline-by-minute story for everyone who opens the URL.
7-0 is for football fans who follow the 2026 World Cup and want a quick, structured way to test predictions about squad strength without setting up a fantasy league. It fits casual users who play one or two runs over a tournament cycle, as well as more invested fans who run many configurations against the same simulator to argue for a specific tactical or selection point. The game also works for friend groups that want a shared, reproducible bracket without registering accounts, and for content creators who need a deterministic source of "what if" tournament outcomes. Anyone who would otherwise sketch brackets on paper has a faster, shareable equivalent here.
list_scenariosReturn the canonical list of game modes and scenarios the site exposes (free play, daily, leaderboards, etc.). (7-0)
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for 7-0 (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://7-0/scenarios — Available game modes, scenarios, and roster-building constraints.site://7-0/faq — Short FAQ generated from public site metadata.site://7-0/links — Canonical URLs to share with users.tell_me_about_7_0Summarize what the site is, who it's for, and how it works. — 7-0
plan_a_run_7_0Plan a single play-through: pick a mode, draft a roster strategy, and predict outcomes. — 7-0
(Replace claude with cursor, windsurf, or continue for those clients.)
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
MIT