{
  "name": "Zouk Group Agent",
  "version": "1.0.0",
  "description": "Zouk Group is a global lifestyle destination group operating nightlife venues, dining concepts, and music festivals across Singapore, Las Vegas, Tokyo, and Malaysia. This agent exposes content discovery and venue information capabilities.",
  "url": "https://zoukgroup.com/",
  "supportedInterfaces": [
    {
      "type": "webmcp",
      "url": "https://zoukgroup.com/",
      "transport": "browser"
    },
    {
      "type": "http",
      "url": "https://zoukgroup.com/wp-json/",
      "transport": "rest",
      "contentTypes": ["application/json", "text/markdown"]
    }
  ],
  "capabilities": {
    "contentNegotiation": {
      "formats": ["text/html", "text/markdown"]
    },
    "search": {
      "endpoint": "https://zoukgroup.com/wp-json/wp/v2/search"
    }
  },
  "skills": [
    {
      "id": "search-content",
      "name": "Search Content",
      "description": "Search across all Zouk Group pages, news, and announcements"
    },
    {
      "id": "get-events-calendar",
      "name": "Get Events Calendar",
      "description": "Retrieve event calendar links for Zouk Group venues by city — Las Vegas, Singapore, Tokyo, Malaysia"
    },
    {
      "id": "get-venue-info",
      "name": "Get Venue Info",
      "description": "Get details about Zouk Group nightlife venues including address and city"
    },
    {
      "id": "markdown-negotiation",
      "name": "Markdown Negotiation",
      "description": "Fetch any page as Markdown with YAML frontmatter and JSON-LD via Accept: text/markdown"
    }
  ]
}
