Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MYSHOPIFY_DOMAIN | Yes | Your Shopify store domain (e.g., your-store.myshopify.com) | |
| SHOPIFY_ACCESS_TOKEN | Yes | Your Shopify Admin API access token created from a custom app |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-products | Get all products or search by title |
| get-products-by-collection | Get products from a specific collection |
| get-products-by-ids | Get products by their IDs |
| update-product-price | Update the price of a product by its ID for all variants |
| get-variants-by-ids | Get product variants by their IDs |
| get-customers | Get shopify customers with pagination support |
| tag-customer | Add tags to a customer |
| get-orders | Get shopify orders with advanced filtering and sorting |
| get-order | Get a single order by ID |
| create-discount | Create a basic discount code |
| create-draft-order | Create a draft order |
| complete-draft-order | Complete a draft order |
| get-collections | Get all collections |
| get-shop | Get shop details |
| get-shop-details | Get extended shop details including shipping countries |
| manage-webhook | Subscribe, find, or unsubscribe webhooks |