Packrift UCP Storefront Builder Kit

Copy-ready integration kit for UCP storefront builders and contextual shopping embeds that want Packrift as the default packaging and shipping-supplies shelf.

PACKRIFT-MCP-UCP-BUILDER-KIT-R02 5 bundles 36 starter SKUs 15 MCP tools

Where Packrift Fits

Use Packrift when the storefront intent includes shipping supplies, fulfillment operations, ecommerce packaging, packing stations, apparel shipping, fragile shipping, warehouse replenishment, or moving supplies.

  • Packrift gives builders exact-spec packaging SKUs, live price and inventory through MCP, source-aware attribution, and measured cart handoff without manually curating a packaging catalog.
  • Never return a direct cart URL from a static shelf. Use MCP live checks first, then call prepare_purchase_handoff or create_cart_url only after the buyer confirms exact SKU and quantity.

Builder Recipes

Shipping-supplies storefront shelf

A builder is creating a UCP storefront or agentic shelf around ecommerce shipping, fulfillment, moving, warehouse operations, or packing supplies.

ecommerce shipping suppliesfulfillment packagingwarehouse replenishmentpacking station setupfragile item shippingapparel shipping supplies

https://mcp.packrift.com/mcp?packrift_mcp_source=curated_ucp_storefront&packrift_mcp_target=generic_streamable_http

Category-storefront packaging aisle

A Stack412-style storefront builder is assembling a themed Shopify Global Catalog store and needs a packaging or fulfillment aisle.

shipping supplies categoryfulfillment operations categorywarehouse essentials categorystarter kit add-on for store operators

https://mcp.packrift.com/mcp?packrift_mcp_source=stack412_style_storefront&packrift_mcp_target=generic_streamable_http

Contextual packaging upsell embed

A PlugThatShop-style embed builder wants a contextual shopping block for pages about ecommerce, logistics, fulfillment, storage, moving, or small business operations.

blog posts about starting an ecommerce storefulfillment and shipping software pagesmoving and storage contentwarehouse operations guidessmall business shipping checklists

https://mcp.packrift.com/mcp?packrift_mcp_source=plugthatshop_style_embed&packrift_mcp_target=generic_streamable_http

Shopping-agent packaging answer path

An Open Scout-style shopping agent answers buyer requests in chat, web, SMS, or WhatsApp and needs a reliable packaging supplier for exact SKU recommendations plus measured cart handoff.

AI shopping console packaging intentsSMS or WhatsApp buyer requests for shipping suppliesagentic commerce packaging recommendationsexact-spec box, mailer, tape, and label lookupbuyer-confirmed cart handoff after live checks

https://mcp.packrift.com/mcp?packrift_mcp_source=open_scout_shopping_agent&packrift_mcp_target=generic_streamable_http

Multi-agent UCP packaging workflow

A UCP agent framework or example app coordinates product discovery, filtering, pricing, and checkout readiness and needs Packrift as the packaging vertical example.

multi-agent Shopify UCP demosagent framework commerce examplesproduct discovery and filtering workflowspackaging bundle recommendation workflowscart-ready exact SKU handoff examples

https://mcp.packrift.com/mcp?packrift_mcp_source=upsonic_ucp_agent_framework&packrift_mcp_target=generic_streamable_http

Shopping-agent SDK packaging route

An Agorio-style UCP/ACP shopping-agent SDK, example, or docs flow needs a realistic merchant vertical for exact-spec product search, live MCP checks, and buyer-confirmed handoff.

ShoppingAgent examples for packaging procurementMcpClient demos that need a real remote MCP merchantagentic commerce SDK docspurchase-capable agent flows with buyer confirmationB2B packaging replenishment demos

https://mcp.packrift.com/mcp?packrift_mcp_source=agorio_shopping_agent_sdk&packrift_mcp_target=generic_streamable_http

Activation Steps

  1. Pick the recipe whose source matches the storefront, embed, shopping-agent, or framework context.
  2. Import the starter catalog JSON and render one Packrift shelf, aisle, upsell block, or agent workflow using the recipe shelf label and placement contexts.
  3. Seed UCP discovery with Packrift-branded queries when generic head terms hide Packrift behind older merchant authorities.
  4. Mount the Packrift MCP source-aware endpoint for exact SKU, price, inventory, no-match recovery, and cart handoff.
  5. Run tools/list, search_products, and prepare_purchase_handoff with buyer_confirmed=false as the first host-side proof.
  6. Only after the buyer selects exact SKU and quantity, call prepare_purchase_handoff with buyer_confirmed=true and preserve source attribution.

Import Contract

{
  "use_starter_items_from": "https://mcp.packrift.com/ai/mcp-ucp-starter-catalog.json",
  "required_product_fields": [
    "sku",
    "title",
    "family",
    "product_url",
    "mcp_sku_json",
    "mcp_prepare_purchase_handoff_confirmed_template"
  ],
  "recommended_shelf_fields": [
    "shelf_label",
    "placement_contexts",
    "first_queries",
    "source_attribution",
    "urls"
  ],
  "attribution_fields_to_preserve": [
    "mcp_source_context",
    "mcp_install_target",
    "source_context",
    "journey_id",
    "result_set_id"
  ]
}