Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Wedding Seat

com.wedding-seat/wedding-planner

Anonymous, no-login wedding planning: create a project, add guests, auto-generate a seating plan.

Uptime
100.0%
1 direct probes · 30d
Response
274ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

create_wedding_project

Create a new anonymous Wedding Seat project (no login). Returns a projectKey (your secret handle for all later calls) plus the workspace URL the couple opens in a browser. The projectKey is the ONLY w…

add_guests

Add guests to a project (deduped by name+email). Provide the projectKey from create_wedding_project and a list of guests.

generate_seating

Auto-generate a reception seating plan: creates round tables and seats every guest with the constraint-aware solver (keeps must-sit-together groups together). Returns how many were seated and a link t…

get_project_summary

Read the current state of a project: guest counts by RSVP status, seating tables/capacity, and budget totals. Read-only.

list_culture_packs

List the available wedding culture packs (key, English name, cluster, sides). Use a pack key as the `culture` argument to create_wedding_project. Grounding/read-only.

list_tools

List Wedding Seat's free planning tools (seating chart, guest list, budget, checklist, invitation wording) with their public URLs. Grounding/read-only.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "wedding_seat": {
      "url": "https://mcp.wedding-seat.com/mcp",
      "transport": "streamable-http"
    }
  }
}