{
    "specVersion": "1.0",
    "host": {
        "displayName": "CS-Cart",
        "identifier": "did:web:demo.larionov.tech",
        "url": "https://demo.larionov.tech"
    },
    "entries": [
        {
            "identifier": "urn:air:demo.larionov.tech:server:storefront-mcp",
            "displayName": "CS-Cart Storefront MCP",
            "description": "MCP server exposing catalog search, cart and checkout tools for this store.",
            "type": "application/mcp-server-card+json",
            "url": "https://demo.larionov.tech/.well-known/mcp/server-card.json",
            "representativeQueries": [
                "find products in this store",
                "check whether an item is in stock",
                "add a product to my cart",
                "place an order in this store"
            ]
        },
        {
            "identifier": "urn:air:demo.larionov.tech:agent:shopping",
            "displayName": "CS-Cart Shopping Agent",
            "description": "A2A agent card describing the shopping interface of this store.",
            "type": "application/a2a-agent-card+json",
            "url": "https://demo.larionov.tech/.well-known/agent-card.json",
            "representativeQueries": [
                "what can this store agent do",
                "talk to the shop agent",
                "delegate a purchase to this store"
            ]
        },
        {
            "identifier": "urn:air:demo.larionov.tech:api:storefront",
            "displayName": "CS-Cart Storefront API",
            "description": "OpenAPI description of the agent-facing REST endpoints of this store.",
            "type": "application/openapi+json",
            "url": "https://demo.larionov.tech/openapi.json",
            "representativeQueries": [
                "list the products of this store over HTTP",
                "read the shipping options for a cart",
                "create an order via the store API"
            ]
        },
        {
            "identifier": "urn:air:demo.larionov.tech:feed:products",
            "displayName": "CS-Cart Product Feeds",
            "description": "Catalogue feeds for AI shopping destinations, plus the live UCP catalog capability.",
            "type": "application/json",
            "url": "https://demo.larionov.tech/agent/feed-metadata.json",
            "representativeQueries": [
                "download the product catalogue of this store",
                "get the full product feed for this shop",
                "what products does this store sell, in bulk"
            ]
        },
        {
            "identifier": "urn:air:demo.larionov.tech:skills:index",
            "displayName": "CS-Cart Agent Skills",
            "description": "Skill documents describing how to shop in this store as an agent.",
            "type": "application/json",
            "url": "https://demo.larionov.tech/.well-known/agent-skills/index.json",
            "representativeQueries": [
                "how do I buy from this store as an agent",
                "what skills does this store publish"
            ]
        }
    ]
}