← Registry
eCommerce
share-a-cart.com
Manage shared shopping carts and retrieve product details from vendors.
ENDPOINT 1
https://share-a-cart.com/mcp
Known tools 8
sac_get_cartGET /api/get/:cartid — extension-style cart JSON (raw cart from store).
sac_get_cart_viewGET /api/get/r/cart/:cartid — React “prepared” cart (conquesting, matched carts).
sac_get_productGET /api/get/:vendor/:itemid/ — product details for a vendor item id.
sac_save_cartPOST /api/make/saveWithMetadata — create or update a shared cart.
sac_vendor_listLists Share-A-Cart vendors with a derived `searchable` boolean (true when the vendor exposes a server-side search adapter).
sac_dealsLists Share-A-Cart deals in upstream publisher order.
sac_search_itemsGET /api/make/:vendor/:keywords — search items (optional region, zip query params).
sac_create_cart_from_searchSearch items via /api/make and create a cart via saveWithMetadata (routes through sac_save_cart-style enrichment).