{
    "name": "PlayServerList Directory Agent",
    "description": "Read-only knowledge and discovery agent for the PlayServerList game server directory. Provides server listings, live status, votes, categories, and citable facts.",
    "url": "https://playserverlist.com/",
    "provider": {
        "organization": "PlayServerList",
        "url": "https://playserverlist.com/"
    },
    "version": "1.0.0",
    "documentationUrl": "https://playserverlist.com/ai/",
    "capabilities": {
        "streaming": true,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "authentication": {
        "schemes": [
            "none"
        ]
    },
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "application/json",
        "text/markdown"
    ],
    "skills": [
        {
            "id": "search-servers",
            "name": "Search game servers",
            "description": "Search active game servers by game type, name, or category. Returns live status and player counts.",
            "inputModes": [
                "application/json"
            ],
            "outputModes": [
                "application/json"
            ],
            "examples": [
                "Find online Minecraft survival servers",
                "List Rust servers with most votes"
            ]
        },
        {
            "id": "server-status",
            "name": "Live server status",
            "description": "Real-time online status, player count, and uptime for a specific listed server.",
            "inputModes": [
                "application/json"
            ],
            "outputModes": [
                "application/json"
            ]
        },
        {
            "id": "cite-facts",
            "name": "Citable platform facts",
            "description": "Stable, verifiable facts with permanent URLs at /facts/{fact_id}.",
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        }
    ],
    "endpoints": {
        "a2a": "https://playserverlist.com/.well-known/a2a.json",
        "agent": "https://playserverlist.com/.well-known/agent.json",
        "mcp": "https://playserverlist.com/.well-known/mcp.json",
        "webmcp": "https://playserverlist.com/.well-known/webmcp.json",
        "openapi": "https://playserverlist.com/openapi.yaml",
        "graphql": "https://playserverlist.com/.well-known/graphql",
        "stream": "https://playserverlist.com/ai/stream",
        "knowledge": "https://playserverlist.com/knowledge.json",
        "changes": "https://playserverlist.com/ai/changes.json"
    },
    "rateLimit": {
        "policy": "Fair use. Burst limits apply on /ai/ and /api/ endpoints.",
        "details": "https://playserverlist.com/ai/negotiate.json"
    },
    "license": "https://playserverlist.com/.well-known/ai-license.json"
}