{
    "name": "sogoodday-shop",
    "version": "1.0.0",
    "description": "好晴天健康商城 — 醫師推薦保健食品商品查詢 agent",
    "supportedInterfaces": [
        {
            "transport": "streamable-http",
            "url": "https://shop.sogoodday.com.tw/mcp"
        },
        {
            "transport": "rest",
            "url": "https://shop.sogoodday.com.tw/wp-json/wc/v3"
        }
    ],
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false,
        "extensions": [
            {
                "uri": "https://ap2-protocol.org/extension",
                "description": "Agent Payments Protocol (AP2)",
                "required": false,
                "params": {
                    "version": "0.1.0",
                    "enabled": false,
                    "name": "ap2"
                }
            },
            {
                "uri": "https://github.com/google-agentic-commerce/AP2",
                "description": "Agent Payments Protocol (AP2)",
                "required": false,
                "params": {
                    "name": "ap2",
                    "version": "0.1.0"
                }
            },
            {
                "uri": "urn:ap2:agent-payments-protocol",
                "description": "AP2",
                "required": false,
                "params": {
                    "name": "ap2"
                }
            }
        ]
    },
    "skills": [
        {
            "id": "searchProducts",
            "name": "Search products",
            "description": "搜尋好晴天健康商城商品（魚油、舒壓肽、維他命 D3 等保健食品）",
            "tags": [
                "search",
                "products",
                "wellness"
            ]
        },
        {
            "id": "browseCategories",
            "name": "Browse product categories",
            "description": "列出商品分類與每類熱門商品",
            "tags": [
                "catalog",
                "category"
            ]
        },
        {
            "id": "readArticles",
            "name": "Read blog articles",
            "description": "閱讀好晴天健康商城部落格文章（保健知識）",
            "tags": [
                "content",
                "blog"
            ]
        }
    ],
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "text/plain",
        "text/markdown",
        "application/json"
    ],
    "documentationUrl": "https://shop.sogoodday.com.tw/.well-known/agent-skills/index.json"
}