Shopify Agentic MCP Gateway
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FEE_RATE | No | Platform fee rate as decimal (e.g., 0.005 = 0.5%) | 0.005 |
| LOG_LEVEL | No | Logging level | info |
| SHOPIFY_API_KEY | Yes | Shopify app API key | |
| GATEWAY_BASE_URL | No | Public gateway URL | http://localhost:3000 |
| FEE_WALLET_ADDRESS | No | Wallet address for fee collection | |
| SHOPIFY_API_SECRET | Yes | Shopify app API secret | |
| SHOPIFY_ACCESS_TOKEN | Yes | Admin API access token | |
| SHOPIFY_STORE_DOMAIN | Yes | Your Shopify store domain (e.g., store.myshopify.com) | |
| AP2_SIGNING_PRIVATE_KEY | Yes | ES256 private key in JWK format for mandate signing | |
| SHOPIFY_STOREFRONT_TOKEN | Yes | Storefront API access token | |
| AP2_VERIFICATION_PUBLIC_KEY | No | ES256 public key in JWK format (defaults to deriving from private key) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scout_inventoryB | Search the Shopify catalog for products matching query, category, and price filters. |
| negotiate_termsB | Negotiate capabilities, discounts, and shipping options between an agent and the merchant. |
| execute_checkoutA | Execute a full checkout with AP2 mandate chain verification (intent, cart, payment mandates). |
| manage_cartC | Create, modify, or retrieve a Shopify cart (create, add, remove, get). |
| track_orderA | Retrieve order status and fulfillment tracking information. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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