{
  "schemaVersion": "1.0",
  "name": "Locanto Escort Monaco",
  "version": "1.0.0",
  "description": "MCP server card for Locanto escort Monaco directory. Enables AI agents to discover profiles, locations, and booking contact channels.",
  "url": "https://locanto.forum/",
  "homepage": "https://locanto.forum/",
  "documentation": "https://locanto.forum/llms.txt",
  "icon": "https://locanto.forum/images/android-chrome-192.png",
  "provider": {
    "name": "Locanto",
    "url": "https://locanto.forum/",
    "email": "contact@locanto.forum"
  },
  "transport": {
    "type": "http",
    "endpoint": "https://locanto.forum/.well-known/mcp/server-card.json"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": true
  },
  "tools": [
    {
      "name": "search_escorts",
      "description": "Search escort profiles by Monaco location and type (VIP, Duo, MILF, Russian, French, British).",
      "inputSchema": {
        "type": "object",
        "properties": {
          "location": {
            "type": "string",
            "description": "District: Monte-Carlo, La Condamine, Monaco-Ville, Fontvieille, Larvotto, Jardin Exotique",
            "enum": [
              "Monte-Carlo",
              "La Condamine",
              "Monaco-Ville",
              "Fontvieille",
              "Larvotto",
              "Jardin Exotique"
            ]
          },
          "type": {
            "type": "string",
            "description": "Profile category",
            "enum": ["VIP", "Duo", "MILF", "Russian", "French", "British", "All"]
          }
        }
      },
      "outputHints": {
        "type": "object",
        "properties": {
          "results": { "type": "array" },
          "pages": { "type": "array", "items": { "type": "string" } }
        }
      }
    },
    {
      "name": "list_locations",
      "description": "List Monaco districts covered by Locanto escort directory.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_contact_channels",
      "description": "Return WhatsApp, Telegram, Signal, and email booking contacts.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "book_escort",
      "description": "Start escort booking via WhatsApp, Telegram, or Signal deep link.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "contact_method": {
            "type": "string",
            "enum": ["whatsapp", "telegram", "signal", "email"]
          },
          "message": {
            "type": "string",
            "description": "Optional booking message"
          },
          "location": {
            "type": "string"
          },
          "type": {
            "type": "string"
          }
        },
        "required": ["contact_method"]
      }
    }
  ],
  "resources": [
    {
      "uri": "https://locanto.forum/llms.txt",
      "name": "llms.txt",
      "description": "Site map and summary for LLMs",
      "mimeType": "text/plain"
    },
    {
      "uri": "https://locanto.forum/index.md",
      "name": "home.md",
      "description": "Markdown home page for agents",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://locanto.forum/sitemap.xml",
      "name": "sitemap",
      "description": "Full URL sitemap",
      "mimeType": "application/xml"
    },
    {
      "uri": "https://locanto.forum/ai.txt",
      "name": "ai.txt",
      "description": "AI training and usage policy",
      "mimeType": "text/plain"
    }
  ],
  "prompts": [
    {
      "name": "find_escort_monaco",
      "description": "Help a user find an escort in Monaco by district and category, then provide contact links.",
      "arguments": [
        { "name": "location", "description": "Preferred Monaco district", "required": false },
        { "name": "type", "description": "Preferred escort category", "required": false }
      ]
    }
  ],
  "authentication": {
    "type": "none",
    "notes": "Public discovery endpoints. Booking is completed on WhatsApp, Telegram, or Signal."
  },
  "contact": {
    "whatsapp": "https://wa.me/447460028804",
    "telegram": "https://t.me/Juliasky47",
    "signal": "https://signal.me/#p/447460028804",
    "email": "mailto:contact@locanto.forum"
  },
  "ageRestriction": "18+",
  "locale": ["en", "fr"],
  "areaServed": "Monaco"
}
