Latido in your AI assistant
Updated 2026-08-19 · MCP 2026-07-28
Latido speaks the Model Context Protocol (MCP) — the open standard Claude, ChatGPT, Claude Code, Cursor and others use to call tools. Add our server once and your assistant can search the Hungarian wedding vendor directory, check a vendor’s availability, estimate a budget and pull the planning checklist from inside a conversation. No account needed; it reads only what the public marketplace shows.
The server
| Setting | Value |
|---|---|
| URL | https://latido.wedding/mcp |
| Transport | Streamable HTTP (MCP 2026-07-28, also the 2025 handshake) |
| Authentication | None for the public tools (signed-in tools are coming; they will use OAuth) |
| Rate limit | 30 requests/minute per caller (higher pooled limits for hosted assistants) |
How to connect
Claude (web, desktop, mobile)
Settings → Connectors → Add custom connector → paste https://latido.wedding/mcp → Add. Free plans allow one custom connector; leave authentication empty. Then ask Claude, for example: “Find a barn wedding venue near Siófok for 120 guests.”
ChatGPT
Settings → Apps & Connectors → Advanced → Developer mode (Plus/Pro/Business/Enterprise) → Create → paste https://latido.wedding/mcp, authentication “No authentication”.
Claude Code
claude mcp add --transport http latido https://latido.wedding/mcp
Other clients
Any MCP client that supports remote Streamable HTTP servers works — point it at the URL above. The server is stateless and needs no session.
Tools
- search_vendors — search vendors and venues by category, place, budget, capacity, style or a date they must be free on; 10 per page, the marketplace’s own ranking, a storefront link on every result.
- get_vendor — one vendor’s public storefront: categories, service area, price band, packages, FAQ, reviews, links.
- check_availability — free / tentatively held / booked on a date, for vendors who publish their availability (“unknown” means ask them).
- list_categories_and_regions — the filter vocabulary: category groups and keys, wedding styles, counties.
- estimate_budget — a dated, sourced Hungarian wedding cost estimate from guest count, tier, region and ceremony type (the same engine as our calculator), plus expected cash gifts.
- wedding_checklist — the ~120-item planning checklist with Hungarian legal steps, scheduled to your wedding date.
All tools are read-only and carry the matching MCP annotations. Text written by vendors or reviewers is returned quoted, so the assistant treats it as information about them, not as instructions.
Data and privacy
Without signing in, the server returns exactly what any visitor to the marketplace can see: storefronts whose owners chose to publish them, plus our budget benchmarks and the checklist. Nothing about you is sent to Latido beyond the search you ask for, and tool results go to your assistant’s provider under their terms. Vendors: your storefront appears here with the same published fields, in the same order, as on the marketplace — never billing details or contacts; set visibility to “private” and it disappears from here too. See the Privacy Policy, section 9.
For developers
The server is built on the official TypeScript SDK and serves both the current protocol revision and the 2025 handshake. Tool results carry Markdown content and structuredContent. Questions or a client that cannot connect: hello@latido.wedding.