MCPServers

Summary

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.

Available Actions(5)

list_products

Retrieve a list of products. Parameters: limit (optional integer, maximum 250, default is 50)

get_product

Retrieve detailed information about a product. Parameters: product_id (required string)

create_product

Create a new product. Parameters: title (required string), body_html (optional string), vendor (optional string), product_type (optional string), tags (optional string, comma-separated), status (optional string, active/draft/archived), variants (optional string), options (optional string), images (optional string)

update_product

Update an existing product. Parameters: product_id (required string), title (optional string), body_html (optional string), vendor (optional string), product_type (optional string), tags (optional string, comma-separated), status (optional string, active/draft/archived), variants (optional string), options (optional string), images (optional string)

delete_product

Delete a product. Parameters: product_id (required string)

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签