{
  "protocolVersion": "0.3.0",
  "name": "SOI Clinic Information Agent",
  "description": "Informational discovery card for SOI Clinic (SOI by MSL), a premium aesthetic clinic in Metro Manila (BGC, Taguig and GBF, Quezon City). This card describes PUBLIC, READ-ONLY information available to agents. The clinic does NOT expose any action, booking, or client-data capability to agents: there is no live A2A/JSON-RPC endpoint and no task API. A read-only MCP server is available at /mcp (no auth) for querying public treatment, price and location data; see /.well-known/mcp/server-card.json. Use the linked website resources for content. To book, a human should contact the clinic directly via the public phone numbers on the Locations page.",
  "url": "https://www.soiclinic.com",
  "documentationUrl": "https://www.soiclinic.com/llms.txt",
  "provider": {
    "organization": "SOI Clinic (SOI by MSL)",
    "url": "https://www.soiclinic.com"
  },
  "version": "1.0.0",
  "additionalInterfaces": [
    {
      "transport": "MCP",
      "protocol": "streamable-http",
      "url": "https://www.soiclinic.com/mcp",
      "describedBy": "https://www.soiclinic.com/.well-known/mcp/server-card.json",
      "authentication": "none",
      "description": "Read-only MCP server exposing public treatment, price and location data. No write, booking, or client-data capability."
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "treatment-info",
      "name": "Treatment information",
      "description": "Details, prices (PHP), durations and benefits for facials, skin enhancements, hair regrowth, and slimming treatments.",
      "tags": ["aesthetics", "skincare", "pricing", "treatments"],
      "examples": [
        "How much does HIFU cost at SOI Clinic?",
        "What facial treatments are available?",
        "Compare LuxeWave vs HIFU."
      ]
    },
    {
      "id": "location-info",
      "name": "Location & hours",
      "description": "Addresses, opening hours and phone numbers for the BGC, Taguig and GBF, Quezon City branches.",
      "tags": ["locations", "hours", "contact"],
      "examples": [
        "Where is the SOI Clinic BGC branch?",
        "What are SOI Clinic's opening hours?",
        "What's the phone number for the Quezon City branch?"
      ]
    }
  ]
}
