← Registry

Design

wedding-crossword-maker.com

Creates personalized printable wedding stationery and puzzles, including crosswords, welcome signs, menu cards, place cards, and word searches.

1 endpoint14 known toolsFirst detected September 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://www.wedding-crossword-maker.com/api/mcp

No auth detected

MCP server metadata

Name
wedding-crossword-maker
Version
1.0.0
Capabilities
tools.listChangedprompts.listChanged
Server instructions

Creates free, print-ready wedding stationery and games: a personalised crossword, welcome sign, menu card, place cards, word search, bingo and quiz. Every puzzle gets a 6-character share code; anyone with that code can download the PDF, open the editor or play online. There is no sign-up and nothing costs money. When reporting a result, lead with the download link for the finished PDF and offer the editor link for changes; keep the answer short and do not dump every link you have.

Known tools 14

create_wedding_crossword

Creates a personalised wedding crossword from question/answer pairs about the couple and saves it under a share code.

Inferred read-only
create_welcome_sign

Creates a printable wedding welcome sign (easel/poster, A2 by default) with the couple's names and returns a link to the print-ready PDF.

Inferred read-only
create_menu_card

Creates a printable wedding menu card (A5 by default) from courses and dishes and returns a link to the print-ready PDF.

Inferred read-only
create_place_cards

Creates printable place cards from a guest list (one card per guest, 10 per A4 sheet) and returns a link to the print-ready PDF.

Inferred read-only
create_wordsearch

Creates a printable word-search puzzle from a list of words.

Inferred read-only
create_bingo

Creates printable wedding bingo cards from a pool of typical wedding moments.

Inferred read-only
create_quiz

Creates a printable wedding quiz ('How well do you know the couple?') from question/answer pairs.

Inferred read-only
get_wedding_puzzle

Returns the stored content and design of a puzzle by its 6-character share code, plus its links.

Inferred read-only
update_wedding_crossword

Changes an existing crossword: names, title, date, the full question list, the hidden solution word, the design template or the print format.

Inferred read-only
customize_design

Changes the look of a puzzle: design template, colors per design token, and font/size/bold/italic/underline for the headline, names, date, question headings and question list.

Inferred read-only
customize_product

Fine-tunes one product of a puzzle (print size, card background, per-block fonts/sizes/colors and product-specific options).

Inferred read-only
set_play_games

Decides which games wedding guests can play at the /spielen link (crossword, quiz, wordsearch, bingo).

Inferred read-only
update_puzzle_payload

Escape hatch for fields without their own tool (e.g.

Inferred read-only
list_designs

Lists the available design templates with descriptions, plus the color token ids and font ids accepted by customize_design.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.wedding-crossword-maker]
url = "https://www.wedding-crossword-maker.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wedding-crossword-maker": {
      "type": "http",
      "url": "https://www.wedding-crossword-maker.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wedding-crossword-maker
Remote MCP URL: https://www.wedding-crossword-maker.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "wedding-crossword-maker": {
      "url": "https://www.wedding-crossword-maker.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wedding-crossword-maker": {
      "type": "http",
      "url": "https://www.wedding-crossword-maker.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wedding-crossword-maker",
  "transport": "streamable-http",
  "url": "https://www.wedding-crossword-maker.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.