Pitch Queens MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Pitch Queens MCP ServerWhat are the rules of Pitch Queens?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Pitch Queens MCP Server
Women's World Cup 2027 Simulator, Bracket & Predictions
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.
Related MCP server: wcprediction-mcp
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 installThen 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.mjsOfficial Links
Development
pnpm install
pnpm start # run the server over stdioLicense
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rocnubie/pitch-queens-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server