Shopify Enterprise MCP Server
by aakarsh1t
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port | 8080 |
| LOG_PRETTY | No | Human-readable logs (local only). Must be false in production. | false |
| MCP_API_KEY | No | Shared secret for the connector. Required in production. | |
| MCP_HTTP_PATH | No | MCP endpoint path | /mcp |
| SHOPIFY_STORE | Yes | Store handle or *.myshopify.com domain | |
| MCP_SESSION_MODE | No | Set to 'stateful' to enable session affinity (requires App Service ARR affinity). Default is stateless. | stateless |
| MCP_ALLOWED_HOSTS | No | DNS-rebinding protection allowlist. Required in production. | |
| SHOPIFY_CLIENT_ID | No | Dev Dashboard app client ID | |
| SHOPIFY_API_VERSION | No | Quarterly Admin API version | 2026-07 |
| SHOPIFY_CLIENT_SECRET | No | Dev Dashboard app secret (shpss_…) | |
| SHOPIFY_MIN_COST_BUFFER | No | Minimum cost buffer to maintain before dispatching a request. Raise to reduce throttling. | |
| SHOPIFY_ADMIN_ACCESS_TOKEN | No | Pre-minted token; expires in 24h. Use only for local development; in production client credentials are required. | |
| APPINSIGHTS_CONNECTION_STRING | No | Application Insights connection string. Required in production. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/aakarsh1t/ShopifyMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server