Server data from the Official MCP Registry
7-0 is a free, no-signup browser game where players build a World Cup squad, survive seven knockout
7-0 is a free, no-signup browser game where players build a World Cup squad, survive seven knockout
Excellent security posture. This is a read-only MCP server with no authentication requirements, no external API calls, no file I/O beyond serving static markdown content, and no dangerous operations. The codebase is clean, well-structured, and uses only the official MCP SDK. Permissions are minimal and appropriate for the server's purpose. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-7-0-mcp": {
"args": [
"-y",
"msa-7-0-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
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 install
Then 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.mjs
pnpm install
pnpm start # run the server over stdio
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.