{
  "entry": {
    "kind": "mcp",
    "slug": "shopify-mcp-server",
    "name": "Shopify MCP Server",
    "vendor": "Shopify",
    "description": "Shopify's official server exposes storefront and admin data — products, orders, customers, and inventory — letting an agent answer merchandising questions or update catalogue data.\n\nCapabilities are outbound network access and credential access. Orders and customers are personal data; inventory and pricing are commercially sensitive and directly revenue-affecting, since an agent with write access to prices can change what customers pay. Admin API scopes are fine-grained here — use them, and keep price and inventory mutation out of any assistant that also reads untrusted text such as customer messages.",
    "website": "https://shopify.dev/docs/apps/build/storefront-mcp",
    "repository": null,
    "documentationUrl": "https://shopify.dev/docs/apps/build/storefront-mcp",
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "network:outbound",
      "credentials:access"
    ],
    "packaging": null,
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 20,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: credentials:access",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}