7 0 Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 7 0 Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
7-0 - 2026 World Cup Squad Builder and Knockout Simulator
🌐 English · 简体中文 · Português (BR) · Español · Français · Deutsch
<p align="center"><a href="https://seteazero.com"><img src="./assets/hero.png" alt="7-0" width="720" /></a></p>
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
npx -y @smithery/cli install 7-0-mcp --client claude(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/7-0-mcp.git
cd 7-0-mcp
pnpm installThen add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"7-0-mcp": {
"command": "node",
"args": [
"/absolute/path/to/7-0-mcp/src/index.mjs"
]
}
}
}npx @modelcontextprotocol/inspector node src/index.mjspnpm install
pnpm start # run the server over stdioMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.