{
  "name": "nas-com-public-page-context",
  "description": "Read-only MCP server for Nas.com public page context, public developer resources, and MCP Apps UI metadata.",
  "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": {
    "apps": {
      "resources": true
    },
    "resources": {
      "listChanged": false
    },
    "tools": {
      "listChanged": false
    }
  },
  "apps": {
    "resources": [
      {
        "uri": "ui://nas.com/developer-resources",
        "name": "Nas.com developer resources app",
        "mimeType": "text/html",
        "description": "Interactive Nas.com developer resource view for MCP Apps hosts."
      }
    ]
  },
  "resources": [
    {
      "name": "Nas.com developer resources app",
      "uri": "ui://nas.com/developer-resources",
      "description": "Interactive Nas.com developer resource view for MCP Apps hosts."
    },
    {
      "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": [
    {
      "name": "get_nas_public_page_context",
      "title": "Get Nas.com public page context",
      "description": "Returns read-only public context for a Nas.com public page path. Private, authenticated, checkout, payment, admin, and member-only paths are not available.",
      "readOnly": true,
      "_meta": {
        "ui.resourceUri": "ui://nas.com/developer-resources",
        "ui": {
          "resourceUri": "ui://nas.com/developer-resources"
        }
      }
    },
    {
      "name": "get_nas_developer_resources",
      "title": "Get Nas.com developer resources",
      "description": "Returns canonical public Nas.com developer resources, discovery documents, MCP endpoint, and current public integration boundary.",
      "readOnly": true,
      "_meta": {
        "ui.resourceUri": "ui://nas.com/developer-resources",
        "ui": {
          "resourceUri": "ui://nas.com/developer-resources"
        }
      }
    }
  ],
  "annotations": {
    "readOnlyHint": true,
    "destructiveHint": false
  },
  "guardrails": [
    "This MCP server exposes read-only resources and tools 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"
}
