INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://www.wedding-crossword-maker.com/api/mcp
Connect to this endpoint to inspect the live schema for customize_design and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.
Related tools
create_wedding_crossword— Creates a personalised wedding crossword from question/answer pairs about the couple and saves it under a share code.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.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.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.create_wordsearch— Creates a printable word-search puzzle from a list of words.create_bingo— Creates printable wedding bingo cards from a pool of typical wedding moments.create_quiz— Creates a printable wedding quiz ('How well do you know the couple?') from question/answer pairs.get_wedding_puzzle— Returns the stored content and design of a puzzle by its 6-character share code, plus its links.