{
  "version": "1.0",
  "protocol": "Universal Commerce Protocol",
  "name": "Locanto UCP",
  "description": "Universal Commerce Protocol configuration for autonomous agent trading actions on Locanto escort Monaco directory.",
  "url": "https://locanto.forum/.well-known/ucp",
  "merchant": {
    "id": "locanto-monaco",
    "name": "Locanto",
    "url": "https://locanto.forum/",
    "logo": "https://locanto.forum/images/android-chrome-192.png",
    "email": "contact@locanto.forum",
    "areaServed": "Monaco",
    "ageRestriction": "18+"
  },
  "capabilities": {
    "catalog": true,
    "inquiry": true,
    "booking": true,
    "checkout": false,
    "paymentSession": false,
    "contactHandoff": true
  },
  "catalog": {
    "type": "service-directory",
    "currency": "EUR",
    "priceRange": "$$$",
    "categories": [
      "VIP Escorts",
      "Duo Escorts",
      "MILF Escorts",
      "Russian Escorts",
      "French Escorts",
      "British Escorts"
    ],
    "locations": [
      "Monte-Carlo",
      "La Condamine",
      "Monaco-Ville",
      "Fontvieille",
      "Larvotto",
      "Jardin Exotique"
    ],
    "endpoints": {
      "browse": "https://locanto.forum/",
      "markdown": "https://locanto.forum/index.md",
      "sitemap": "https://locanto.forum/sitemap.xml",
      "docs": "https://locanto.forum/llms.txt"
    }
  },
  "actions": [
    {
      "id": "inquire",
      "name": "Inquire about escort availability",
      "type": "contact",
      "channels": [
        {
          "id": "whatsapp",
          "label": "WhatsApp",
          "urlTemplate": "https://wa.me/447460028804?text={message}",
          "defaultMessage": "Hello Locanto, I want information about escort services in Monaco."
        },
        {
          "id": "telegram",
          "label": "Telegram",
          "urlTemplate": "https://t.me/Juliasky47"
        },
        {
          "id": "signal",
          "label": "Signal",
          "urlTemplate": "https://signal.me/#p/447460028804"
        },
        {
          "id": "email",
          "label": "Email",
          "urlTemplate": "mailto:contact@locanto.forum?subject=Escort%20Inquiry&body={message}"
        }
      ]
    },
    {
      "id": "book",
      "name": "Book escort date",
      "type": "booking-handoff",
      "description": "Hands off booking to human operators via messaging apps. No autonomous payment session.",
      "requiredFields": ["contact_method"],
      "optionalFields": ["location", "type", "message", "preferred_time"],
      "channels": ["whatsapp", "telegram", "signal", "email"]
    },
    {
      "id": "post_ad",
      "name": "Post an ad",
      "type": "contact",
      "channels": [
        {
          "id": "whatsapp",
          "urlTemplate": "https://wa.me/447460028804?text=Hello%20Locanto%2C%20I%20want%20to%20post%20an%20ad."
        }
      ]
    }
  ],
  "policies": {
    "terms": "https://locanto.forum/terms.html",
    "privacy": "https://locanto.forum/privacy.html",
    "ai": "https://locanto.forum/ai.txt"
  },
  "related": {
    "acp": "https://locanto.forum/.well-known/acp.json",
    "mcp": "https://locanto.forum/.well-known/mcp/server-card.json",
    "apiCatalog": "https://locanto.forum/.well-known/api-catalog",
    "skills": "https://locanto.forum/.well-known/agent-skills/index.json"
  }
}
