{
  "version": "1.0",
  "name": "Locanto Agent Skills Index",
  "description": "Skills discovery index for automated agent recognition on Locanto escort Monaco.",
  "url": "https://locanto.forum/.well-known/agent-skills/index.json",
  "homepage": "https://locanto.forum/",
  "updated": "2026-08-12",
  "skills": [
    {
      "id": "search-escorts",
      "name": "Search Escorts Monaco",
      "description": "Search and filter verified escort profiles by Monaco district and category.",
      "version": "1.0.0",
      "tags": ["search", "directory", "monaco", "escorts"],
      "entryPoints": [
        {
          "type": "http",
          "url": "https://locanto.forum/",
          "method": "GET"
        },
        {
          "type": "markdown",
          "url": "https://locanto.forum/index.md"
        },
        {
          "type": "mcp-tool",
          "name": "search_escorts",
          "serverCard": "https://locanto.forum/.well-known/mcp/server-card.json"
        }
      ],
      "inputs": {
        "location": {
          "type": "string",
          "enum": [
            "Monte-Carlo",
            "La Condamine",
            "Monaco-Ville",
            "Fontvieille",
            "Larvotto",
            "Jardin Exotique"
          ]
        },
        "type": {
          "type": "string",
          "enum": ["VIP", "Duo", "MILF", "Russian", "French", "British", "All"]
        }
      },
      "outputs": {
        "profiles": "array",
        "pageUrls": "array"
      }
    },
    {
      "id": "list-locations",
      "name": "List Monaco Locations",
      "description": "Return districts covered by the Locanto directory with deep links.",
      "version": "1.0.0",
      "tags": ["locations", "monaco"],
      "entryPoints": [
        {
          "type": "http",
          "url": "https://locanto.forum/llms.txt"
        },
        {
          "type": "mcp-tool",
          "name": "list_locations",
          "serverCard": "https://locanto.forum/.well-known/mcp/server-card.json"
        }
      ]
    },
    {
      "id": "book-escort",
      "name": "Book Escort Contact",
      "description": "Open booking via WhatsApp, Telegram, Signal, or email without a checkout session.",
      "version": "1.0.0",
      "tags": ["booking", "commerce", "contact"],
      "entryPoints": [
        {
          "type": "whatsapp",
          "url": "https://wa.me/447460028804?text=Hello%20Locanto%2C%20I%20want%20to%20post%20an%20ad."
        },
        {
          "type": "telegram",
          "url": "https://t.me/Juliasky47"
        },
        {
          "type": "signal",
          "url": "https://signal.me/#p/447460028804"
        },
        {
          "type": "mcp-tool",
          "name": "book_escort",
          "serverCard": "https://locanto.forum/.well-known/mcp/server-card.json"
        },
        {
          "type": "acp",
          "url": "https://locanto.forum/.well-known/acp.json"
        },
        {
          "type": "ucp",
          "url": "https://locanto.forum/.well-known/ucp"
        }
      ]
    },
    {
      "id": "read-site-docs",
      "name": "Read Site Docs for Agents",
      "description": "Load structured documentation (llms.txt, markdown pages, API catalog) for grounding.",
      "version": "1.0.0",
      "tags": ["docs", "rag", "discovery"],
      "entryPoints": [
        { "type": "http", "url": "https://locanto.forum/llms.txt" },
        { "type": "http", "url": "https://locanto.forum/ai.txt" },
        { "type": "http", "url": "https://locanto.forum/index.md" },
        { "type": "http", "url": "https://locanto.forum/.well-known/api-catalog" }
      ]
    }
  ],
  "related": {
    "apiCatalog": "https://locanto.forum/.well-known/api-catalog",
    "mcpServerCard": "https://locanto.forum/.well-known/mcp/server-card.json",
    "ucp": "https://locanto.forum/.well-known/ucp",
    "acp": "https://locanto.forum/.well-known/acp.json",
    "sitemap": "https://locanto.forum/sitemap.xml"
  }
}
