MORI · OAuth Scopes

MORI OAuth Scopes

OAuth 2.0 searched

MORI uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyRetailE-commerceBaby ProductsConsumer GoodsApparelDirect to ConsumerShopifyMCPAgent NativeUniversal Commerce Protocol
Scopes: 0 Flows: Method: searched

Scopes (0)

MORI implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

OAuth 2.0 / OIDC scopes advertised by the Shopify Customer Account API discovery document for this store. customer-account-mcp-api:full authorizes the authenticated Customer Account MCP surface; the anonymous storefront MCP at /api/mcp requires no scope.

Source

OAuth Scopes

mori-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: scopes_supported in live https://babymori.com/.well-known/openid-configuration (Shopify Customer Account API)
issuer: https://shopify.com/authentication/6726617
note: >-
  OAuth 2.0 / OIDC scopes advertised by the Shopify Customer Account API
  discovery document for this store. customer-account-mcp-api:full authorizes
  the authenticated Customer Account MCP surface; the anonymous storefront MCP
  at /api/mcp requires no scope.
scopes:
- name: openid
  description: Standard OpenID Connect scope; returns an ID token identifying the signed-in customer.
- name: email
  description: Grants access to the customer's email and email_verified claims.
- name: customer-account-api:full
  description: Full access to the Shopify Customer Account API for the signed-in customer (orders, profile, addresses).
- name: customer-account-mcp-api:full
  description: Full access to the authenticated Customer Account MCP API surface for the signed-in customer.