{
  "schema_version": "v1",
  "name_for_human": "Tankyu Distillery",
  "name_for_model": "tankyu_distillery",
  "description_for_human": "Tankyu Distillery in Higashikawa, Hokkaido: craft gin and single-malt whisky made with Daisetsuzan spring water, distillery tours, and a private cask ownership programme.",
  "description_for_model": "Tankyu Distillery (丹丘蒸留所) is a publicly-built, privately-operated craft gin and single-malt whisky distillery in Higashikawa, Hokkaido — the only Hokkaido town without a municipal water supply. Production uses Daisetsuzan spring water (~94 mg/L hardness). Core products: Yuki no Mado Dry Gin (¥4,950, 14 Hokkaido botanicals), Perfume Trees Gin (award-winning — SIP Awards Gold 2024, Gin Masters 2023 Master), Pale Ink Coffee Liqueur (sugar-free). Whisky is aging. Tours ¥2,000 (60 min, 15 min from Asahikawa Airport), available in Japanese, English, and Mandarin. Private cask programme from ¥448,000 (octave, bourbon, sherry, mizunara options). All content public — no authentication. Use /api/openapi.json for form endpoints (contact, tour booking, cask inquiry — user consent required). See /llms-full.txt for comprehensive reference.",
  "logo_url": "https://tankyudistillery.jp/images/logo/logo-dark.png",
  "contact_email": "info@tankyudistillery.jp",
  "legal_info_url": "https://tankyudistillery.jp/ja/legal",
  "capabilities": {
    "markdown_negotiation": {
      "enabled": true,
      "header": "Accept: text/markdown",
      "description": "Server supports content negotiation for markdown responses. Send Accept: text/markdown header to receive optimized markdown content (~80% token reduction vs HTML). Middleware serves /llms-full.txt content with x-markdown-tokens header.",
      "token_reduction": "~80%"
    },
    "json_api": {
      "enabled": true,
      "description": "Static JSON endpoints with schema.org-compatible structured data for programmatic access.",
      "endpoints": [
        {
          "path": "/api/facts.json",
          "description": "Core distillery facts: name, location, water source, production specs, timeline, contact"
        },
        {
          "path": "/api/products.json",
          "description": "Product catalog with pricing, availability, and private cask programme options"
        },
        {
          "path": "/api/tour.json",
          "description": "Tour details: price, duration, languages, booking URLs, access directions"
        }
      ]
    },
    "rss_feed": {
      "enabled": true,
      "path": "/feed.xml",
      "description": "RSS 2.0 feed of distillery news and announcements in Japanese, with hreflang alternate links for English and Traditional Chinese."
    },
    "webmcp": {
      "enabled": true,
      "browser_requirement": "Chrome 146 Canary+ with Experimental Web Platform Features",
      "api_version": "W3C Web Model Context Protocol",
      "tools": [
        {
          "tool_name": "submit_contact_form",
          "type": "declarative",
          "description": "Submit general contact inquiries to Tankyu Distillery (data-modelcontext API)",
          "endpoint": "/api/forms/contact",
          "required_fields": ["name", "email", "subject", "message"]
        },
        {
          "tool_name": "submit_cask_inquiry",
          "type": "imperative",
          "description": "Submit private cask consultation inquiry (navigator.modelContext API)",
          "endpoint": "/api/forms/cask-inquiry",
          "required_fields": ["name", "email", "customerType", "consultationLanguage", "preferredSlots"]
        }
      ]
    }
  }
}
