Skip to main content
Glama
kuro-tomo

Shopify Agentic MCP Gateway

by kuro-tomo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FEE_RATENoPlatform fee rate as decimal (e.g., 0.005 = 0.5%)0.005
LOG_LEVELNoLogging levelinfo
SHOPIFY_API_KEYYesShopify app API key
GATEWAY_BASE_URLNoPublic gateway URLhttp://localhost:3000
FEE_WALLET_ADDRESSNoWallet address for fee collection
SHOPIFY_API_SECRETYesShopify app API secret
SHOPIFY_ACCESS_TOKENYesAdmin API access token
SHOPIFY_STORE_DOMAINYesYour Shopify store domain (e.g., store.myshopify.com)
AP2_SIGNING_PRIVATE_KEYYesES256 private key in JWK format for mandate signing
SHOPIFY_STOREFRONT_TOKENYesStorefront API access token
AP2_VERIFICATION_PUBLIC_KEYNoES256 public key in JWK format (defaults to deriving from private key)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
scout_inventory

Search the Shopify catalog for products matching query, category, and price filters.

negotiate_terms

Negotiate capabilities, discounts, and shipping options between an agent and the merchant.

execute_checkout

Execute a full checkout with AP2 mandate chain verification (intent, cart, payment mandates).

manage_cart

Create, modify, or retrieve a Shopify cart (create, add, remove, get).

track_order

Retrieve order status and fulfillment tracking information.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kuro-tomo/shopify-agentic-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server