{
  "version": "1.0",
  "name": "Locanto Escort Monaco API Catalog",
  "description": "Service catalog for Locanto escort Monaco directory. Discovery endpoints for AI agents, MCP, skills, and commerce protocols.",
  "url": "https://locanto.forum/",
  "publisher": {
    "name": "Locanto",
    "url": "https://locanto.forum/",
    "email": "contact@locanto.forum"
  },
  "links": [
    {
      "rel": "service-doc",
      "href": "https://locanto.forum/.well-known/api-catalog",
      "type": "application/json",
      "title": "API Catalog"
    },
    {
      "rel": "describedby",
      "href": "https://locanto.forum/llms.txt",
      "type": "text/plain",
      "title": "LLMs documentation"
    },
    {
      "rel": "alternate",
      "href": "https://locanto.forum/index.md",
      "type": "text/markdown",
      "title": "Markdown home for agents"
    },
    {
      "rel": "service",
      "href": "https://locanto.forum/.well-known/mcp/server-card.json",
      "type": "application/json",
      "title": "MCP Server Card"
    },
    {
      "rel": "service",
      "href": "https://locanto.forum/.well-known/agent-skills/index.json",
      "type": "application/json",
      "title": "Agent Skills Index"
    },
    {
      "rel": "service",
      "href": "https://locanto.forum/.well-known/ucp",
      "type": "application/json",
      "title": "Universal Commerce Protocol"
    },
    {
      "rel": "service",
      "href": "https://locanto.forum/.well-known/acp.json",
      "type": "application/json",
      "title": "Agentic Commerce Protocol"
    },
    {
      "rel": "sitemap",
      "href": "https://locanto.forum/sitemap.xml",
      "type": "application/xml"
    },
    {
      "rel": "contact",
      "href": "https://locanto.forum/contact.html",
      "type": "text/html"
    }
  ],
  "apis": [
    {
      "name": "directory",
      "description": "Public escort directory pages and agent discovery resources",
      "baseUrl": "https://locanto.forum/",
      "endpoints": [
        {
          "path": "/",
          "method": "GET",
          "description": "Home page (HTML or Markdown via Accept: text/markdown)",
          "produces": ["text/html", "text/markdown"]
        },
        {
          "path": "/llms.txt",
          "method": "GET",
          "description": "Structured site summary for LLMs",
          "produces": ["text/plain"]
        },
        {
          "path": "/ai.txt",
          "method": "GET",
          "description": "AI crawler and training policy",
          "produces": ["text/plain"]
        },
        {
          "path": "/.well-known/mcp/server-card.json",
          "method": "GET",
          "description": "MCP server card for direct AI integration",
          "produces": ["application/json"]
        },
        {
          "path": "/.well-known/agent-skills/index.json",
          "method": "GET",
          "description": "Agent skills discovery index",
          "produces": ["application/json"]
        },
        {
          "path": "/.well-known/ucp",
          "method": "GET",
          "description": "Universal Commerce Protocol configuration",
          "produces": ["application/json"]
        },
        {
          "path": "/.well-known/acp.json",
          "method": "GET",
          "description": "Agentic Commerce Protocol metadata",
          "produces": ["application/json"]
        }
      ]
    }
  ],
  "contact": {
    "whatsapp": "+447460028804",
    "telegram": "@Juliasky47",
    "signal": "+447460028804",
    "email": "contact@locanto.forum"
  }
}
