An MCP server that exposes 7-0 game information to MCP-compatible clients, including game modes, scenarios, FAQ, and official links. The underlying site is a read-only browser game where users build a 2026 World Cup squad and simulate a seven-round knockout run.
From the registry: 7-0 is a free, no-signup browser game where players build a World Cup squad, survive seven knockout

Please install the `7-0-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js** — Node.js 18 or newer is required to run the MCP server. (https://nodejs.org},{)
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["<absolute-path-to-7-0-mcp>/src/index.mjs"]
Note: README provides a source-based stdio configuration example. It also offers Smithery for client-specific installation, but the canonical command/args shape shown in the README is the local source run via Node. No environment variables or API keys are required.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP server for Firecrawl web scraping, structured data extraction and web search integration.