shopify-multi-store
Related Servers
Alternatives to shopify-multi-store
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables interaction with Shopify store data via the GraphQL Admin API to manage products, customers, orders, and collections. Supports multi-store configurations and provides comprehensive management tools for e-commerce administration in both local and remote environments.10 npm1MIT
- AlicenseNot gradedqualityBmaintenanceEnables conversational Admin API read/write across multiple Shopify stores with a production write-gate for safety.1MIT
- FlicenseNot gradedqualityBmaintenanceEnables management of Shopify store via GraphQL, including products, orders, inventory, and discounts with security features like preview mode and write protection.-
- FlicenseNot gradedqualityNot gradedmaintenanceEnables interaction with multiple Shopify stores simultaneously through the Storefront API. Supports product search, cart management, and store operations across configured Shopify stores through natural language.2-
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Shopify stores via the Admin API for product, order, metafield, and theme management.48 npmMIT
- AlicenseBqualityDmaintenanceEnables interaction with Shopify store data using the GraphQL API, supporting product, customer, and order management with comprehensive error handling.1548 npm17MIT
TDQS
Scored across 55 tools
Several tools overlap heavily: get_product_everywhere, compare_catalog, compare_inventory, compare_prices, and search_products_many all return product/price/inventory/catalog comparisons across stores, while get_shop_info and get_store_capabilities both cover store identity. Detailed descriptions help, but an agent would still struggle to reliably choose between these near-duplicate multi-store report tools.
Nearly all tools follow a shopify_verb_noun snake_case convention, with consistent verbs like get, search, list, create, update, and compare. Minor inconsistencies exist: store vs. shop terminology is mixed, shopify_graphql_schema has no verb, and preview/previews vary across tools, but overall the pattern is disciplined.
55 tools is far beyond a focused multi-store toolset. Many single-purpose report variants such as compare_prices, compare_catalog, compare_inventory, catalog_health, and catalog_gap_report could be consolidated into parameterized reporting tools, making the surface feel bloated and harder to navigate.
Read-side coverage is very broad, and products, collections, inventory, discounts, publishing, and bulk export are all represented. Dedicated customer/order/discount mutation and delete tools are missing, but the generic shopify_graphql_mutation tool provides a workaround, so there is no hard dead end.