{
  "$schema": "https://json.schemastore.org/mcp-server-card.json",
  "serverInfo": {
    "name": "starchase-official",
    "version": "2.0.0",
    "title": "星創網絡 StarChase Official Agent Services",
    "description": "StarChase Network MCP Server for marketing services, client case studies, and consultation booking."
  },
  "transport": {
    "type": "http",
    "endpoint": "https://www.star-chase.com/api/mcp"
  },
  "capabilities": {
    "tools": {
      "list": true
    },
    "resources": {
      "list": true
    },
    "prompts": {
      "list": true
    }
  },
  "tools": [
    {
      "name": "search_cases",
      "description": "搜尋星創網絡行銷與短影音案例庫（26+ 品牌案例）",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "搜尋關鍵字，例如 知識變現、服飾、餐飲、電商"
          },
          "industry": {
            "type": "string",
            "description": "產業分類"
          }
        }
      }
    },
    {
      "name": "get_service_info",
      "description": "獲取星創五大核心服務（商業諮詢、新媒體製作、數位廣告投放、直播代播、文字客服）詳情與方案",
      "inputSchema": {
        "type": "object",
        "properties": {
          "service": {
            "type": "string",
            "enum": [
              "brand-consulting",
              "new-media",
              "digital-advertising",
              "live-commerce",
              "customer-service"
            ]
          }
        },
        "required": [
          "service"
        ]
      }
    },
    {
      "name": "get_company_info",
      "description": "獲取星創網絡公司簡介、聯絡管道、辦公室地址與預約諮詢資訊",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ]
}
