{
  "markdown": "# Pitch Queens MCP Server\n\n> Women's World Cup 2027 Simulator, Bracket & Predictions\n\n[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-pitch-queens-mcp)](https://lobehub.com/mcp/rocnubie-pitch-queens-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n[![Stdio Transport](https://img.shields.io/badge/transport-stdio-6e6e6e)](https://modelcontextprotocol.io/specification)\n[![Node](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org)\n[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](https://modelcontextprotocol.io)\n[![Zero Config](https://img.shields.io/badge/setup-zero--config-7c3aed)](#installation)\n\nA 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.\n\nOfficial website: https://pitch-queens.pages.dev\n\n## 🎮 About Pitch Queens\n\nPitch 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.\n\nThe 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.\n\nThis 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.\n\n## Tools\n\n### `get_game_rules`\nReturn the verified game rules, modes, constraints, and public entry points the site exposes. (Pitch Queens)\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n### `get_official_links`\nReturn the canonical list of official links for Pitch Queens (website, support, docs when available).\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n## Resources\n\n- `site://pitch-queens/rules` — Verified game rules, modes, constraints, and public entry points.\n- `site://pitch-queens/faq` — Short FAQ generated from public site metadata.\n- `site://pitch-queens/links` — Canonical URLs to share with users.\n\n## Prompts\n\n### `tell_me_about_pitch_queens`\nSummarize what the site is, who it's for, and how it works. — Pitch Queens\n\n### `plan_a_run_pitch_queens`\nPlan a single play-through using verified rules and entry points. — Pitch Queens\n\n## Installation\n\n### Install via Smithery\n\n```bash\nnpx -y @smithery/cli install pitch-queens-mcp --client claude\n```\n\n(Replace `claude` with `cursor`, `windsurf`, or `continue` for those clients.)\n\n### Install from source\n\n```bash\ngit clone https://github.com/rocnubie/pitch-queens-mcp.git\ncd pitch-queens-mcp\npnpm install\n```\n\nThen add to your MCP client config (`claude_desktop_config.json` for Claude Desktop, `mcp.json` for Cursor / Windsurf / Continue):\n\n```json\n{\n  \"mcpServers\": {\n    \"pitch-queens-mcp\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"/absolute/path/to/pitch-queens-mcp/src/index.mjs\"\n      ]\n    }\n  }\n}\n```\n\n### Debug with MCP Inspector\n\n```bash\nnpx @modelcontextprotocol/inspector node src/index.mjs\n```\n\n## Official Links\n\n- Website: https://pitch-queens.pages.dev\n- About: https://pitch-queens.pages.dev/about\n\n## Development\n\n```bash\npnpm install\npnpm start                 # run the server over stdio\n```\n\n## License\n\nMIT\n",
  "bytes": 3814,
  "sha": "540ef727692d738cec8862a741f785967295475de1a7d1e8a4432e7f62d9835d",
  "repo_slug": "rocnubie/pitch-queens-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rocnubie_pitch_queens_mcp_0140d399/readme"
}