Pitch Queens MCP Server

Pitch Queens MCP Server

Read-only MCP server exposing game rules, FAQs, and official links for the Women's World Cup 2027 simulator Pitch Queens, enabling AI clients to retrieve verified context without API keys.

Category
Visit Server

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

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

Development

pnpm install
pnpm start                 # run the server over stdio

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured