Productivity
wedding-seat.com
Manages wedding seating arrangements by creating projects, adding guests, generating seating plans, and providing summaries.
ENDPOINT 1
https://mcp.wedding-seat.com/mcp
MCP server metadata
- Name
- wedding-seat
- Version
- 1.0.0
Known tools 6
generate_seatingAuto-generate a reception seating plan: creates round tables and seats every guest with the constraint-aware solver (keeps must-sit-together groups together).
Inferred read-onlyget_project_summaryRead the current state of a project: guest counts by RSVP status, seating tables/capacity, and budget totals.
Inferred read-onlylist_culture_packsList the available wedding culture packs (key, English name, cluster, sides).
Inferred read-onlylist_toolsList Wedding Seat's free planning tools (seating chart, guest list, budget, checklist, invitation wording) with their public URLs.
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-seat]
url = "https://mcp.wedding-seat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wedding-seat": {
"type": "http",
"url": "https://mcp.wedding-seat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wedding-seat
Remote MCP URL: https://mcp.wedding-seat.com/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-seat": {
"url": "https://mcp.wedding-seat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wedding-seat": {
"type": "http",
"url": "https://mcp.wedding-seat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wedding-seat",
"transport": "streamable-http",
"url": "https://mcp.wedding-seat.com/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.