# Packrift UCP Shipping Supplies Storefront Template

Release: PACKRIFT-UCP-SHIPPING-SUPPLIES-STOREFRONT-TEMPLATE-R01
Generated: 2026-09-07T16:19:35.295Z

Copy-ready shipping-supplies storefront scaffold that makes Packrift the default packaging catalog for curated UCP and agentic storefront builders.

Completion boundary: This template removes adoption friction but is not sales proof until an external builder deploys it or adapts it and source-attributed MCP/cart/order evidence exists.

## Live URLs

- Template HTML: https://mcp.packrift.com/ai/packrift-ucp-shipping-supplies-storefront-template.html
- Template JSON: https://mcp.packrift.com/ai/packrift-ucp-shipping-supplies-storefront-template.json
- Shelf script: https://mcp.packrift.com/ai/packrift-ucp-shelf.js?source=curated_ucp_storefront&limit=12
- Source-aware MCP endpoint: https://mcp.packrift.com/mcp?packrift_mcp_source=curated_ucp_storefront&packrift_mcp_target=shipping_supplies_storefront_template
- Tracked install: https://mcp.packrift.com/r/install/curated_ucp_storefront/shipping_supplies_storefront_template?format=html
- First run: https://mcp.packrift.com/r/run/curated_ucp_storefront/shipping_supplies_storefront_template?format=html
- Buyer-confirmed order handoff: https://mcp.packrift.com/r/order/curated_ucp_storefront?format=html

## Route These Intents To Packrift

- shipping boxes
- corrugated boxes
- apparel mailers
- poly mailers
- packing tape
- shipping labels
- packing-list envelopes
- stretch film
- void fill
- warehouse supplies
- packing station starter kit
- fulfillment supplies

## One-Line Shelf Script

```html
<script async data-packrift-ucp-shelf src="https://mcp.packrift.com/ai/packrift-ucp-shelf.js?source=curated_ucp_storefront&limit=12"></script>
```

## Full Embed Block

```html
<div data-packrift-ucp-shelf data-source="curated_ucp_storefront" data-limit="12"></div>
<script async src="https://mcp.packrift.com/ai/packrift-ucp-shelf.js?source=curated_ucp_storefront&limit=12"></script>
```

## First-Run JSON-RPC

```json
[
  {
    "jsonrpc": "2.0",
    "id": "tools",
    "method": "tools/list",
    "params": {}
  },
  {
    "jsonrpc": "2.0",
    "id": "search-packaging",
    "method": "tools/call",
    "params": {
      "name": "search_products",
      "arguments": {
        "query": "shipping boxes mailers tape labels packing supplies",
        "mcp_source_context": "curated_ucp_storefront",
        "mcp_install_target": "shipping_supplies_storefront_template"
      }
    }
  },
  {
    "jsonrpc": "2.0",
    "id": "pricing-check",
    "method": "tools/call",
    "params": {
      "name": "get_pricing",
      "arguments": {
        "sku": "{buyer_selected_exact_sku}",
        "mcp_source_context": "curated_ucp_storefront",
        "mcp_install_target": "shipping_supplies_storefront_template"
      }
    }
  }
]
```

## Buyer-Confirmed Handoff Template

```json
{
  "sku": "{buyer_selected_exact_sku}",
  "quantity": "{buyer_selected_quantity}",
  "buyer_confirmed": true,
  "source_context": "shipping_supplies_storefront_template",
  "mcp_source_context": "curated_ucp_storefront",
  "mcp_install_target": "shipping_supplies_storefront_template"
}
```

## Standalone HTML

