{
  "version": "1.0",
  "protocolVersion": "2025-11-25",
  "serverInfo": {
    "name": "layers",
    "title": "Layers MCP server",
    "version": "1.0.0",
    "description": "Search, merchandising, catalog and analytics tools for Layers stores.",
    "websiteUrl": "https://www.uselayers.com",
    "documentationUrl": "https://docs.uselayers.com/developers/mcp-servers"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://app.uselayers.com/mcp/v1"
  },
  "capabilities": {
    "tools": {},
    "resources": {},
    "prompts": {}
  },
  "authentication": {
    "type": "oauth2",
    "scopes_supported": [
      "mcp:use"
    ],
    "protectedResourceMetadata": "https://app.uselayers.com/.well-known/oauth-protected-resource",
    "authorizationServers": [
      "https://app.uselayers.com"
    ]
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.uselayers.com/mcp/v1",
      "description": "Store management: catalog, merchandising, search tuning and analytics. Requires OAuth with the mcp:use scope."
    },
    {
      "type": "streamable-http",
      "url": "https://app.uselayers.com/mcp/storefront/v1",
      "description": "Read-only storefront operations: search, browse and recommendations. Requires a storefront access token."
    },
    {
      "type": "streamable-http",
      "url": "https://www.uselayers.com/.well-known/mcp",
      "description": "Public, read-only site information: company profile, pages, integrations, articles and agent endpoints. No authentication required."
    }
  ],
  "wellKnown": {
    "mcp": "https://www.uselayers.com/.well-known/mcp",
    "serverCard": "https://www.uselayers.com/.well-known/mcp/server-card.json",
    "apiCatalog": "https://www.uselayers.com/.well-known/api-catalog",
    "openapi": "https://www.uselayers.com/openapi.json"
  }
}