{
  "$schema": "https://modelcontextprotocol.io/schema/server-card-v1.json",
  "serverInfo": {
    "name": "bliqer-web-mcp",
    "version": "1.0.0",
    "title": "BLIQER WebMCP Server",
    "description": "In-browser MCP runtime exposing navigation, language switching, and company info tools via the WebMCP standard (Chrome 146+, navigator.modelContext API)."
  },
  "transport": {
    "type": "webmcp",
    "endpoint": "https://bliqer.cz",
    "protocol": "navigator.modelContext",
    "minBrowserVersion": "Chrome 146+"
  },
  "capabilities": {
    "tools": [
      {
        "name": "navigate_to",
        "description": "Navigate to a page on BLIQER website (home, services, about, portfolio, blog, contact)."
      },
      {
        "name": "switch_language",
        "description": "Switch site language between Czech (cs) and English (en)."
      },
      {
        "name": "get_company_info",
        "description": "Get BLIQER company contact information, services, and details."
      }
    ],
    "resources": [
      {
        "uri": "https://bliqer.cz/llms.txt",
        "name": "Site description (Czech)",
        "mimeType": "text/plain"
      },
      {
        "uri": "https://bliqer.cz/llms-en.txt",
        "name": "Site description (English)",
        "mimeType": "text/plain"
      },
      {
        "uri": "https://bliqer.cz/sitemap.xml",
        "name": "Sitemap (Czech)",
        "mimeType": "application/xml"
      },
      {
        "uri": "https://bliqer.cz/sitemap-en.xml",
        "name": "Sitemap (English)",
        "mimeType": "application/xml"
      }
    ]
  },
  "metadata": {
    "publisher": "BLIQER s.r.o.",
    "contact": "info@bliqer.cz",
    "license": "proprietary",
    "updated": "2026-05-04"
  }
}