{
  "version": "1.0",
  "site": "https://travelo.digital",
  "brand": "travelo.digital",
  "operator": {
    "company": "FANTASTICGUIDE s.r.o."
  },
  "contact": {
    "email": "info@travelo.digital",
    "whatsapp": "+420722552403",
    "whatsapp_url": "https://wa.me/420722552403"
  },
  "language": "en",
  "description": "Confidential bespoke luxury private travel, private jet journeys, exclusive villas, private chefs, expert guides, assistant-friendly concierge planning and documented cryptocurrency payments.",
  "llms_txt": "https://travelo.digital/llms.txt",
  "agent_discovery": "https://travelo.digital/.well-known/agent-discovery.json",
  "discoverable_pages": [
    "https://travelo.digital/",
    "https://travelo.digital/private-jet-travel/",
    "https://travelo.digital/crypto-luxury-travel/",
    "https://travelo.digital/luxury-villas-private-chefs/",
    "https://travelo.digital/about/",
    "https://travelo.digital/privacy/",
    "https://travelo.digital/terms/",
    "https://travelo.digital/destinations/mexico-luxury-travel/",
    "https://travelo.digital/destinations/japan-private-travel/",
    "https://travelo.digital/destinations/dolomites-ski/",
    "https://travelo.digital/destinations/norwegian-fjords-private-travel/",
    "https://travelo.digital/destinations/machu-picchu-luxury-travel/",
    "https://travelo.digital/destinations/sahara-desert-luxury-travel/",
    "https://travelo.digital/destinations/georgia-caucasus-private-travel/",
    "https://travelo.digital/destinations/amazon-rainforest-private-travel/",
    "https://travelo.digital/destinations/maldives-private-island-travel/",
    "https://travelo.digital/destinations/patagonia-private-wilderness-travel/"
  ],
  "actions": [
    {
      "id": "request-private-journey",
      "name": "Request a Confidential Journey Proposal",
      "description": "Request a confidential bespoke luxury private travel proposal from travelo.digital. Provide an email address and a private travel architect will reply within 12 hours about private jets, villas, chefs, guides, destinations, safety-aware routing, discretion, and documented crypto or bank-transfer payment options.",
      "method": "POST",
      "selector": "form[data-mcp-action='request-private-journey']",
      "endpoint": "https://travelo.digital/",
      "success_url": "https://travelo.digital/thank-you/",
      "content_type": "application/x-www-form-urlencoded",
      "form_name": "private-journey-request",
      "parameters": {
        "required": ["email"],
        "optional": ["name", "destination", "brief", "budget", "timing"],
        "properties": {
          "email": {
            "type": "string",
            "format": "email",
            "description": "Client email address for the private travel consultation response."
          },
          "name": {
            "type": "string",
            "description": "Client name or preferred contact name."
          },
          "destination": {
            "type": "string",
            "description": "Destination or journey type, such as Prague, Mexico, Sahara, Japan, private jet travel, villas, chefs or crypto travel."
          },
          "brief": {
            "type": "string",
            "description": "Short free-text brief describing desired dates, travelers, preferences, assistant handling, privacy needs, safety requirements or special experiences."
          },
          "budget": {
            "type": "string",
            "description": "Optional budget range or preferred payment method."
          },
          "timing": {
            "type": "string",
            "description": "Optional travel window, urgency or deadline."
          }
        }
      },
      "fields": [
        {"name": "form-name", "value": "private-journey-request", "type": "hidden"},
        {"name": "name", "selector": "input[name='name']", "type": "text"},
        {"name": "email", "selector": "input[name='email']", "type": "email", "required": true},
        {"name": "destination", "selector": "input[name='destination']", "type": "text"},
        {"name": "brief", "selector": "textarea[name='brief']", "type": "textarea"},
        {"name": "budget", "selector": "input[name='budget']", "type": "text"},
        {"name": "timing", "selector": "input[name='timing']", "type": "text"}
      ],
      "completion_signals": [
        "Redirects to /thank-you/ after a successful request",
        "A private travel architect replies to the supplied email address within the stated response window"
      ]
    }
  ]
}
