generated: '2026-07-19' method: searched status: published source: https://ketone.com/llms.txt server: name: hvmn-ketone-ucp transport: http protocol: mcp url: https://ketone.com/api/ucp/mcp discovery: https://ketone.com/.well-known/ucp standard: Universal Commerce Protocol (UCP) spec: https://ucp.dev/2026-04-08/specification/overview/ ucp_versions: - '2026-04-08' - '2026-01-23' notes: >- The Ketone-IQ (HVMN) Shopify store exposes a live, published MCP endpoint for agent-driven commerce via the Universal Commerce Protocol. The endpoint is POST https://ketone.com/api/ucp/mcp (Content-Type: application/json); a full tools/list requires the UCP profile handshake. The tool surface below is the documented agent flow from the store's own /llms.txt (search -> cart -> checkout -> fulfill -> complete). Checkout requires contemporaneous human buyer approval; the store recommends the Shop skill (https://shop.app/SKILL.md) for buy-for-me agents. Rate-limited per IP (back off on 429). tools: - name: search_catalog description: Find products matching the buyer's intent. source: llms.txt agent flow (UCP dev.ucp.shopping.catalog.search) - name: create_cart description: Add desired items to a cart. source: llms.txt agent flow (UCP dev.ucp.shopping.cart) - name: create_checkout description: Start the purchase flow. source: llms.txt agent flow (UCP dev.ucp.shopping.checkout) - name: update_checkout description: Set shipping address and method. source: llms.txt agent flow (UCP dev.ucp.shopping.fulfillment) - name: complete_checkout description: Finalize the purchase; buyer must approve payment. source: llms.txt agent flow (UCP dev.ucp.shopping.checkout) capabilities: - dev.ucp.shopping.catalog.search - dev.ucp.shopping.catalog.lookup - dev.ucp.shopping.cart - dev.ucp.shopping.checkout - dev.ucp.shopping.fulfillment - dev.ucp.shopping.discount - dev.ucp.shopping.order - dev.shopify.catalog payment_handlers: - com.google.pay - dev.shopify.card - dev.shopify.shop_pay