Retrieve complete checkout branding configuration including design system and customizations. Returns two main sections: 1. DESIGN SYSTEM: Foundation settings for colors, typography, corner radius - colors.global.brand: The PRIMARY BUTTON COLOR - colors.schemes: Detailed color schemes with primar...
AI agents call shopify_get_checkout_branding to retrieve information from Shopify Checkout Branding MCP Tool without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
This tool performs a read-only query operation that retrieves and displays existing Shopify checkout branding data. It has no side effects, does not modify any data, and does not trigger external operations. The sibling tools (shopify_list_checkout_profiles, shopify_upload_logo_from_url) clearly perform write/upload operations, but this tool is purely a data retrieval mechanism.
From the tool's definition Tool description explicitly states 'Retrieve complete checkout branding configuration' with no mention of modifications, creation, deletion, or execution. The description focuses on returning/reading design system and customization settings.
Attacks that exploit this kind of access
Retrieve complete checkout branding configuration including design system and customizations. Returns two main sections: 1. DESIGN SYSTEM: Foundation settings for colors, typography, corner radius - colors.global.brand: The PRIMARY BUTTON COLOR - colors.schemes: Detailed color schemes with primaryButton, secondaryButton, control colors - typography: Font families and sizes 2. CUSTOMIZATIONS: Specific UI element settings - HEADER: Logo (visibility, maxWidth), banner image, cartLink (contentType, image), divided, alignment, padding - FOOTER: Content visibility, color scheme, padding - MAIN: Background image, section styling, divider settings - ORDER SUMMARY: Background image, section styling, divider settings - primaryButton, secondaryButton, control, textField, select elements The profileId is optional - defaults to TEST profile for safety. It is categorised as a Read tool in the Shopify Checkout Branding MCP Tool MCP Server, which means it retrieves data without modifying state.
Register the Shopify Checkout Branding MCP Tool MCP server in PolicyLayer and add a rule for shopify_get_checkout_branding: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Shopify Checkout Branding MCP Tool. Nothing to install.
shopify_get_checkout_branding is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the shopify_get_checkout_branding rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for shopify_get_checkout_branding. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
shopify_get_checkout_branding is provided by the Shopify Checkout Branding MCP Tool MCP server (shandut/shopify-checkout-branding-mcp-tool). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →