Index / Verified tools / E-commerce

E-commerce

Catalogues, orders, inventory and storefronts. Every tool below was read from that server's own tools/list, so the name and arguments are what the server exposes, not what its description claims.

ToolServer
shopify_orders_get_shopify_payout_ordersanswers
GetShopifyPayoutOrders lists the orders that make up a single payout, with the payout's authoritative gross/fees/net — the shape a deposit is reconciled against.
arguments: companyId, payoutId, shopDomain
Lovie Company Formation
co.lovie
list_shopify_ordersanswers
List recent orders from the connected Shopify store — order name/number, total, financial + fulfillment status, and created date. Optional `query` (Shopify order search) filters. Use to see recent sales and their stat...
arguments: companyId, query, limit
com.getfreedomos/freedom-mcp
com.getfreedomos
get_shopify_orderanswers
Get one Shopify order's detail by id (gid://shopify/Order/...): line items (title, quantity, price), totals, and financial/fulfillment status. Use when a person or agent needs to inspect a specific order's contents an...
arguments: companyId, order_id
com.getfreedomos/freedom-mcp
com.getfreedomos
list_shopify_inventoryanswers
List product variant inventory levels from the connected Shopify store — SKU, quantity, and which product each variant belongs to. Optional `query` (Shopify search syntax) filters by product/variant. Use to check curr...
arguments: companyId, query, limit
com.getfreedomos/freedom-mcp
com.getfreedomos
adjust_shopify_inventoryanswers
Adjust a variant's available inventory by a delta (+/-) at its stocked location in the connected Shopify store. Operational stock management — use when receiving stock, correcting counts, or reserving units. (Boundary...
arguments: companyId, variant_id, delta, reason
com.getfreedomos/freedom-mcp
com.getfreedomos
read_shopify_productsanswers
Use this for live purchasable product truth: product and variant IDs, SKUs, prices, coarse availability, product URLs, and public product-page metafields. Public data only: active products, no exact inventory counts, ...
arguments: sku, handle, query, limit, includeMetafields
Commonlands Optics: M12 Lens and C-Mount Lens Finder + Field-of-View Calculator
com.commonlands
prepare_shopify_purchase_handoffanswers
Build a read-only Shopify-native purchase handoff seam for a selected lens without creating carts, checkout, orders, inventory mutations, or writes. Preserve any computed FoV provenance from calculate_field_of_view/ma...
arguments: sku, quantity, sensorPartNumber, selectedVariantId
Commonlands Optics: M12 Lens and C-Mount Lens Finder + Field-of-View Calculator
com.commonlands
prepare_orderanswers
Create a draft order from the cart + address + promo and return {checkout_url, draft_id, expires_at}. The human opens checkout_url — everything is pre-filled — reviews and pays. The agent never pays. Call get_order_pr...
agentee
art.allover
add_custom_to_cartanswers
Put a FINISHED custom print into the cart as a product. Args: print_id (must be done), product? (same set as studio_generate), size, qty?. Then the normal checkout flow applies (get_order_preview -> prepare_order).
arguments: print_id, product, size, qty
agentee
art.allover
vivid_place_orderanswers
Create a Shopify DRAFT order for Vivid Ads team review — NOT a final/placed order, and NEVER charges a card. Before calling, summarise the exact product, quantity, configuration, verified price (if available), custome...
arguments: product, size, quantity, options, items, name
au.com.vividads/vivid-ads-commerce
au.com.vividads
get_cartanswers
Read a shopper's current cart by id. Returns line items, totals, discount info, and checkout URL. Passthrough to Shopify Storefront MCP's get_cart for the target shop; requires shop scope and is not available for cros...
arguments: cart_id, shop_domain
Curie Commerce
co.curie
update_cartanswers
Modify a Shopify cart — add line items, update quantities, remove lines. Pass cart_id=null to create a new cart. Returns the updated cart with checkout URL ready for in-chat completion. Passthrough to Shopify Storefro...
arguments: cart_id, add_items, update_items, remove_line_ids, shop_domain
Curie Commerce
co.curie
create_cartanswers
Create a new Shopify cart for the target shop, optionally pre-loaded with line items. UCP-canonical dev.ucp.shopping.cart.create_cart. Returns the new cart_id + checkout_url ready for in-chat checkout handoff. Passthr...
arguments: add_items, buyer_locale, shop_domain
Curie Commerce
co.curie
cancel_cartanswers
Cancel an existing Shopify cart. UCP-canonical dev.ucp.shopping.cart.cancel_cart. Idempotent — re-cancelling a cancelled cart returns success. Passthrough to Shopify Storefront MCP's cancel_cart.
arguments: cart_id, shop_domain
Curie Commerce
co.curie
get_orderanswers
Read the live status of an order by id (UCP-canonical dev.ucp.shopping.order.get_order). Returns the real order body — line items, fulfillment/tracking, totals, status — when the order is visible to Curie. Visibility ...
arguments: order_id, shop_domain
Curie Commerce
co.curie
curie_wishlist_move_to_cartanswers
Mark a wishlist item AS moved-to-cart (sets `moved_to_cart_at = now()`). This tool does NOT directly add the item to a Shopify cart — cart wrapping is the host AI's job via the existing `update_cart` MCP tool. Use thi...
arguments: item_id, quantity, cart_id
Curie Commerce
co.curie
inventory_getanswers
Fetch one available unit by identity (VIN) from a named rooftop (rooftop_slug from network_search results). Returns the full detail shape — ordered photo gallery, options, plain-text description; embed the first few p...
arguments: identity, rooftop_slug
Agentic Dealer Network
com.agenticdealernetwork
get_cart_affinityanswers
Co-purchase / market-basket analysis. Given an anchor product (productTitle), returns other products frequently bought with it, ranked by lift. Reports: basket (same-order co-purchase — best for bundles, 'frequently b...
arguments: report, productTitle, startDate, endDate, limit, minCoOccurrences
Ask AI
com.ask-ai-data-connector
get_orderanswers
Look up a specific order with full line item details (product, variant, SKU, quantity, price, vendor). Use orderName for user-facing IDs like '#1001', or orderId for Shopify numeric IDs. Also supports orderIds (array)...
arguments: orderName, orderId, orderIds
Ask AI
com.ask-ai-data-connector
get_ordersanswers
Get order analytics by dimension. Reports: by_status (order counts/revenue by financial status), by_country (geographic sales breakdown — supports compare for WoW/MoM/YoY trend, returns top rising/falling countries), ...
arguments: report, sortBy, startDate, endDate, limit, compare
Ask AI
com.ask-ai-data-connector
get_inventoryanswers
Get inventory analytics. Reports: summary (activeProducts count, totalVariants, outOfStock variant count, lowStock variant count with >0 and ≤10 units, totalUnits, active locations count), low_stock (products needing ...
arguments: report, threshold, limit
Ask AI
com.ask-ai-data-connector
list_cartsanswers
List carts (open/abandoned carts for operator queries). Filter by customer_id. Use with list_orders (sort=-id) for recent purchases vs open carts.
arguments: customer_id, per_page, page
com.b2bware/mcp-server
com.b2bware
create_orderanswers
[orders-admin] Create an order directly in OrderHub (demo/backfill). Does NOT run cart checkout — use for historical or manual orders. Call list_shipping_methods, list_billing_methods, and list_customer_addresses firs...
arguments: customer_id, shipping_address_id, billing_address_id, shipping_method_id, billing_method_id, line_items
com.b2bware/mcp-server
com.b2bware
optimize_cartanswers
Find the cheapest way to buy multiple products together: computes the optimal split across shops — which items to order from which shop — accounting for each shop's shipping costs and free-shipping thresholds, and ret...
arguments: eans, country
Bikefuchs — Bike Parts Price Comparison
com.bikefuchs
create_cartanswers
Create a Shopify-owned cart for selected variant line items through the configured Shopify Cart/Storefront MCP endpoint. Commonlands MCP is a stateless proxy: cart state is stored and mutated by Shopify, not in the Wo...
arguments: meta, cart
Commonlands Optics: M12 Lens and C-Mount Lens Finder + Field-of-View Calculator
com.commonlands
get_cartanswers
Retrieve a Shopify-owned cart by cart id. Owner-bound: requires the cart_access_token returned by create_cart, so only the session that created a cart can read it. Cart persistence comes from Shopify; agents must reta...
arguments: meta, id, cart_access_token
Commonlands Optics: M12 Lens and C-Mount Lens Finder + Field-of-View Calculator
com.commonlands
update_cartanswers
Update a Shopify-owned cart through the configured Cart/Storefront MCP endpoint. Owner-bound: requires the cart_access_token returned by create_cart, so only the session that created a cart can change it. With UCP end...
arguments: meta, id, cart_access_token, cart
Commonlands Optics: M12 Lens and C-Mount Lens Finder + Field-of-View Calculator
com.commonlands
find_inventoryanswers
Discover droplinked inventory (SKU-level) matching a free-text query and/or filters, across every connected catalog source (native droplinked shops + the Shopify Global Catalog + Henry + Impact brands). Provide at lea...
arguments: query, brandSlug, country, currency, minPrice, maxPrice
droplinked
com.droplinked.mcp
cart.addLineanswers
Add a product variant (skuId) and quantity to an existing droplinked cart. Use this to build a multi-item cart incrementally before checking out. Requires a cartId from start_checkout (hosted mode mints the cart) or a...
arguments: cartId, skuId, quantity, referrer
droplinked
com.droplinked.mcp
cart.updateLineQuantityanswers
Change the quantity of an existing line in a droplinked cart. Identifies the line by skuId (the variant id used when the line was added). Returns `{ status, cartId, skuId, updatedQuantity }`. Use cart.removeLine to re...
arguments: cartId, skuId, quantity
droplinked
com.droplinked.mcp
endorso_cartanswers
Turn a shopping LIST (up to 8 free-text items or product URLs) into per-store buying links: Shopify and Amazon stores get a PRE-FILLED cart link the buyer lands on with everything added; other stores get deep product ...
arguments: items, earner, country, cashback_intent
Endorso
com.endorso
list_shopify_productsanswers
List products from the connected Shopify store — title, status (ACTIVE/DRAFT/ARCHIVED), total inventory, and price range. Optional natural-language `query` (Shopify search syntax) filters the list. Use to see the cata...
arguments: companyId, query, limit
com.getfreedomos/freedom-mcp
com.getfreedomos
get_shopify_productanswers
Get one Shopify product's full detail by id (gid://shopify/Product/...): description, status, tags, updatedAt (pass it as expected_updated_at when proposing a publish/live edit), and its variants with price and invent...
arguments: companyId, product_id
com.getfreedomos/freedom-mcp
com.getfreedomos
kapruka_create_orderanswers
Create a guest-checkout order on Kapruka and return a click-to-pay link. Builds a Kapruka order from the supplied cart + recipient + delivery + sender, then returns a checkout URL the customer opens in a brow...
arguments: params
Kapruka MCP
com.kapruka
kapruka_track_orderanswers
Look up status and delivery progress for a Kapruka order by order number. Returns current status (received / confirmed / out-for-delivery / delivered / cancelled), the recipient and delivery details on file, ...
arguments: params
Kapruka MCP
com.kapruka
check_inventory
Use to confirm stock before recommending a SKU or building a cart. Required argument: variant_ids as an array of numeric Shopify variant IDs encoded as strings, for example ["53475949216112"]. Never send variant_ids a...
arguments: variant_ids, journey_id, result_set_id, selected_sku, selected_handle, match_type
Packrift
io.github.packrift
create_cart_url
Build the checkout handoff URL once the buyer has confirmed an exact product, quantity, live price, and stock. Preferred input is sku plus quantity; use items only when you already hold variant IDs as strings. Returns...
arguments: sku, quantity, items, discount_code, source_context, journey_id
Packrift
io.github.packrift
validate_orderanswers
Dry-run an order and mint a one-time confirm_token (valid 10 minutes). Returns a human-readable summary that MUST be shown to the user for approval before calling create_order. Does NOT create the order or reserve funds.
arguments: brand_slug, country_code, denomination_label, amount_usd, dynamic, coin
AgentRoam
ai.agentroam
create_orderanswers
Create the real order (requires confirm_token from validate_order, after user approval). Returns the payment wallet address, exact crypto amount, 30-minute expiry, and an order-status URL. The purchased code/QR is ema...
arguments: confirm_token, full_name
AgentRoam
ai.agentroam
get_order_statusanswers
Poll order state (WAITING_FOR_PAYMENT → PARTIAL → COMPLETED, or CANCELED/EXPIRED). Requires the status_token from create_order.
arguments: external_order_id, status_token
AgentRoam
ai.agentroam
get_order_statusanswers
Check status, ETA and tracking for a UFP order.
arguments: order_id
Agentic Fabrication Network (AFN)
ai.agenticfabricationnetwork
list_ordersanswers
List this agent's recent UFP orders (newest first): order id, what was made, vendor, status, total, ETA, created date. Use it to resolve vague references — "my sticker order", "that order from 6 days ago" — to a concr...
Agentic Fabrication Network (AFN)
ai.agenticfabricationnetwork
orderDomainanswers
Create or transfer a domain - Create or transfer a domain
arguments: x-request-id, x-trace-id, orderDomainBody
Contabo (VPS) MCP Server
ai.com.mcp
getInventoryanswers
Returns pet inventories by status. - Returns a map of status codes to quantities.
arguments: x-hapi-auth-state
Petstore MCP Server
ai.com.mcp
placeOrderanswers
Place an order for a pet. - Place a new order in the store.
arguments: placeOrderBody, x-hapi-auth-state
Petstore MCP Server
ai.com.mcp
getOrderByIdanswers
Find purchase order by ID. - For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.
arguments: orderId, x-hapi-auth-state
Petstore MCP Server
ai.com.mcp
deleteOrderanswers
Delete purchase order by identifier. - For valid response try integer IDs with value < 1000. Anything above 1000 or non-integers will generate API errors.
arguments: orderId, x-hapi-auth-state
Petstore MCP Server
ai.com.mcp
get_orderflowanswers
Taker buy/sell imbalance, trade counts, quote volume (1h/1d via API; denser tiers in packs). buy_ratio 0.5 = balanced.
arguments: symbol, tf, start, end
ai.iturri/market-data
ai.iturri
create_cartanswers
Create a new shopping cart on Kifly. **For network (cross-seller) tokens you MUST pass `seller_handle`** — each cart is bound to exactly one seller. Get the handle from search_products results (every item's `kifly:sel...
arguments: seller_handle
Kifly — Agentic Commerce & Payments
ai.kifly
add_to_cartanswers
Requires `checkout:write` scope. Add a product variant to an existing cart. Use the variant_id from search_products results. Returns full cart state including item_ids you can use with update_cart_item. **Max quantity...
arguments: cart_id, variant_id, quantity
Kifly — Agentic Commerce & Payments
ai.kifly
get_cartanswers
Inspect the current state of a cart — line items, quantities, prices, and shipping address. Each item includes an `item_id` you can pass to `update_cart_item` to change quantity or remove the item. Call this after `ad...
arguments: cart_id
Kifly — Agentic Commerce & Payments
ai.kifly
update_cart_itemanswers
Requires `checkout:write` scope. Change the quantity of a line item in an open cart, or remove it entirely. Set `quantity` to 0 to remove the item. Get the `item_id` from `get_cart` or the `cart` field in the `add_to_...
arguments: cart_id, item_id, quantity
Kifly — Agentic Commerce & Payments
ai.kifly
list_ordersanswers
List a returning buyer's recent orders and their current fulfillment status — use this in a NEW session to answer 'did my order ship?' / 'where's my package?' when you don't have the original `session_id` from `checko...
arguments: buyer_token, since, limit
Kifly — Agentic Commerce & Payments
ai.kifly
order_statusanswers
Check the status of a Stripe checkout session. Poll every 5 seconds after checkout until status is 'paid', 'shipped', or 'failed'. Returns order details (order_id, amount, items) when paid. When the seller marks the o...
arguments: session_id
Kifly — Agentic Commerce & Payments
ai.kifly
order_stopsanswers
Put a single run's stops in the best visiting order ("order my errands"). Provide `start` {lat, lon} and `stops` (1-100 entries of {location, label?, service_s?}); optionally an `end` destination or `round_trip`: true...
arguments: costing, end, round_trip, start, stops, truck
MapMap
ai.mapmap
manifest_placeLimitOrderanswers
Place a limit order on a Manifest market. SAP MCP context: This Synapse AgentKit tool is served beside the sap_* SDK tools. Use sap_agent_identity_plan, sap_payments_register_agent, sap_payments_update_agent, and sap_...
arguments: wallet, marketId, side, price, size, orderType
SAP MCP Server
ai.oobeprotocol.sap.mcp
manifest_cancelOrderanswers
Cancel a limit order on a Manifest market. SAP MCP context: This Synapse AgentKit tool is served beside the sap_* SDK tools. Use sap_agent_identity_plan, sap_payments_register_agent, sap_payments_update_agent, and sap...
arguments: wallet, marketId, orderId
SAP MCP Server
ai.oobeprotocol.sap.mcp
manifest_getOrderbookanswers
Get the current orderbook for a Manifest market. SAP MCP context: This Synapse AgentKit tool is served beside the sap_* SDK tools. Use sap_agent_identity_plan, sap_payments_register_agent, sap_payments_update_agent, a...
arguments: marketId, depth
SAP MCP Server
ai.oobeprotocol.sap.mcp
openbook_placeOrderanswers
Place an order on an Openbook market. SAP MCP context: This Synapse AgentKit tool is served beside the sap_* SDK tools. Use sap_agent_identity_plan, sap_payments_register_agent, sap_payments_update_agent, and sap_publ...
arguments: wallet, marketId, side, price, size, orderType
SAP MCP Server
ai.oobeprotocol.sap.mcp
openbook_cancelOrderanswers
Cancel an open order on an Openbook market. SAP MCP context: This Synapse AgentKit tool is served beside the sap_* SDK tools. Use sap_agent_identity_plan, sap_payments_register_agent, sap_payments_update_agent, and sa...
arguments: wallet, marketId, orderId
SAP MCP Server
ai.oobeprotocol.sap.mcp
Showing 60 of 436 verified tools. Search the whole set, including full input schemas, at https://neuronto.com/tools?q=..., or connect an agent to https://neuronto.com/mcp and call find_tool. No key, no signup.

"Answers" means the endpoint responded to a handshake when last probed, and "auth required" means it demanded credentials. Both are statements about reachability, never about trustworthiness.

Other capabilities

Analytics and monitoring
1,099 verified tools
Files and storage
1,035 verified tools
Calendar and scheduling
723 verified tools
Crypto and blockchain
708 verified tools
Payments and billing
706 verified tools
Images, audio and video
637 verified tools
Maps, location and weather
598 verified tools
Web scraping and browser automation
490 verified tools
Social media
481 verified tools