{
    "specVersion": "1.0",
    "host": {
        "displayName": "MangoProxy",
        "identifier": "did:web:mangoproxy.ru"
    },
    "entries": [
        {
            "identifier": "urn:air:mangoproxy.ru:server:mcp",
            "displayName": "MangoProxy MCP server",
            "type": "application/json",
            "url": "https://mangoproxy.ru/.well-known/mcp/server-card.json",
            "representativeQueries": [
                "list MangoProxy proxy products",
                "search the MangoProxy site",
                "is the MangoProxy site healthy"
            ]
        },
        {
            "identifier": "urn:air:mangoproxy.ru:api:catalog",
            "displayName": "MangoProxy API catalog",
            "type": "application/linkset+json",
            "url": "https://mangoproxy.ru/.well-known/api-catalog",
            "representativeQueries": [
                "where is the MangoProxy OpenAPI spec",
                "what is the Agent API health endpoint",
                "link to MangoProxy API documentation"
            ]
        },
        {
            "identifier": "urn:air:mangoproxy.ru:skills:index",
            "displayName": "MangoProxy agent skills",
            "type": "application/json",
            "url": "https://mangoproxy.ru/.well-known/agent-skills/index.json",
            "representativeQueries": [
                "how do I authenticate to MangoProxy",
                "which agent skills does MangoProxy publish"
            ]
        },
        {
            "identifier": "urn:air:mangoproxy.ru:auth:registration",
            "displayName": "MangoProxy Auth.md",
            "type": "text/markdown",
            "url": "https://mangoproxy.ru/auth.md",
            "representativeQueries": [
                "how does an agent get a MangoProxy API key",
                "where is MangoProxy OAuth discovery"
            ]
        }
    ]
}