{
    "protocol_version": "1.0",
    "spec": {
        "url": "https://ucp.dev/specification/overview/",
        "schema": "https://ucp.dev/specification/overview/"
    },
    "profile": {
        "name": "BoatsExpert",
        "url": "https://boatsexpert.com/"
    },
    "services": [
        {
            "id": "catalog",
            "name": "Marine product catalog",
            "description": "Read-only discovery of boats, engines, trailers, accessories, and marine electronics.",
            "endpoints": {
                "search": "https://boatsexpert.com/?s={query}&post_type=product",
                "sitemap": "https://boatsexpert.com/sitemap.xml"
            }
        }
    ],
    "capabilities": [
        "catalog.search",
        "catalog.lookup",
        "contact.inquiry"
    ],
    "endpoints": {
        "api_catalog": "https://boatsexpert.com/.well-known/api-catalog",
        "openapi": "https://boatsexpert.com/openapi.json",
        "agent_skills": "https://boatsexpert.com/.well-known/agent-skills/index.json"
    }
}