{
  "id": "https://zoukgrouplv.com/.well-known/agent-card.json",
  "name": "Zouk Group Las Vegas",
  "version": "4.0.0",
  "description": "Official agent for Zouk Group Las Vegas at Resorts World — nightlife, dayclub, dining and live events including Zouk Nightclub, Ayu Dayclub, Fuhu, Redtail and Famous Foods Street Eats.",
  "url": "https://zoukgrouplv.com",
  "provider": {
    "organization": "Zouk Group",
    "url": "https://zoukgrouplv.com"
  },
  "supportedInterfaces": [
    {
      "transport": "http+markdown",
      "url": "https://zoukgrouplv.com/",
      "description": "Content negotiation — send 'Accept: text/markdown' to receive any page as Markdown with YAML frontmatter and JSON-LD."
    },
    {
      "transport": "webmcp",
      "url": "https://zoukgrouplv.com/.well-known/mcp/server-card.json",
      "description": "In-page WebMCP tools (17 tools) registered via navigator.modelContext. All venue and site data served dynamically from /wp-json/uvwp/v1/. Live event and artist data backed by URvenue API."
    },
    {
      "transport": "http+json/rest",
      "url": "https://zoukgrouplv.com/wp-json/wp/v2/",
      "description": "WordPress REST API for programmatic content access."
    },
    {
      "transport": "http+json/rest",
      "url": "https://zoukgrouplv.com/wp-json/uvwp/v1/",
      "description": "Live URvenue data API — site (/site), venues (/venues), events (/events, /events/{eventcode}), artists (/artists, /artists/{performercode}), FAQs (/faqs) and menus (/menus/{venue}) with server-side caching."
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain", "text/markdown"],
  "defaultOutputModes": ["text/plain", "text/markdown", "application/json"],
  "skills": [
    {
      "id": "search-content",
      "name": "search_content",
      "description": "Search Zouk Group Las Vegas site content (pages, events, artists, venues) by keyword. Calls the WordPress REST API search endpoint.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-events-calendar",
      "name": "get_events_calendar",
      "description": "Get the events calendar URL for Zouk Group Las Vegas.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-site-info",
      "name": "get_site_info",
      "description": "Get general information about Zouk Group Las Vegas in one call: name, address, events calendar URL, contact info, social links and all venues with hours, phone and dress code.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-venue-info",
      "name": "get_venue_info",
      "description": "Get detailed information about Zouk Group Las Vegas venues — address, hours, phone, dress code, capacity and description. Data served live from the server. Filterable by venue slug.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-upcoming-events",
      "name": "get_upcoming_events",
      "description": "Get real upcoming events from the live URvenue schedule. Returns event names, dates, times, performers, flyer images and ticket links. Filterable by venue slug and date range.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-event-details",
      "name": "get_event_details",
      "description": "Get full details for a specific event by its URvenue event code, including performers, door times, venue address and ticket link.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-events-by-date",
      "name": "get_events_by_date",
      "description": "Get events at Zouk Group Las Vegas venues on a specific date or date range.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-events-tonight",
      "name": "get_events_tonight",
      "description": "Get events happening tonight at Zouk Group Las Vegas venues. Computes today's date automatically.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-events-this-weekend",
      "name": "get_events_this_weekend",
      "description": "Get events happening this Friday, Saturday and Sunday at Zouk Group Las Vegas venues.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-artists",
      "name": "get_artists",
      "description": "List artists and performers who have upcoming events at Zouk Group Las Vegas venues. Filterable by venue. TBD placeholder performers filtered out by default.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-artist-by-name",
      "name": "get_artist_by_name",
      "description": "Search for an artist or performer by name and return their upcoming shows at Zouk Group Las Vegas venues.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-artist-details",
      "name": "get_artist_details",
      "description": "Get an artist's profile and their upcoming shows at Zouk Group venues by URvenue performer code.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-faqs",
      "name": "get_faqs",
      "description": "Get frequently asked questions about Zouk Group Las Vegas — sourced live from the website content. Covers dress code, age requirements, parking, VIP reservations and more.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-menu",
      "name": "get_menu",
      "description": "Get the menu for a Zouk Group Las Vegas dining venue (Fuhu or Famous Foods Street Eats) including sections, items, descriptions and reservation info.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-page-content",
      "name": "get_page_content",
      "description": "Get the full text content of a specific Zouk Group website page by its URL slug.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-site-pages",
      "name": "get_site_pages",
      "description": "List all published pages on the Zouk Group Las Vegas website with URLs and slugs. Use to discover available pages before fetching content.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-blog-posts",
      "name": "get_blog_posts",
      "description": "Get the latest news and blog posts from Zouk Group Las Vegas.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    }
  ]
}
