← wedding-crossword-maker.com

INDIVIDUAL MCP TOOL

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.

wedding-crossword-maker.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for create_welcome_sign and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

wedding-crossword-maker.com

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_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.
  • 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.