{
    "specVersion": "1.0",
    "host": {
        "displayName": "MangoProxy",
        "identifier": "did:web:mangoproxy.com",
        "documentationUrl": "https://mangoproxy.com/dev/",
        "logoUrl": "https://mangoproxy.com/wp-content/themes/enmangoproxy/img/Logo_White_Background.svg"
    },
    "entries": [
        {
            "identifier": "urn:air:mangoproxy.com:server:tools",
            "displayName": "MangoProxy Network Tools",
            "description": "Free MCP server for IP lookup, proxy checker, port scanner, and IP trace. No account required.",
            "type": "application/mcp-server-card+json",
            "url": "https://mangoproxy.com/.well-known/mcp/server-card.json",
            "capabilities": [
                "ip_lookup",
                "proxy_checker",
                "port_scanner",
                "ip_trace"
            ],
            "representativeQueries": [
                "look up the geolocation and ISP of an IP address",
                "check if a proxy is working and what anonymity level it has",
                "scan open ports on a host or domain",
                "trace the network path to an IP address"
            ]
        },
        {
            "identifier": "urn:air:mangoproxy.com:api:tools",
            "displayName": "MangoProxy Tools API",
            "description": "OpenAPI 3.1 specification for the public network tools (IP lookup, proxy checker, port scanner, IP trace).",
            "type": "application/openapi+json",
            "url": "https://mangoproxy.com/.well-known/openapi.json",
            "capabilities": [
                "ip_lookup",
                "proxy_checker",
                "port_scanner",
                "ip_trace"
            ],
            "representativeQueries": [
                "get the OpenAPI spec for MangoProxy free network tools",
                "call the IP lookup API for an IPv4 or IPv6 address",
                "check a proxy host and port via the tools API"
            ]
        },
        {
            "identifier": "urn:air:mangoproxy.com:api:agent",
            "displayName": "MangoProxy Public API",
            "description": "OpenAPI specification for the MangoProxy account, balance, traffic, statistics, and proxy-management API.",
            "type": "application/openapi+json",
            "url": "https://mangoproxy.com/.well-known/agent-api-openapi.json",
            "capabilities": [
                "account",
                "balance",
                "traffic",
                "proxy_accounts"
            ],
            "representativeQueries": [
                "manage MangoProxy proxy accounts through the public API",
                "check account balance and remaining traffic",
                "create or rotate a proxy user via the API",
                "get the OpenAPI spec for the MangoProxy agent API"
            ]
        },
        {
            "identifier": "urn:air:mangoproxy.com:skill:mangoproxy-tools",
            "displayName": "MangoProxy Tools skill",
            "description": "Agent skill for using the free MangoProxy network tools API without an account.",
            "type": "application/ai-skill+md",
            "url": "https://mangoproxy.com/.well-known/agent-skills/mangoproxy-tools/SKILL.md",
            "capabilities": [
                "ip_lookup",
                "proxy_checker",
                "port_scanner",
                "ip_trace"
            ],
            "representativeQueries": [
                "how do I use MangoProxy network tools from an AI agent",
                "look up an IP address with the MangoProxy tools skill",
                "check whether a proxy is alive using MangoProxy"
            ]
        },
        {
            "identifier": "urn:air:mangoproxy.com:skill:mangoproxy-api-auth",
            "displayName": "MangoProxy API authentication skill",
            "description": "Agent skill for authenticating to the MangoProxy proxy-management API with a dashboard-issued API key.",
            "type": "application/ai-skill+md",
            "url": "https://mangoproxy.com/.well-known/agent-skills/mangoproxy-api-auth/SKILL.md",
            "capabilities": [
                "api_key",
                "auth.md",
                "oauth_prm"
            ],
            "representativeQueries": [
                "how do I authenticate to the MangoProxy API",
                "where do I create a MangoProxy API key",
                "what header does the MangoProxy public API expect"
            ]
        }
    ]
}