{
    "ucp": "2026-01",
    "kind": "store",
    "name": "Nord Trail",
    "description": "Demonstration outdoor-gear storefront and reference agentic-commerce implementation. Orders are not fulfilled.",
    "provider": {
        "name": "Expanding Web Marcin Dancewicz",
        "url": "https://expandingweb.com/",
        "contact": "info@expandingweb.com"
    },
    "capabilities": {
        "catalog": {
            "sitemap": "https://ready.expandingweb.com/sitemap.xml",
            "llms": "https://ready.expandingweb.com/llms.txt"
        },
        "mcp": {
            "endpoint": "https://ready.expandingweb.com/mcp",
            "transport": "http",
            "tools": [
                "list_products",
                "get_product",
                "check_stock"
            ]
        }
    },
    "links": {
        "about": "https://expandingweb.com/#system",
        "privacy": "https://expandingweb.com/privacy"
    }
}