{
    "name": "The Vault Cannabis Seeds Store Agent",
    "description": "Sales assistant and agentic commerce agent for The Vault Cannabis Seeds Store.",
    "url": "https://www.cannabis-seeds-store.co.uk",
    "version": "1.0.0",
    "protocolVersion": "0.3.0",
    "preferredTransport": "JSONRPC",
    "supportedInterfaces": [
        "JSONRPC",
        "REST",
        "WebMCP"
    ],
    "defaultInputModes": [
        "application/json",
        "text/plain"
    ],
    "defaultOutputModes": [
        "application/json",
        "text/plain"
    ],
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "extensions": [
            {
                "uri": "https://github.com/google-agentic-commerce/AP2/tree/v0.1.0",
                "description": "Agent Payments Protocol (AP2) extension for secure agentic transactions.",
                "required": true,
                "params": {
                    "roles": [
                        "merchant"
                    ]
                }
            }
        ]
    },
    "skills": [
        {
            "id": "search_catalog",
            "name": "Search Catalog",
            "description": "Searches the merchant catalog for cannabis seeds, strains, breeders, and pricing.",
            "tags": [
                "merchant",
                "search",
                "catalog",
                "seeds"
            ]
        },
        {
            "id": "checkout",
            "name": "Checkout and Payments",
            "description": "Processes cart creation, checkout, and agent payments using AP2 mandates.",
            "tags": [
                "merchant",
                "checkout",
                "payment",
                "ap2"
            ]
        }
    ]
}