{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "org.hext-ai/standard-portal",
  "title": "HEXT Standard Portal",
  "description": "Static specification portal for HEXT Standard 1.0. Implements the Discovery Profile (llms.txt, Server Card, registry catalog preview). MCP and WebMCP profiles are documentation-only; no live transport on this origin.",
  "websiteUrl": "https://hextai.com/",
  "version": "1.0.0",
  "repository": {
    "url": "https://github.com/HEXT-AI/hextai.com",
    "source": "github"
  },
  "supportedProtocolVersions": ["2025-03-26"],
  "remotes": [],
  "resources": [
    {
      "name": "hext_registry_catalog",
      "uri": "https://hextai.com/registry/catalog.json",
      "description": "Preview registry index with resolvable object URIs (Registry Profile preview)",
      "mimeType": "application/json"
    },
    {
      "name": "hext_llms_index",
      "uri": "https://hextai.com/llms.txt",
      "description": "Curated LLM discovery index for HEXT Standard 1.0 (Discovery Profile)",
      "mimeType": "text/plain"
    }
  ],
  "tools": [],
  "_meta": {
    "hext": {
      "standard": "1.0.0",
      "profile": "Discovery",
      "profiles": {
        "core": "stable",
        "discovery": "stable",
        "registry": "planned",
        "mcp": "planned",
        "webmcp": "planned"
      },
      "mcp": "documentation-only",
      "webmcp": "ready-not-native",
      "documentation": "https://hextai.com/mcp/",
      "referenceImplementation": "https://github.com/HEXT-AI/hext-mcp",
      "registry": {
        "status": "preview",
        "catalog": "https://hextai.com/registry/catalog.json"
      }
    }
  }
}
