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 (maximum 250, default is 50)

get_product

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

create_product

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

update_product

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

delete_product

Delete a product. Parameters: product_id (required)

Last Updated: April 17, 2025

Recensioni della Community

0.0
0 recensioni
5
0
4
0
3
0
2
0
1
0

Nessuna recensione ancora. Sii il primo a recensire!

Accedi per unirti alla conversazione

Coming soon to
HighlightHighlight AI

Linguaggio

TypeScript

Categorie

Tag