{"name":"com.wedyesday.mcp/wedyesday","slug":"mcp-wedyesday","title":"Wedyesday — wedding planning","description":"Plan a wedding in chat: search vendors, get regional costs, build a checklist and budget.","url":"https://mcp.market/server/mcp-wedyesday","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T06:56:20.640Z","last_ok_at":"2026-09-24T06:56:20.640Z","latency_ms":281},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/vritul/wedyesday","website":"https://www.wedyesday.com/ai","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.wedyesday.com"}],"packages":[],"tools":[{"name":"add_my_wedding_task","description":"Add a task to the couple's Wedyesday checklist. Confirm the wording and the due date with the couple before calling this — it writes to their real workspace. Requires a connected Wedyesday account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"description":"Optional grouping, e.g. \"Venue\" or \"Attire\".","type":"string"},"description":{"description":"Optional detail.","type":"string"},"dueDate":{"description":"Due date as YYYY-MM-DD.","type":"string"},"title":{"description":"What needs doing.","type":"string"},"weddingId":{"description":"Only needed when the account has more than one wedding.","type":"string"}},"required":["title"],"additionalProperties":false}},{"name":"build_wedding_plan","description":"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. This is the same planning engine as the Wedyesday website, so nothing here is invented. Nothing is saved and no account is needed — follow up with create_wedyesday_workspace_link when the couple wants to keep it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"budget":{"description":"Total budget in whole currency units (e.g. 45000). Omit if the couple does not have one yet — a regional typical figure is used instead.","type":"integer"},"country":{"description":"ISO country code: AU, US, GB, NZ or IN. Pass the couple's country — the legal steps and budget split depend on it; defaults to AU when omitted.","type":"string"},"eventDate":{"description":"Wedding date as YYYY-MM-DD. Required when dateMode is \"fixed\".","type":"string"},"dateMode":{"description":"\"fixed\" when the date is set, \"season\" when only a season and year are known, \"undecided\" otherwise.","enum":["fixed","season","undecided"],"type":"string"},"guestCount":{"description":"Expected number of guests, 2-2000.","type":"integer"},"location":{"description":"Where the wedding is, e.g. \"Melbourne, VIC\" or \"London\".","type":"string"},"partnerOne":{"description":"First partner's first name.","type":"string"},"partnerTwo":{"description":"Second partner's first name.","type":"string"},"priorities":{"description":"Up to three things that matter most. Values: venue, photography, food, music, flowers, videography, attire, styling.","items":{"type":"string"},"type":"array"},"region":{"description":"Region slug from list_wedding_markets, e.g. \"melbourne\" or \"london\". Drives the budget split and legal steps.","type":"string"},"season":{"description":"Required when dateMode is \"season\".","enum":["summer","autumn","winter","spring"],"type":"string"},"seasonYear":{"description":"Year for the chosen season.","type":"integer"}},"required":["guestCount"],"additionalProperties":false}},{"name":"complete_my_wedding_task","description":"Mark a task on the couple's Wedyesday checklist as done. Get the task id from list_my_wedding_tasks first, and confirm with the couple which task they mean. Requires a connected Wedyesday account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"note":{"description":"Optional note recorded against the completion.","type":"string"},"taskId":{"description":"Task id from list_my_wedding_tasks.","type":"string"},"weddingId":{"description":"Only needed when the account has more than one wedding.","type":"string"}},"required":["taskId"],"additionalProperties":false}},{"name":"create_wedyesday_workspace_link","description":"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. Pass the same answers used for build_wedding_plan. This creates no account and stores no personal details; the couple signs up themselves when they open the link. Give them the link and tell them it expires in 14 days.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"budget":{"description":"Total budget in whole currency units (e.g. 45000). Omit if the couple does not have one yet — a regional typical figure is used instead.","type":"integer"},"country":{"description":"ISO country code: AU, US, GB, NZ or IN. Pass the couple's country — the legal steps and budget split depend on it; defaults to AU when omitted.","type":"string"},"eventDate":{"description":"Wedding date as YYYY-MM-DD. Required when dateMode is \"fixed\".","type":"string"},"dateMode":{"description":"\"fixed\" when the date is set, \"season\" when only a season and year are known, \"undecided\" otherwise.","enum":["fixed","season","undecided"],"type":"string"},"guestCount":{"description":"Expected number of guests, 2-2000.","type":"integer"},"location":{"description":"Where the wedding is, e.g. \"Melbourne, VIC\" or \"London\".","type":"string"},"partnerOne":{"description":"First partner's first name.","type":"string"},"partnerTwo":{"description":"Second partner's first name.","type":"string"},"priorities":{"description":"Up to three things that matter most. Values: venue, photography, food, music, flowers, videography, attire, styling.","items":{"type":"string"},"type":"array"},"region":{"description":"Region slug from list_wedding_markets, e.g. \"melbourne\" or \"london\". Drives the budget split and legal steps.","type":"string"},"season":{"description":"Required when dateMode is \"season\".","enum":["summer","autumn","winter","spring"],"type":"string"},"seasonYear":{"description":"Year for the chosen season.","type":"integer"}},"required":["guestCount"],"additionalProperties":false}},{"name":"get_my_guest_list","description":"Get a summary of the couple's Wedyesday guest list: headcount, groups, how many have contact details on file, plus_ones and children. Guests' email addresses and phone numbers are never returned — those stay in the dashboard. Requires a connected Wedyesday account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"weddingId":{"description":"Only needed when the account has more than one wedding.","type":"string"}},"additionalProperties":false}},{"name":"get_my_wedding_budget","description":"Get the couple's Wedyesday budget: planned versus actual by category, what is left, and any payments due or overdue. Requires a connected Wedyesday account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"weddingId":{"description":"Only needed when the account has more than one wedding.","type":"string"}},"additionalProperties":false}},{"name":"get_my_wedding_dashboard","description":"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. Start here for any question about 'my wedding'. Requires a connected Wedyesday account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"weddingId":{"description":"Only needed when the account has more than one wedding.","type":"string"}},"additionalProperties":false}},{"name":"get_wedding_cost_guide","description":"Get typical wedding costs for a region — a low/typical/high total plus a category-by-category breakdown (venue, catering, photography and so on). Use this to answer 'how much does a wedding cost' questions with real regional figures rather than estimates.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country":{"description":"ISO country code: AU, US, GB, NZ or IN. Pass the couple's country — figures are per market; defaults to AU when omitted.","type":"string"},"region":{"description":"Region slug from list_wedding_markets, e.g. \"melbourne\" or \"london\". Omit for the national figure.","type":"string"}},"additionalProperties":false}},{"name":"list_my_wedding_tasks","description":"List tasks from the couple's Wedyesday checklist, newest deadlines first. Filter to what is overdue, due soon, or already done. Requires a connected Wedyesday account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"filter":{"description":"\"open\" (default) for everything not done, \"overdue\", \"done\", or \"all\".","enum":["open","overdue","done","all"],"type":"string"},"limit":{"description":"Maximum tasks to return, 1-40. Defaults to 15.","type":"integer"},"weddingId":{"description":"Only needed when the account has more than one wedding.","type":"string"}},"additionalProperties":false}},{"name":"list_wedding_markets","description":"List the countries, regions and vendor categories Wedyesday supports, with the exact values to pass to the other Wedyesday tools. Call this first when you do not already know a valid country code, region slug or vendor category.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country":{"description":"Optional ISO country code (AU, US, GB, NZ, IN). Supply it to list that market's regions.","type":"string"}},"additionalProperties":false}},{"name":"search_wedding_vendors","description":"Search Wedyesday's directory of wedding vendors — venues, photographers, caterers, florists, celebrants and more. Returns real published listings with ratings, price bands and a link to each profile. Use list_wedding_markets first if you are unsure which category or country code to pass.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"description":"Vendor category, e.g. \"venue\" or \"photography\". One of: venue, photography, videography, catering, flowers, planning, dj, band, ceremony_music, beauty_health, dress_attire, cake, transportation, event_rentals, photo_booth, lighting_decor, invitations, officiant, jewelry, travel.","type":"string"},"city":{"description":"City name, e.g. \"Melbourne\" or \"London\".","type":"string"},"country":{"description":"ISO country code: AU, US, GB, NZ or IN. Pass the couple's country; defaults to AU, the first market with a live vendor directory.","type":"string"},"limit":{"description":"Maximum results, 1-25. Defaults to 8.","type":"integer"},"minRating":{"description":"Minimum average review rating, 1-5.","type":"number"},"priceBands":{"description":"Filter by price band. Any of: budget, standard, premium, luxury, quote_required.","items":{"type":"string"},"type":"array"},"query":{"description":"Free-text search, e.g. \"barn\" or \"documentary style\".","type":"string"},"region":{"description":"State or region, e.g. \"VIC\" or \"California\".","type":"string"}},"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-21T22:09:46.806Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T22:09:46.723Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1057ms"]},"poisoning":{"score":15,"max":15,"notes":["11 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://mcp.wedyesday.com","reachable":true,"authRequired":false,"latencyMs":1057,"serverInfo":{"name":"wedyesday","version":"1.0.0"}}],"packages":[],"repo":{"found":false,"owner":"vritul","repo":"wedyesday","error":"repo not found"},"icon":{"url":"https://www.wedyesday.com/icon-512.png","source":"site","width":512,"height":512},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}