Sandbox MCP Servers
MCP servers for e-commerce platform operations, giving an agent tools to work directly against
Shopify, Gorgias, Recharge, and related platforms.
Available servers
Shopify
The narrow servers exist so you can grant an agent exactly one job. If an agent only needs to
release fulfillment holds, give it shopify rather than shopify-full β 3 tools instead of 40+,
and no path to issuing a refund.
shopify-full coverage
Orders β search_orders with status, financial, fulfillment and date filters; get_order
with line items, customer and transactions; update_order; cancel_order with reason, refund
option and restock; close_order / reopen_order.
Fulfillment β get_fulfillment_orders, create_fulfillment with tracking,
update_tracking, cancel_fulfillment, release_fulfillment_hold.
Refunds β calculate_refund to preview amounts, create_refund, get_refunds.
Products β search_products, get_product with variants and images, update_product,
update_variant.
Plus customers, inventory, discounts, metafields, collections, gift cards, and draft orders.
create_refund, cancel_order, and create_fulfillment take real action on a live store.
calculate_refund and preview_refund exist precisely so an agent can check its arithmetic
before committing β have it preview first.
Servers are also available for Gorgias (support tickets) and Recharge (subscriptions),
following the same pattern.
Then register the server you want with your MCP host, supplying that platformβs credentials via
environment variables. Each serverβs README documents its required variables.
Choosing a scope