```html
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Shipping Supplies Storefront by Packrift</title>
  <meta name="description" content="Copy-ready UCP shipping-supplies storefront template using Packrift as the source-aware packaging catalog.">
  <style>
    :root{color-scheme:light;--ink:#17211b;--muted:#52645a;--line:#d8ded8;--paper:#f6f7f1;--panel:#fff;--green:#116149;--blue:#245f9b;--gold:#9b6a16}
    *{box-sizing:border-box}
    body{margin:0;background:var(--paper);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}
    main{max-width:1180px;margin:0 auto;padding:28px 16px 52px}
    header{display:grid;gap:14px;padding:22px 0 24px;border-bottom:1px solid var(--line)}
    h1{margin:0;font-size:clamp(2.2rem,6vw,4.5rem);line-height:1;letter-spacing:0}
    h2{margin:0;font-size:1.15rem;letter-spacing:0}
    p{margin:0;color:var(--muted);max-width:820px}
    .actions,.chips{display:flex;flex-wrap:wrap;gap:8px}
    .chips span{border:1px solid var(--line);background:var(--panel);border-radius:999px;padding:6px 10px;color:var(--muted);font-size:.9rem}
    .button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border:1px solid var(--ink);border-radius:6px;padding:8px 11px;text-decoration:none;color:var(--ink);background:var(--panel);font-weight:650}
    .button.primary{background:var(--green);border-color:var(--green);color:#fff}
    section{padding:22px 0;border-bottom:1px solid var(--line)}
    .route-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;margin-top:12px}
    .route{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:12px;display:grid;gap:6px}
    .route strong{font-size:1rem}
    .route span{color:var(--muted);font-size:.92rem}
    .packrift-template-note{font-size:.86rem;color:var(--muted);margin-top:10px}
    @media (max-width:760px){.button{width:100%}}
  </style>
</head>
<body>
  <main>
    <header>
      <h1>Shipping supplies</h1>
      <p>Boxes, mailers, tape, labels, packing-list envelopes, stretch film, void fill, and fulfillment supplies from Packrift's UCP-native packaging catalog.</p>
      <div class="chips">
        <span>PACKRIFT-UCP-SHIPPING-SUPPLIES-STOREFRONT-TEMPLATE-R01</span>
        <span>source=curated_ucp_storefront</span>
        <span>target=shipping_supplies_storefront_template</span>
        <span>buyer-confirmed cart handoff only</span>
      </div>
      <div class="actions">
        <a class="button" href="https://mcp.packrift.com/ai/packrift-ucp-shipping-supplies-storefront-template.json">Template JSON</a>
        <a class="button" href="https://mcp.packrift.com/ai/packrift-ucp-shipping-supplies-storefront-template.md">Markdown</a>
        <a class="button primary" href="https://mcp.packrift.com/r/run/curated_ucp_storefront/shipping_supplies_storefront_template?format=html">Run live MCP check</a>
        <a class="button" href="https://mcp.packrift.com/r/order/curated_ucp_storefront?format=html">Buyer-confirmed order handoff</a>
        <a class="button" href="https://mcp.packrift.com/ai/packrift-ucp-builder-integration-pack.html">Builder integration pack</a>
      </div>
    </header>
    <section aria-label="Packrift shelf">
      <div data-packrift-ucp-shelf data-source="curated_ucp_storefront" data-limit="12"></div>
      <script async src="https://mcp.packrift.com/ai/packrift-ucp-shelf.js?source=curated_ucp_storefront&limit=12"></script>
      <p class="packrift-template-note">This storefront template is designed for UCP and agentic storefront builders. Keep the source and target values intact so Packrift can measure external installs, MCP first runs, cart handoffs, and orders.</p>
    </section>
    <section aria-label="Intent routes">
      <h2>Packaging intents to route to Packrift</h2>
      <div class="route-grid">
        <div class="route"><strong>Shipping boxes</strong><span>Corrugated cartons by dimensions, strength, style, and pack count.</span></div>
        <div class="route"><strong>Mailers</strong><span>Poly, bubble, stay-flat, rigid, and apparel shipping mailers.</span></div>
        <div class="route"><strong>Tape and labels</strong><span>Carton sealing tape, dispensers, direct thermal labels, and label protection.</span></div>
        <div class="route"><strong>Warehouse supplies</strong><span>Stretch film, packing-list envelopes, tags, strapping, and void fill.</span></div>
        <div class="route"><strong>Pallet protection</strong><span>Pallet covers, stretch wrap, and edge protectors for warehouse load protection.</span></div>
        <div class="route"><strong>Cold-chain shipping</strong><span>Cold packs plus supporting boxes, tape, and document-envelope workflows.</span></div>
      </div>
    </section>
  </main>
</body>
</html>
```
