This MCP server implementation provides a bridge to the Shopify API, enabling AI assistants to interact with e-commerce data and operations. Developed by masashi kishimoto, it leverages the MCP framework and ShopifyAPI library to offer tools for managing products, orders, and customer information. The server is designed for use cases requiring integration with Shopify-powered online stores, such as automated inventory management or sales analysis.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Retrieve a list of products. Parameters: limit (integer, optional, max: 250, default: 50)
Retrieve detailed information about a product. Parameters: product_id (string, required)
Create a new product. Parameters: title (string, required), body_html (string, optional), vendor (string, optional), product_type (string, optional), tags (string, optional, comma-separated), status (string, optional, values: active/draft/archived), variants (array, optional), options (array, optional), images (array, optional)
Update an existing product. Parameters: product_id (string, required), title (string, optional), body_html (string, optional), vendor (string, optional), product_type (string, optional), tags (string, optional, comma-separated), status (string, optional, values: active/draft/archived), variants (array, optional), options (array, optional), images (array, optional)
Delete a product. Parameters: product_id (string, required)