← wedding-seat.com
INDIVIDUAL MCP TOOL
list_tools
List Wedding Seat's free planning tools (seating chart, guest list, budget, checklist, invitation wording) with their public URLs.
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 endpoint
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.
Related tools
create_wedding_project— Create a new anonymous Wedding Seat project (no login).add_guests— Add guests to a project (deduped by name+email).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).get_project_summary— Read the current state of a project: guest counts by RSVP status, seating tables/capacity, and budget totals.list_culture_packs— List the available wedding culture packs (key, English name, cluster, sides).