{
    "protocolVersion": "0.2.0",
    "name": "Play Hytale Servers",
    "description": "European Hytale server directory. Read-only data agent: server listings, live status, votes, uptime, facts.",
    "url": "https://play-hytale-servers.com",
    "provider": {
        "organization": "Play Hytale Servers",
        "url": "https://play-hytale-servers.com"
    },
    "version": "11.0",
    "documentationUrl": "https://play-hytale-servers.com/llms.txt",
    "capabilities": {
        "streaming": true,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "defaultInputModes": [
        "application/json",
        "text/plain"
    ],
    "defaultOutputModes": [
        "application/json",
        "text/markdown"
    ],
    "skills": [
        {
            "id": "server-search",
            "name": "Server search",
            "description": "Search Hytale servers by name, tag or keyword.",
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ],
            "examples": [
                "survival servers in Europe",
                "creative hytale server"
            ]
        },
        {
            "id": "server-status",
            "name": "Live server status",
            "description": "Real-time online status and player counts for listed servers.",
            "inputModes": [
                "application/json"
            ],
            "outputModes": [
                "application/json"
            ]
        },
        {
            "id": "knowledge",
            "name": "Knowledge API",
            "description": "Structured facts, FAQ, glossary, taxonomy, releases and change feed.",
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        }
    ],
    "endpoints": {
        "search": "https://play-hytale-servers.com/api/search",
        "status": "https://play-hytale-servers.com/api/server-status",
        "facts": "https://play-hytale-servers.com/ai/facts.json",
        "changes": "https://play-hytale-servers.com/changes.json",
        "knowledge": "https://play-hytale-servers.com/knowledge.json",
        "mcp": "https://play-hytale-servers.com/.well-known/mcp.json",
        "webmcp": "https://play-hytale-servers.com/.well-known/webmcp.json"
    },
    "authentication": {
        "schemes": []
    },
    "rate_limit": "60rpm, burst 10"
}