{
    "name": "HEYLOVE Public Discovery Agent",
    "version": "1.0.0",
    "description": "Read-only discovery surface for HEYLOVE public catalog, API metadata, authentication metadata, and agent skills.",
    "url": "https://heylove.ua/mcp",
    "supportedInterfaces": [
        {
            "url": "https://heylove.ua/mcp",
            "transport": "JSONRPC"
        },
        {
            "url": "https://heylove.ua/.well-known/mcp/server-card.json",
            "transport": "MCP"
        }
    ],
    "capabilities": [
        {
            "id": "public_discovery",
            "name": "Public discovery",
            "description": "Returns public URLs for API catalog, Auth.md, MCP server card, and Agent Skills index."
        },
        {
            "id": "catalog_navigation",
            "name": "Catalog navigation",
            "description": "Returns public HEYLOVE search and catalog URLs for agent-assisted browsing."
        }
    ],
    "skills": [
        {
            "id": "heylove-site-search",
            "name": "HEYLOVE Site Search",
            "description": "Find public HEYLOVE pages, categories, and product pages."
        },
        {
            "id": "heylove-product-catalog",
            "name": "HEYLOVE Product Catalog",
            "description": "Discover public product catalog URLs and Store API data."
        },
        {
            "id": "heylove-agent-auth",
            "name": "HEYLOVE Agent Auth",
            "description": "Discover how agents register for protected HEYLOVE API access."
        }
    ]
}