General Tools
wedyesday.com
Provides wedding planning tools including vendor search, cost guides, and personalized plan creation.
ENDPOINT 1
https://mcp.wedyesday.com
MCP server metadata
- Name
- wedyesday
- Version
- 1.0.0
Wedyesday plans weddings. Anyone can search vendors, get regional cost guides and build a full checklist-and-budget plan with no account. When a couple wants to keep their plan, call create_wedyesday_workspace_link and give them the link. Tools named get_my_* / list_my_* / add_my_* / complete_my_* act on the couple's real Wedyesday workspace and need their account connected.
Known tools 11
list_wedding_marketsList the countries, regions and vendor categories Wedyesday supports, with the exact values to pass to the other Wedyesday tools.
Inferred read-onlysearch_wedding_vendorsSearch Wedyesday's directory of wedding vendors — venues, photographers, caterers, florists, celebrants and more.
Inferred read-onlyget_wedding_cost_guideGet typical wedding costs for a region — a low/typical/high total plus a category-by-category breakdown (venue, catering, photography and so on).
Inferred read-onlybuild_wedding_planBuild a personalised wedding plan: a month-by-month checklist with real due dates, a budget split for the couple's region, and how their budget compares to typical local spend.
Inferred read-onlycreate_wedyesday_workspace_linkTurn a wedding plan into a private link the couple can open to save it as a free Wedyesday workspace — checklist, budget, guest list, RSVPs and a wedding website.
Inferred read-onlyget_my_wedding_dashboardGet an overview of the signed-in couple's Wedyesday wedding: date, countdown, checklist progress, budget position and what is due next, plus a direct link to their dashboard.
Inferred read-onlylist_my_wedding_tasksList tasks from the couple's Wedyesday checklist, newest deadlines first.
Inferred read-onlyget_my_wedding_budgetGet the couple's Wedyesday budget: planned versus actual by category, what is left, and any payments due or overdue.
Inferred read-onlyget_my_guest_listGet a summary of the couple's Wedyesday guest list: headcount, groups, how many have contact details on file, plus_ones and children.
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.wedyesday]
url = "https://mcp.wedyesday.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wedyesday": {
"type": "http",
"url": "https://mcp.wedyesday.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wedyesday
Remote MCP URL: https://mcp.wedyesday.com
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": {
"wedyesday": {
"url": "https://mcp.wedyesday.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wedyesday": {
"type": "http",
"url": "https://mcp.wedyesday.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wedyesday",
"transport": "streamable-http",
"url": "https://mcp.wedyesday.com"
}
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.