{
    "name": "Play Hytale Servers",
    "version": "2.0.0",
    "description": "Model Context Protocol configuration for Play Hytale Servers - Hytale game server directory",
    "url": "https://play-hytale-servers.com",
    "capabilities": {
        "search": {
            "endpoint": "/api/search",
            "method": "GET",
            "parameters": {
                "q": {"type": "string", "required": true},
                "limit": {"type": "integer", "default": 10, "max": 50}
            }
        },
        "read": {
            "endpoints": [
                "/ai/summary.json",
                "/ai/facts.json",
                "/ai/faq.json",
                "/ai/servers.json",
                "/ai/dataset.json",
                "/ai/entities.json",
                "/ai/citation-guide.json",
                "/ai/benchmarks.json",
                "/ai/actions.json",
                "/ai/negotiate.json",
                "/ai/compliance.json",
                "/ai/ephemeral.json",
                "/ai/state-machine.json",
                "/ai/geo.json",
                "/ai/answer-cards.json",
                "/ai/citation-targets.json",
                "/ai-toc.json",
                "/entity/disambiguation.json",
                "/content.md",
                "/llms.txt",
                "/llms-full.txt"
            ]
        },
        "subscribe": {
            "endpoint": "/api/events",
            "protocol": "text/event-stream"
        },
        "stream": {
            "endpoint": "/ai/stream",
            "protocol": "text/event-stream"
        }
    },
    "permissions": {
        "summarization": true,
        "citation": true,
        "extraction": true,
        "inference": true,
        "rag_retrieval": true,
        "training": false
    },
    "trust": {
        "tdm_reservation": true,
        "human_authored": true,
        "ai_generated": false,
        "verification_level": "level-2"
    },
    "citation": "Source: Play Hytale Servers (https://play-hytale-servers.com)",
    "agent_manifest": "/agent-manifest.json",
    "negotiate": "/ai/negotiate.json",
    "compliance": "/ai/compliance.json",
    "training_policy": "/model-training-policy.json"
}
