{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "schemaVersion": "2025-06-18",
  "serverInfo": {
    "name": "tankyu-distillery",
    "version": "0.1.0",
    "title": "Tankyu Distillery"
  },
  "description": "Read-only MCP server exposing Tankyu Distillery product catalog, tour information, and distillery facts. All data is public and requires no authentication. Backed by static JSON endpoints; suitable for agent discovery and brand research tasks.",
  "instructions": "Use the `get_distillery_facts` resource for core reference data (water source, production capacity, certifications). Use `get_products` to list current gin SKUs with pricing and availability. Use `get_tour_info` to retrieve tour pricing, schedule, and booking URLs. No authentication required. Responses are JSON with schema.org-compatible structured data. Rate limit: none (static CDN).",
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false,
      "subscribe": false
    },
    "prompts": {
      "listChanged": false
    },
    "logging": {},
    "experimental": {
      "ui": {
        "description": "Exposes ui:// resources for MCP Apps rendering in compatible agent UIs."
      }
    }
  },
  "transport": {
    "type": "http",
    "endpoint": "https://tankyudistillery.jp/api/openapi.json",
    "fallback": {
      "type": "static-discovery",
      "endpoints": [
        "https://tankyudistillery.jp/api/facts.json",
        "https://tankyudistillery.jp/api/products.json",
        "https://tankyudistillery.jp/api/tour.json",
        "https://tankyudistillery.jp/api/pricing.json",
        "https://tankyudistillery.jp/api/press.json"
      ]
    }
  },
  "tools": [
    {
      "name": "get_distillery_facts",
      "description": "Fetch core facts about Tankyu Distillery: location, water source, production capacity, certifications, founding story.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      },
      "annotations": {
        "title": "Get distillery facts",
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      },
      "documentationUrl": "https://tankyudistillery.jp/api/facts.json",
      "_meta": {
        "ui": {
          "resourceUri": "ui://tankyu/facts"
        }
      }
    },
    {
      "name": "get_products",
      "description": "List current gin, whisky, and liqueur SKUs with pricing (JPY), botanicals, availability, and shop URLs. Returns schema.org Product-compatible JSON.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "enum": ["gin", "whisky", "liqueur", "all"],
            "description": "Product category filter. Defaults to 'all'."
          }
        },
        "required": []
      },
      "annotations": {
        "title": "Get products",
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      },
      "documentationUrl": "https://tankyudistillery.jp/api/products.json",
      "_meta": {
        "ui": {
          "resourceUri": "ui://tankyu/products"
        }
      }
    },
    {
      "name": "get_tour_info",
      "description": "Retrieve distillery tour details: price, duration, available languages, booking URLs, access directions.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "language": {
            "type": "string",
            "enum": ["ja", "en", "zh-Hant"],
            "description": "Preferred content language. Defaults to 'ja'."
          }
        },
        "required": []
      },
      "annotations": {
        "title": "Get tour info",
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      },
      "documentationUrl": "https://tankyudistillery.jp/api/tour.json",
      "_meta": {
        "ui": {
          "resourceUri": "ui://tankyu/tour"
        }
      }
    }
  ],
  "resources": [
    {
      "uri": "ui://tankyu/homepage",
      "name": "Distillery Overview",
      "description": "HTML overview of Tankyu Distillery suitable for MCP Apps rendering.",
      "mimeType": "text/html;profile=mcp-app",
      "annotations": {
        "audience": ["user"],
        "priority": 1.0
      }
    },
    {
      "uri": "ui://tankyu/facts",
      "name": "Distillery Facts JSON",
      "description": "Structured facts about Tankyu Distillery (location, water, production).",
      "mimeType": "application/json",
      "href": "https://tankyudistillery.jp/api/facts.json"
    },
    {
      "uri": "ui://tankyu/products",
      "name": "Product Catalog",
      "description": "Current gin / liqueur / whisky SKUs with pricing and availability.",
      "mimeType": "application/json",
      "href": "https://tankyudistillery.jp/api/products.json"
    },
    {
      "uri": "ui://tankyu/tour",
      "name": "Tour Info",
      "description": "Distillery tour price, schedule, and booking URLs.",
      "mimeType": "application/json",
      "href": "https://tankyudistillery.jp/api/tour.json"
    }
  ],
  "prompts": [],
  "metadata": {
    "publisher": "Tankyu Distillery Co., Ltd.",
    "homepage": "https://tankyudistillery.jp",
    "documentation": "https://tankyudistillery.jp/developers",
    "llmsTxt": "https://tankyudistillery.jp/llms.txt",
    "llmsFullTxt": "https://tankyudistillery.jp/llms-full.txt",
    "openapi": "https://tankyudistillery.jp/api/openapi.json",
    "contact": "info@tankyudistillery.jp",
    "license": "CC-BY-4.0",
    "categories": ["food-beverage", "travel", "retail", "distillery"],
    "tags": ["hokkaido", "whisky", "gin", "craft-spirits", "distillery-tour"]
  }
}
