{
    "mcp_version": "2025-06-18",
    "protocol": "mcp",
    "name": "hytalecraft",
    "title": "HytaleCraft Community Platform",
    "description": "MCP server exposing HytaleCraft public data: server lists, FAQ, knowledge base and live activity.",
    "vendor": {
        "name": "HytaleCraft",
        "url": "https://hytalecraft.sk",
        "contact": "soulstrikedevs@gmail.com"
    },
    "capabilities": {
        "resources": true,
        "tools": true,
        "prompts": false,
        "sampling": false,
        "logging": false
    },
    "transport": {
        "http": {
            "endpoint": "https://hytalecraft.sk/api/mcp.php",
            "methods": [
                "GET"
            ]
        }
    },
    "resources": [
        {
            "uri": "https://hytalecraft.sk/ai/facts.json",
            "name": "facts",
            "title": "Project Facts",
            "description": "Authoritative key-value facts about HytaleCraft.",
            "mimeType": "application/json"
        },
        {
            "uri": "https://hytalecraft.sk/ai/faq.json",
            "name": "faq",
            "title": "Frequently Asked Questions",
            "description": "Curated FAQ in structured JSON for AI citation.",
            "mimeType": "application/json"
        },
        {
            "uri": "https://hytalecraft.sk/ai/summary.json",
            "name": "summary",
            "title": "Platform Summary",
            "description": "Short and long-form summary of HytaleCraft.",
            "mimeType": "application/json"
        },
        {
            "uri": "https://hytalecraft.sk/ai/knowledge-graph.json",
            "name": "knowledge_graph",
            "title": "Knowledge Graph",
            "description": "JSON-LD knowledge graph (entities, relations).",
            "mimeType": "application/ld+json"
        },
        {
            "uri": "https://hytalecraft.sk/ai/answers.json",
            "name": "answers",
            "title": "AI-Ready Answers",
            "description": "Pre-generated answers for common queries.",
            "mimeType": "application/json"
        },
        {
            "uri": "https://hytalecraft.sk/ai/geo.json",
            "name": "geo",
            "title": "Geographic Information",
            "description": "Region, locale and geo metadata.",
            "mimeType": "application/json"
        },
        {
            "uri": "https://hytalecraft.sk/ai/contact.json",
            "name": "contact",
            "title": "Contact Information",
            "description": "Verified contact channels.",
            "mimeType": "application/json"
        },
        {
            "uri": "https://hytalecraft.sk/ai/activity.json",
            "name": "activity",
            "title": "Live Activity Feed",
            "description": "Recent server activity and platform events for AI bots.",
            "mimeType": "application/json"
        },
        {
            "uri": "https://hytalecraft.sk/ai-feed.json",
            "name": "ai_feed",
            "title": "Combined AI Feed",
            "description": "Aggregated feed of recent content for AI consumption.",
            "mimeType": "application/json"
        },
        {
            "uri": "https://hytalecraft.sk/llms.txt",
            "name": "llms_txt",
            "title": "LLM Context File",
            "description": "llms.txt standard - human-readable context for LLMs.",
            "mimeType": "text/plain"
        },
        {
            "uri": "https://hytalecraft.sk/llms-full.txt",
            "name": "llms_full",
            "title": "LLM Full Context",
            "description": "Extended llms-full.txt context.",
            "mimeType": "text/plain"
        },
        {
            "uri": "https://hytalecraft.sk/openapi.yaml",
            "name": "openapi",
            "title": "OpenAPI Specification",
            "description": "Public REST API specification.",
            "mimeType": "application/yaml"
        }
    ],
    "tools": [
        {
            "name": "list_servers",
            "title": "List Hytale Servers",
            "description": "Returns the public list of Hytale game servers tracked by HytaleCraft.",
            "inputSchema": {
                "type": "object",
                "properties": {},
                "additionalProperties": false
            },
            "invocation": {
                "method": "GET",
                "url": "https://hytalecraft.sk/api/server-status.php"
            }
        },
        {
            "name": "get_server_status",
            "title": "Get Server Status",
            "description": "Returns live status of the official HytaleCraft server (hy.hytalecraft.sk:5520).",
            "inputSchema": {
                "type": "object",
                "properties": {},
                "additionalProperties": false
            },
            "invocation": {
                "method": "GET",
                "url": "https://hytalecraft.sk/api/server-status.php"
            }
        },
        {
            "name": "get_faq",
            "title": "Get FAQ",
            "description": "Returns the curated FAQ in structured JSON.",
            "inputSchema": {
                "type": "object",
                "properties": {},
                "additionalProperties": false
            },
            "invocation": {
                "method": "GET",
                "url": "https://hytalecraft.sk/ai/faq.json"
            }
        },
        {
            "name": "get_activity",
            "title": "Get Live Activity",
            "description": "Returns recent platform activity (servers online, new entries).",
            "inputSchema": {
                "type": "object",
                "properties": {},
                "additionalProperties": false
            },
            "invocation": {
                "method": "GET",
                "url": "https://hytalecraft.sk/ai/activity.json"
            }
        },
        {
            "name": "subscribe_events",
            "title": "Subscribe to Live Events",
            "description": "Server-Sent Events stream of live platform events.",
            "inputSchema": {
                "type": "object",
                "properties": {},
                "additionalProperties": false
            },
            "invocation": {
                "method": "GET",
                "url": "https://hytalecraft.sk/api/events.php",
                "mimeType": "text/event-stream"
            }
        }
    ],
    "data_policy": {
        "license": "CC-BY-4.0",
        "license_url": "https://hytalecraft.sk/dataset-license.txt",
        "attribution_required": true,
        "attribution": "HytaleCraft (https://hytalecraft.sk)",
        "training_allowed": true,
        "commercial_use": true,
        "tdm_reservation": false
    },
    "updated": "2026-06-23T19:35:26+02:00"
}