{
    "protocol_version": "2026-08-25",
    "version": "2026-08-25",
    "name": "Nelsie Cosmetics",
    "description": "Universal Commerce Protocol (UCP) profile for Nelsie Cosmetics WooCommerce store",
    "services": [
        {
            "name": "dev.ucp.shopping",
            "version": "2026-08-25",
            "transport": "rest",
            "spec": "https://ucp.dev/2026-08-25/specification/overview/",
            "schema": "https://ucp.dev/2026-08-25/services/shopping/rest.openapi.json",
            "endpoint": "https://nelsiecosmetics.com/wp-json/wc/v3/"
        },
        {
            "name": "dev.ucp.shopping.mcp",
            "version": "2026-08-25",
            "transport": "mcp",
            "spec": "https://ucp.dev/2026-08-25/specification/overview/",
            "schema": "https://ucp.dev/2026-08-25/services/shopping/mcp.openrpc.json",
            "endpoint": "https://nelsiecosmetics.com/wp-json/dwp-ai-agent/v1/mcp"
        }
    ],
    "capabilities": [
        "dev.ucp.shopping.checkout",
        "dev.ucp.shopping.cart",
        "dev.ucp.shopping.catalog.search",
        "dev.ucp.shopping.catalog.lookup",
        "dev.ucp.shopping.fulfillment",
        "dev.ucp.shopping.order"
    ],
    "endpoints": {
        "catalog": "https://nelsiecosmetics.com/wp-json/wc/v3/products",
        "cart": "https://nelsiecosmetics.com/wp-json/wc/store/v1/cart",
        "checkout": "https://nelsiecosmetics.com/wp-json/wc/v3/orders",
        "orders": "https://nelsiecosmetics.com/wp-json/wc/v3/orders",
        "mcp": "https://nelsiecosmetics.com/wp-json/dwp-ai-agent/v1/mcp"
    },
    "ucp": {
        "version": "2026-08-25",
        "services": {
            "dev.ucp.shopping": [
                {
                    "version": "2026-08-25",
                    "spec": "https://ucp.dev/2026-08-25/specification/overview/",
                    "transport": "rest",
                    "schema": "https://ucp.dev/2026-08-25/services/shopping/rest.openapi.json",
                    "endpoint": "https://nelsiecosmetics.com/wp-json/wc/v3/"
                },
                {
                    "version": "2026-08-25",
                    "spec": "https://ucp.dev/2026-08-25/specification/overview/",
                    "transport": "mcp",
                    "schema": "https://ucp.dev/2026-08-25/services/shopping/mcp.openrpc.json",
                    "endpoint": "https://nelsiecosmetics.com/wp-json/dwp-ai-agent/v1/mcp"
                }
            ]
        },
        "capabilities": {
            "dev.ucp.shopping.checkout": [
                {
                    "version": "2026-08-25",
                    "spec": "https://ucp.dev/specification/shopping/checkout/",
                    "schema": "https://ucp.dev/2026-08-25/schemas/shopping/checkout.json"
                }
            ],
            "dev.ucp.shopping.cart": [
                {
                    "version": "2026-08-25",
                    "spec": "https://ucp.dev/specification/shopping/cart/",
                    "schema": "https://ucp.dev/2026-08-25/schemas/shopping/cart.json"
                }
            ],
            "dev.ucp.shopping.catalog.search": [
                {
                    "version": "2026-08-25",
                    "spec": "https://ucp.dev/specification/shopping/catalog/",
                    "schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_search.json"
                }
            ],
            "dev.ucp.shopping.catalog.lookup": [
                {
                    "version": "2026-08-25",
                    "spec": "https://ucp.dev/specification/shopping/catalog/",
                    "schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_lookup.json"
                }
            ],
            "dev.ucp.shopping.fulfillment": [
                {
                    "version": "2026-08-25",
                    "spec": "https://ucp.dev/2026-08-25/specification/shopping/extensions/fulfillment/",
                    "schema": "https://ucp.dev/2026-08-25/schemas/shopping/fulfillment.json",
                    "extends": "dev.ucp.shopping.checkout"
                }
            ],
            "dev.ucp.shopping.order": [
                {
                    "version": "2026-08-25",
                    "spec": "https://ucp.dev/specification/shopping/order/",
                    "schema": "https://ucp.dev/2026-08-25/schemas/shopping/order.json"
                }
            ]
        },
        "payment_handlers": {
            "dev.ucp.payment.stripe": [
                {
                    "id": "stripe",
                    "version": "2026-08-25",
                    "spec": "https://ucp.dev/specification/payment/guide/",
                    "schema": "https://ucp.dev/2026-08-25/schemas/shopping/checkout.json"
                }
            ]
        }
    },
    "keys": []
}