themightywolfie/shopify-storefront-mcp-server
If you are the rightful owner of shopify-storefront-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with the Shopify Storefront API, enabling seamless integration with Shopify storefronts through GraphQL queries.
Tools
Functions exposed to the LLM to take actions
get-products
Fetch multiple products with filtering and sorting.
get-product-by-handle
Get detailed information about a specific product.
get-collections
Fetch multiple collections.
get-collection-by-handle
Get detailed information about a specific collection.
search-products
Advanced product search with filters.
create-cart
Create a new shopping cart.
get-cart
Retrieve cart details by cart ID.
add-cart-lines
Add items to an existing cart.
update-cart-lines
Update existing items in a cart.
remove-cart-lines
Remove items from a cart.
get-customer
Retrieve customer information and order history.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client