{
  "name": "nas-com-public-page-context",
  "description": "Read-only MCP server for Nas.com public page context and public discovery resources.",
  "version": "1.0.0",
  "serverUrl": "https://nas.com/mcp",
  "protocolVersion": "2025-06-18",
  "transport": {
    "type": "streamable-http",
    "url": "https://nas.com/mcp",
    "methods": ["POST", "OPTIONS"]
  },
  "capabilities": {
    "resources": {
      "listChanged": false
    },
    "tools": {}
  },
  "resources": [
    {
      "name": "Nas.com homepage context",
      "uri": "nas-page://home",
      "description": "Read-only public context for the Nas.com homepage."
    },
    {
      "name": "Public page context",
      "uriTemplate": "nas-page://{public_path_without_leading_slash}",
      "description": "Read-only public context for supported Nas.com public pages."
    }
  ],
  "tools": [],
  "annotations": {
    "readOnlyHint": true,
    "destructiveHint": false
  },
  "guardrails": [
    "This MCP server exposes read-only resources only.",
    "No MCP write tools are available.",
    "Private APIs, authenticated workflows, checkout/payment internals, seller/admin data, member-only resources, and unpublished business data are not exposed."
  ],
  "documentationUrl": "https://nas.com/developers.md"
}
