← Registry

Productivity

wedding-seat.com

Manages wedding seating arrangements by creating projects, adding guests, generating seating plans, and providing summaries.

1 endpoint6 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.wedding-seat.com/mcp

No auth detected

MCP server metadata

Name
wedding-seat
Version
1.0.0
Capabilities
tools.listChanged

Known tools 6

create_wedding_project

Create a new anonymous Wedding Seat project (no login).

Potential side effects
add_guests

Add guests to a project (deduped by name+email).

Potential side effects
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).

Inferred read-only
get_project_summary

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

Inferred read-only
list_culture_packs

List the available wedding culture packs (key, English name, cluster, sides).

Inferred read-only
list_tools

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

Inferred read-only

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

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.