Design
wedding-crossword-maker.com
Creates personalized printable wedding stationery and puzzles, including crosswords, welcome signs, menu cards, place cards, and word searches.
ENDPOINT 1
https://www.wedding-crossword-maker.com/api/mcp
MCP server metadata
- Name
- wedding-crossword-maker
- Version
- 1.0.0
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_crosswordCreates a personalised wedding crossword from question/answer pairs about the couple and saves it under a share code.
Inferred read-onlycreate_welcome_signCreates 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-onlycreate_menu_cardCreates a printable wedding menu card (A5 by default) from courses and dishes and returns a link to the print-ready PDF.
Inferred read-onlycreate_place_cardsCreates 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-onlycreate_bingoCreates printable wedding bingo cards from a pool of typical wedding moments.
Inferred read-onlycreate_quizCreates a printable wedding quiz ('How well do you know the couple?') from question/answer pairs.
Inferred read-onlyget_wedding_puzzleReturns the stored content and design of a puzzle by its 6-character share code, plus its links.
Inferred read-onlyupdate_wedding_crosswordChanges an existing crossword: names, title, date, the full question list, the hidden solution word, the design template or the print format.
Inferred read-onlycustomize_designChanges 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-onlycustomize_productFine-tunes one product of a puzzle (print size, card background, per-block fonts/sizes/colors and product-specific options).
Inferred read-onlyset_play_gamesDecides which games wedding guests can play at the /spielen link (crossword, quiz, wordsearch, bingo).
Inferred read-onlylist_designsLists the available design templates with descriptions, plus the color token ids and font ids accepted by customize_design.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.