# Wedding Seat MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-wedding-seat-wedding-planner
- Repository: https://github.com/naturalnet/wedding-seat-app
- Website: https://wedding-seat.com

## Install
- Endpoint: https://mcp.wedding-seat.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.wedding-seat.com/mcp

## Tools
- create_wedding_project (Create a 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 way to access the project again — keep it. Endpoint: https://mcp.wedding-seat.com/mcp
- add_guests (Add guests) - Add guests to a project (deduped by name+email). Provide the projectKey from create_wedding_project and a list of guests. Endpoint: https://mcp.wedding-seat.com/mcp
- generate_seating (Generate a seating plan) - 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 to the visual editor. Endpoint: https://mcp.wedding-seat.com/mcp
- get_project_summary (Get project summary) - Read the current state of a project: guest counts by RSVP status, seating tables/capacity, and budget totals. Read-only. Endpoint: https://mcp.wedding-seat.com/mcp
- list_culture_packs (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. Endpoint: https://mcp.wedding-seat.com/mcp
- list_tools (List Wedding Seat tools) - List Wedding Seat's free planning tools (seating chart, guest list, budget, checklist, invitation wording) with their public URLs. Grounding/read-only. Endpoint: https://mcp.wedding-seat.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.wedding-seat
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 16, 2026
- Source: https://registry.modelcontextprotocol.io
