# Packrift PlugThatShop-Style Contextual Shipping Shelf

Release: PACKRIFT-UCP-PLUGTHATSHOP-CONTEXTUAL-SHELF-R01
Generated: 2026-09-07T16:19:18.439Z

Target-specific contextual shipping-supplies shelf for PlugThatShop-style embedded shop builders. It turns Packrift from a generic product source into a ready packaging upsell block for ecommerce, fulfillment, logistics, moving, warehouse, and small-business pages.

Completion boundary: This embedded shelf page improves the first external ask but is not sales proof. Completion still requires external builder install, embed, or use plus source-attributed MCP/cart/order continuity.

## First Link For Outreach

https://mcp.packrift.com/ai/packrift-ucp-plugthatshop-contextual-shelf.html

## Live URLs

- shelf_json: https://mcp.packrift.com/ai/packrift-ucp-plugthatshop-contextual-shelf.json
- shelf_markdown: https://mcp.packrift.com/ai/packrift-ucp-plugthatshop-contextual-shelf.md
- shelf_html: https://mcp.packrift.com/ai/packrift-ucp-plugthatshop-contextual-shelf.html
- generic_storefront_template_html: https://mcp.packrift.com/ai/packrift-ucp-shipping-supplies-storefront-template.html
- source_demo_html: https://mcp.packrift.com/ai/mcp-ucp-storefront-shelf-demo/plugthatshop_style_embed.html
- import_feed_json: https://mcp.packrift.com/ai/mcp-ucp-storefront-import.json
- import_feed_csv: https://mcp.packrift.com/ai/mcp-ucp-storefront-import.csv
- shelf_script: https://mcp.packrift.com/ai/packrift-ucp-shelf.js?source=plugthatshop_style_embed&limit=12
- mcp_endpoint: https://mcp.packrift.com/mcp?packrift_mcp_source=plugthatshop_style_embed&packrift_mcp_target=plugthatshop_contextual_shelf
- first_run: https://mcp.packrift.com/r/run/plugthatshop_style_embed/plugthatshop_contextual_shelf?format=html
- buyer_handoff: https://mcp.packrift.com/r/order/plugthatshop_style_embed?format=html
- activation_packet: https://mcp.packrift.com/ai/packrift-ucp-builder-approval-packet/plugthatshop_style_embed.html
- integration_pack: https://mcp.packrift.com/ai/packrift-ucp-builder-integration-pack/plugthatshop_style_embed.html

## Embed Pitch

- Add Packrift as a contextual product block when a page mentions ecommerce shipping, fulfillment, packing, moving, warehouse operations, or small-business logistics.
- Use Packrift for boxes, mailers, tape, labels, packing-list envelopes, stretch film, void fill, and fulfillment supplies.
- Keep the source slug intact so every embed load, MCP first run, handoff, and order can be attributed.
- Run Packrift MCP live checks before buyer-confirmed cart handoff.

## Copy-Paste One-Line Script

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

## Full Embed Block

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

## Import Filter

```text
https://mcp.packrift.com/ai/mcp-ucp-storefront-import.json
source_slug=plugthatshop_style_embed
```

## Embed Contexts

| Context | Title | Primary UCP Query | Items |
| --- | --- | --- | ---: |
| ecommerce_shipping_starter | Ecommerce shipping starter | Packrift shipping boxes | 10 |
| warehouse_replenishment | Warehouse replenishment | Packrift warehouse shipping supplies | 10 |
| apparel_and_light_goods | Apparel and light goods | Packrift poly mailers | 8 |
| fragile_item_shipping | Fragile item shipping | Packrift fragile shipping supplies | 7 |
| packing_station_operations | Packing station operations | Packrift packing station supplies | 8 |
| pallet_load_protection | Pallet and load protection | Packrift pallet covers | 5 |
| cold_chain_shipping | Cold-chain shipping | Packrift cold packs | 3 |

## First-Run JSON-RPC

```json
[
  {
    "jsonrpc": "2.0",
    "id": "tools",
    "method": "tools/list",
    "params": {}
  },
  {
    "jsonrpc": "2.0",
    "id": "search-plugthatshop-shelf",
    "method": "tools/call",
    "params": {
      "name": "search_products",
      "arguments": {
        "query": "ecommerce shipping supplies boxes mailers tape labels packing material",
        "mcp_source_context": "plugthatshop_style_embed",
        "mcp_install_target": "plugthatshop_contextual_shelf"
      }
    }
  },
  {
    "jsonrpc": "2.0",
    "id": "prepare-handoff-unconfirmed",
    "method": "tools/call",
    "params": {
      "name": "prepare_purchase_handoff",
      "arguments": {
        "sku": "1066",
        "quantity": 1,
        "buyer_confirmed": false,
        "mcp_source_context": "plugthatshop_style_embed",
        "mcp_install_target": "plugthatshop_contextual_shelf"
      }
    }
  }
]
```

## Buyer-Confirmed Handoff Template

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

## Guardrails

- Do not send externally until Farhan approves the exact recipient and message.
- Do not create or expose a direct cart URL before buyer confirmation.
- Do not claim sales success from page views, source-signal deltas, PRs, comments, or messages alone.
- Do not mutate products, pricing, inventory, feeds, or checkout from this activation path.
