{
    "version": "1.0",
    "description": "WebMCP tools for Chrome 146+ AI agent integration (AI SEO 2026+ v10.4)",
    "tools": [
        {
            "name": "searchServers",
            "description": "Search for Hytale servers by name, IP, or game mode",
            "endpoint": "https://www.hytalelist.eu/api/search",
            "method": "GET",
            "inputs": [
                {
                    "name": "q",
                    "type": "string",
                    "required": true,
                    "description": "Search query"
                },
                {
                    "name": "limit",
                    "type": "integer",
                    "required": false,
                    "description": "Max results (default 10)"
                }
            ],
            "output": "application/json"
        },
        {
            "name": "getServerList",
            "description": "Get complete list of all active Hytale servers",
            "endpoint": "https://www.hytalelist.eu/ai/servers.json",
            "method": "GET",
            "inputs": [],
            "output": "application/json"
        },
        {
            "name": "getSiteSummary",
            "description": "Get structured summary of the Hytale server directory",
            "endpoint": "https://www.hytalelist.eu/ai/summary.json",
            "method": "GET",
            "inputs": [],
            "output": "application/json"
        },
        {
            "name": "getFAQ",
            "description": "Get frequently asked questions about Hytale servers",
            "endpoint": "https://www.hytalelist.eu/ai/faq.json",
            "method": "GET",
            "inputs": [],
            "output": "application/json"
        },
        {
            "name": "getStatistics",
            "description": "Get aggregated statistics and benchmarks",
            "endpoint": "https://www.hytalelist.eu/ai/benchmarks.json",
            "method": "GET",
            "inputs": [],
            "output": "application/json"
        },
        {
            "name": "getFreshness",
            "description": "Get freshness indicators and recommended recrawl intervals",
            "endpoint": "https://www.hytalelist.eu/ai/freshness.json",
            "method": "GET",
            "inputs": [],
            "output": "application/json"
        },
        {
            "name": "getSpeakableBlocks",
            "description": "Get voice-optimized answer blocks for Siri, Alexa and Copilot Voice",
            "endpoint": "https://www.hytalelist.eu/ai/speakable.json",
            "method": "GET",
            "inputs": [],
            "output": "application/json"
        },
        {
            "name": "getEmbeddingHints",
            "description": "Get chunking and embedding hints for RAG ingestion",
            "endpoint": "https://www.hytalelist.eu/ai/embedding-hints.json",
            "method": "GET",
            "inputs": [],
            "output": "application/json"
        },
        {
            "name": "getTopicalAuthority",
            "description": "Get topic cluster map and pillar pages",
            "endpoint": "https://www.hytalelist.eu/ai/topical-authority.json",
            "method": "GET",
            "inputs": [],
            "output": "application/json"
        },
        {
            "name": "getRankingSignals",
            "description": "Get declarative ranking signals",
            "endpoint": "https://www.hytalelist.eu/ai/ranking-signals.json",
            "method": "GET",
            "inputs": [],
            "output": "application/json"
        },
        {
            "name": "getGeoTargets",
            "description": "Get geographic targeting and hreflang information",
            "endpoint": "https://www.hytalelist.eu/ai/geo-targets.json",
            "method": "GET",
            "inputs": [],
            "output": "application/json"
        },
        {
            "name": "getModelCompatibility",
            "description": "Get per-platform AI compatibility matrix",
            "endpoint": "https://www.hytalelist.eu/ai/model-compatibility.json",
            "method": "GET",
            "inputs": [],
            "output": "application/json"
        },
        {
            "name": "subscribeRealtime",
            "description": "Subscribe to real-time server status via SSE",
            "endpoint": "https://www.hytalelist.eu/api/events",
            "method": "GET",
            "inputs": [],
            "output": "text/event-stream"
        }
    ],
    "generated": "2026-06-03T01:29:13+00:00"
}