Shopify Python MCP Server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SHOPIFY_API_KEY | Yes | Shopify Admin API key | |
SHOPIFY_SHOP_URL | Yes | Shopify store URL (e.g., mystore.myshopify.com) | |
SHOPIFY_API_VERSION | No | Shopify API version | 2023-10 |
SHOPIFY_API_PASSWORD | Yes | Shopify Admin API password (Secret) |
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 |
---|---|
list_products | 商品一覧を取得する |
get_product | 商品の詳細情報を取得する |
create_product | 新しい商品を作成する |
update_product | 商品を更新する |
delete_product | 商品を削除する |