← Registry
eCommerce
arcuswear.store
Manages product listings, search, and cart operations for an online store.
ENDPOINT 1
https://www.arcuswear.store/api/mcp
Known tools 8
list_productsList products in the Arcus Wear catalog.
get_productGet full detail for one product, including every size/color variant with availability, by product handle or id.
search_productsKeyword search over the Arcus Wear catalog (name + description).
get_cartGet the contents of a cart.
add_to_cartAdd an item to a cart and return the updated cart (including a real Shopify checkout_url).
get_shipping_quoteGet available shipping options and estimated delivery for a cart shipping to an address.
create_checkoutReturn the real Shopify-hosted checkout URL for the cart (optionally prefilling the customer email).
complete_orderComplete a purchase WITHOUT a browser redirect: charges a Stripe-tokenized payment method and places the paid order.