← latido.wedding

INDIVIDUAL MCP TOOL

check_availability

Whether one vendor (by id from search_vendors) is free, tentatively held, or booked on a given date — ONLY for vendors who chose to publish their availability.

latido.weddingnone authenticationAvailability not checked

LIVE ENDPOINT

https://latido.wedding/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_availability and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

latido.wedding

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.latido]
url = "https://latido.wedding/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "latido": {
      "type": "http",
      "url": "https://latido.wedding/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: latido
Remote MCP URL: https://latido.wedding/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": {
    "latido": {
      "url": "https://latido.wedding/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "latido": {
      "type": "http",
      "url": "https://latido.wedding/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "latido",
  "transport": "streamable-http",
  "url": "https://latido.wedding/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_vendors — Search Latido's public directory of Hungarian wedding vendors and venues (photographers, venues, DJs, florists, caterers, planners…).
  • get_vendor — Full public storefront of one vendor or venue from Latido by id (from search_vendors): categories, where they work, price band, capacity, packages with prices, FAQ, links, published reviews and their own description.
  • list_categories_and_regions — The vocabulary search_vendors understands: the 11 top-level groups with their subcategory keys and labels, the wedding-style keys, and the Hungarian counties with their region ids.
  • estimate_budget — A dated, sourced cost estimate for a wedding in Hungary (benchmark set hu-2026.
  • wedding_checklist — Latido's planning checklist (Hungarian legal steps included: szándékbejelentés, documents, witnesses, name change), scheduled to a wedding date: every item with its phase, category and due date, compressed proportionally when the runway is shorter than 12 months.
  • search — Free-text search over Latido's public Hungarian wedding vendor directory.
  • fetch — Full public storefront document for one result id from search.