Back to Browse

Pitch Queens MCP Server

Developer ToolsLow Risk8.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Pitch Queens is a free, independent 2027 Women's World Cup simulator with a bracket predictor

About

Pitch Queens is a free, independent 2027 Women's World Cup simulator with a bracket predictor

Security Report

8.0
Low Risk8.0Low Risk

Excellent security posture. This is a read-only informational MCP server with no authentication requirements, API key dependencies, or external data fetching. Code is clean, well-structured, and contains no dangerous patterns, credential handling issues, or malicious functionality. Permissions are minimal and entirely appropriate for the server's purpose. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity).

4 files analyzed ยท 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

stdio

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-rocnubie-pitch-queens-mcp": {
      "args": [
        "-y",
        "msa-pitch-queens-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Pitch Queens MCP Server

Women's World Cup 2027 Simulator, Bracket & Predictions

MCP Badge License: MIT Stdio Transport Node MCP Zero Config

A Model Context Protocol server that exposes the canonical Pitch Queens knowledge surface โ€” game rules, modes, constraints, and entry points, FAQ, official links โ€” to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, with no API keys or usage quota required.

Official website: https://pitch-queens.pages.dev

๐ŸŽฎ About Pitch Queens

Pitch Queens is a free, independent simulator and prediction game for the 2027 Women's World Cup in Brazil. Its public tools include a full-tournament simulator, bracket predictor, browser-computed title odds, a daily challenge, private leagues, qualification status, and team pages.

The current pre-draw field combines confirmed teams with projected qualifiers so a complete 32-team tournament can be simulated before qualification and the official draw are final. Team strength ratings and probabilistic match results are site-authored entertainment projections, not official forecasts, betting advice, or statements about the final field.

This MCP exposes the documented rules, entry points, and projection boundaries as read-only context. It does not run a simulation, submit a daily pick, create or join a league, or return live odds. Pitch Queens is an independent fan project and is not affiliated with FIFA.

Tools

get_game_rules

Return the verified game rules, modes, constraints, and public entry points the site exposes. (Pitch Queens)

Input: no parameters. Returns: text/markdown.

get_official_links

Return the canonical list of official links for Pitch Queens (website, support, docs when available).

Input: no parameters. Returns: text/markdown.

Resources

  • site://pitch-queens/rules โ€” Verified game rules, modes, constraints, and public entry points.
  • site://pitch-queens/faq โ€” Short FAQ generated from public site metadata.
  • site://pitch-queens/links โ€” Canonical URLs to share with users.

Prompts

tell_me_about_pitch_queens

Summarize what the site is, who it's for, and how it works. โ€” Pitch Queens

plan_a_run_pitch_queens

Plan a single play-through using verified rules and entry points. โ€” Pitch Queens

Installation

Install via Smithery

npx -y @smithery/cli install pitch-queens-mcp --client claude

(Replace claude with cursor, windsurf, or continue for those clients.)

Install from source

git clone https://github.com/rocnubie/pitch-queens-mcp.git
cd pitch-queens-mcp
pnpm install

Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):

{
  "mcpServers": {
    "pitch-queens-mcp": {
      "command": "node",
      "args": [
        "/absolute/path/to/pitch-queens-mcp/src/index.mjs"
      ]
    }
  }
}

Debug with MCP Inspector

npx @modelcontextprotocol/inspector node src/index.mjs

Official Links

Development

pnpm install
pnpm start                 # run the server over stdio

License

MIT

Reviews

No reviews yet

Be the first to review this server!