generated: '2026-08-06' method: searched source: https://shop.andium.com/.well-known/ucp status: published name: Andium Store UCP/MCP summary: >- Andium publishes one live, anonymous Model Context Protocol endpoint — the Universal Commerce Protocol (UCP) shopping service on its merchandise storefront at shop.andium.com. It is the only callable, machine-readable API surface API Evangelist could find on any andium.com host. Andium's industrial field-monitoring platform (InSite, tank/flare/methane/leak/fire monitoring) publishes no public developer program, documentation, or specification. server: name: andium-store-ucp transport: http protocol: MCP (JSON-RPC 2.0 over HTTP) url: https://shop.andium.com/api/ucp/mcp discovery: https://shop.andium.com/.well-known/ucp agent_instructions: - https://shop.andium.com/agents.md - https://shop.andium.com/llms.txt authentication: none required for tools/list; checkout completion requires buyer approval and a UCP agent profile ucp_version: '2026-04-08' ucp_supported_versions: ['2026-04-08', '2026-01-23'] platform: vendor: Shopify note: >- The endpoint is served from an Andium-controlled host (shop.andium.com) and describes the Andium Store, but the protocol implementation is Shopify's native UCP/MCP support, not software Andium authored. Recorded as-is; the surface is real, callable and provider-hosted. shop_id: '85535392078' myshopify_origin: https://0405ba-12.myshopify.com x-evidence: fetched: '2026-08-06' tools_list: url: https://shop.andium.com/api/ucp/mcp method: POST body: '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' http_status: 200 content_type: application/json tool_count: 13 discovery: url: https://shop.andium.com/.well-known/ucp http_status: 200 content_type: application/json tools_file: mcp/andium-mcp-tools.json tool_count: 13 tools: - name: get_checkout description: "Returns details about the checkout, including line items, totals, and any applicable discounts or taxes." input_properties: [meta, id] required: [meta, id] - name: create_checkout description: "Creates a checkout. Returns checkout details, including line items, totals, and any applicable discounts or taxes." input_properties: [meta, checkout] required: [meta, checkout] - name: update_checkout description: "Updates a checkout. Returns checkout details, including line items, totals, and any applicable discounts or taxes." input_properties: [meta, checkout, id] required: [meta, checkout, id] - name: complete_checkout description: "Completes a checkout and returns the checkout result. Returns details about the completed checkout, including order ID, Thank You Page URL, or any errors encountered." input_properties: [meta, checkout, id] required: [meta, id, checkout] - name: cancel_checkout description: "Cancels a checkout." input_properties: [meta, id] required: [meta, id] - name: get_cart description: "Get the cart contents" input_properties: [meta, id] required: [meta, id] - name: create_cart description: "Creates a new cart" input_properties: [meta, cart] required: [meta, cart] - name: update_cart description: "Perform updates to a cart." input_properties: [meta, cart, id] required: [meta, cart, id] - name: cancel_cart description: "Cancels a cart." input_properties: [meta, id] required: [meta, id] - name: get_order description: "Get the details of an order" input_properties: [meta, id] required: [meta, id] - name: search_catalog description: "Search for products from the online store, hosted on Shopify." input_properties: [meta, catalog] required: [meta, catalog] - name: lookup_catalog description: "Look up multiple products or variants by identifier." input_properties: [meta, catalog] required: [meta, catalog] - name: get_product description: "Retrieve complete product detail by identifier. Returns a singular product" input_properties: [meta, catalog] required: [meta, catalog]