INDIVIDUAL MCP TOOL
get_my_wedding_dashboard
Get 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.
LIVE ENDPOINT
https://mcp.wedyesday.com
Connect to this endpoint to inspect the live schema for get_my_wedding_dashboard and invoke it with your own arguments.
Indexed 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 server
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.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.
Related tools
list_wedding_markets— List the countries, regions and vendor categories Wedyesday supports, with the exact values to pass to the other Wedyesday tools.search_wedding_vendors— Search Wedyesday's directory of wedding vendors — venues, photographers, caterers, florists, celebrants and more.get_wedding_cost_guide— Get typical wedding costs for a region — a low/typical/high total plus a category-by-category breakdown (venue, catering, photography and so on).build_wedding_plan— Build 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.create_wedyesday_workspace_link— Turn 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.list_my_wedding_tasks— List tasks from the couple's Wedyesday checklist, newest deadlines first.add_my_wedding_task— Add a task to the couple's Wedyesday checklist.complete_my_wedding_task— Mark a task on the couple's Wedyesday checklist as done.