{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "laiqua-webmcp",
    "title": "Laiqua WebMCP",
    "version": "1.0.0"
  },
  "description": "Laiqua là công cụ hoàn tiền (cashback) độc lập cho người mua hàng tại Việt Nam. Người dùng dán link sản phẩm Shopee (kể cả link rút gọn vn.shp.ee) vào web hoặc app Laiqua để nhận link affiliate; khi mua qua link đó, Laiqua chia lại tới 70% hoa hồng affiliate dưới dạng hoàn tiền. Có sẵn trên website, extension Chrome và ứng dụng di động (Android/iOS). Miễn phí, không thu phí đăng ký. Laiqua không trực thuộc và không liên kết với Shopee.",
  "websiteUrl": "https://laiqua.xyz/docs/api",
  "icons": [
    {
      "src": "https://laiqua.xyz/logo.png",
      "mimeType": "image/png"
    }
  ],
  "transport": {
    "type": "webmcp",
    "endpoint": "https://laiqua.xyz/"
  },
  "authentication": {
    "required": false
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    {
      "name": "laiqua_site_info",
      "title": "Thông tin Laiqua",
      "description": "Trả về mô tả thương hiệu, URL trang chính (đăng nhập, dashboard, hướng dẫn, tài liệu API)."
    },
    {
      "name": "laiqua_product_catalog",
      "title": "Danh sách sản phẩm hoàn tiền",
      "description": "Lấy catalog sản phẩm Shopee có hoàn tiền (filter: hot, recent, popular; phân trang)."
    },
    {
      "name": "laiqua_health",
      "title": "Kiểm tra API",
      "description": "Health check API công khai của Laiqua."
    }
  ]
}