{
  "name": "suwoninae-public-information",
  "description": "Static MCP-style discovery card for the public information surfaces of suwoninae.com. The site exposes read-only resources and tool descriptions for care topic discovery, health guide search, contact options, and location information.",
  "version": "1.0.0",
  "protocolVersion": "2026-03-26",
  "url": "https://suwoninae.com",
  "documentationUrl": "https://suwoninae.com/llms.txt",
  "server": {
    "name": "suwoninae-public-information",
    "version": "1.0.0"
  },
  "transport": {
    "type": "https",
    "baseUrl": "https://suwoninae.com"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "tools": [
    {
      "name": "find_care_topic",
      "title": "Find care topic",
      "description": "Find relevant clinic care topics and representative condition pages from a symptom, condition name, or concern.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Symptom, condition name, or care topic."
          }
        },
        "required": ["query"]
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "url": {"type": "string"},
          "title": {"type": "string"},
          "summary": {"type": "string"}
        }
      },
      "annotations": {
        "readOnlyHint": true,
        "openWorldHint": true
      },
      "target": "https://suwoninae.com/guide"
    },
    {
      "name": "search_health_guides",
      "title": "Search health guide articles",
      "description": "Search public health guide articles by condition, symptom, or topic.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Health topic, symptom, or condition."
          }
        },
        "required": ["query"]
      },
      "annotations": {
        "readOnlyHint": true,
        "openWorldHint": true
      },
      "target": "https://suwoninae.com/health-guide"
    },
    {
      "name": "get_contact_options",
      "title": "Get contact options",
      "description": "Show public consultation options: phone, Naver booking, and KakaoTalk.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "preferred_channel": {
            "type": "string",
            "enum": ["any", "phone", "naver_booking", "kakao"]
          }
        }
      },
      "annotations": {
        "readOnlyHint": true
      },
      "target": "https://suwoninae.com/reservation"
    }
  ],
  "resources": [
    {
      "name": "Care topics",
      "uri": "https://suwoninae.com/guide",
      "mimeType": "text/html"
    },
    {
      "name": "Health guide articles",
      "uri": "https://suwoninae.com/health-guide",
      "mimeType": "text/html"
    },
    {
      "name": "LLMs entry point",
      "uri": "https://suwoninae.com/llms.txt",
      "mimeType": "text/plain"
    },
    {
      "name": "Sitemap",
      "uri": "https://suwoninae.com/sitemap.xml",
      "mimeType": "application/xml"
    },
    {
      "name": "OpenAPI description",
      "uri": "https://suwoninae.com/openapi.json",
      "mimeType": "application/vnd.oai.openapi+json"
    }
  ],
  "publisher": {
    "name": "Suwon Inae Korean Medicine Clinic",
    "url": "https://suwoninae.com"
  }
}
