Skip to main content
ClaudeWave
rocnubie avatar
rocnubie

pitch-queens-mcp

Ver en GitHub

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.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · @smithery/cli
Claude Code CLI
claude mcp add pitch-queens-mcp -- npx -y @smithery/cli
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "pitch-queens-mcp": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# Pitch Queens MCP Server

> Women's World Cup 2027 Simulator, Bracket & Predictions

[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-pitch-queens-mcp)](https://lobehub.com/mcp/rocnubie-pitch-queens-mcp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
[![Stdio Transport](https://img.shields.io/badge/transport-stdio-6e6e6e)](https://modelcontextprotocol.io/specification)
[![Node](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org)
[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](https://modelcontextprotocol.io)
[![Zero Config](https://img.shields.io/badge/setup-zero--config-7c3aed)](#installation)

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

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

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

### Install from source

```bash
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):

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

### Debug with MCP Inspector

```bash
npx @modelcontextprotocol/inspector node src/index.mjs
```

## Official Links

- Website: https://pitch-queens.pages.dev
- About: https://pitch-queens.pages.dev/about

## Development

```bash
pnpm install
pnpm start                 # run the server over stdio
```

## License

MIT

Lo que la gente pregunta sobre pitch-queens-mcp

¿Qué es rocnubie/pitch-queens-mcp?

+

rocnubie/pitch-queens-mcp es mcp servers para el ecosistema de Claude AI. 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. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala pitch-queens-mcp?

+

Puedes instalar pitch-queens-mcp clonando el repositorio (https://github.com/rocnubie/pitch-queens-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar rocnubie/pitch-queens-mcp?

+

rocnubie/pitch-queens-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene rocnubie/pitch-queens-mcp?

+

rocnubie/pitch-queens-mcp es mantenido por rocnubie. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a pitch-queens-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega pitch-queens-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: rocnubie/pitch-queens-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/rocnubie-pitch-queens-mcp)](https://claudewave.com/repo/rocnubie-pitch-queens-mcp)
<a href="https://claudewave.com/repo/rocnubie-pitch-queens-mcp"><img src="https://claudewave.com/api/badge/rocnubie-pitch-queens-mcp" alt="Featured on ClaudeWave: rocnubie/pitch-queens-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a pitch-queens-mcp