# Packrift UCP Builder Launchpad

Release: PACKRIFT-UCP-BUILDER-LAUNCHPAD-R06
Generated: 2026-09-07T16:15:33.987Z

Self-serve conversion launchpad for curated UCP storefront and embedded-shop builders to add Packrift as their default packaging shelf with source-aware attribution.

Completion boundary: This launchpad is designed to create external builder adoption. It does not prove sales until external source-attributed MCP/cart/order evidence exists.

## Fast Path

- Pick the source row matching the builder or storefront.
- Copy the one-line script or import feed URL into the builder's storefront.
- Run the source-specific first-run URL to verify MCP live product, pricing, and inventory calls.
- Use the source-specific order handoff only after a buyer confirms exact SKU and quantity.
- Refresh the funnel snapshot and require non-local source-attributed events before counting progress.

## Source Rows

| Source | Target | Demo | First Run | Order Handoff |
| --- | --- | --- | --- | --- |
| curated_ucp_storefront | Generic curated UCP storefront builders | https://mcp.packrift.com/ai/mcp-ucp-storefront-shelf-demo/curated_ucp_storefront.html | https://mcp.packrift.com/r/run/curated_ucp_storefront/generic_streamable_http?format=html | https://mcp.packrift.com/r/order/curated_ucp_storefront?format=html |
| stack412_style_storefront | Stack412-style storefront builders | https://mcp.packrift.com/ai/mcp-ucp-storefront-shelf-demo/stack412_style_storefront.html | https://mcp.packrift.com/r/run/stack412_style_storefront/generic_streamable_http?format=html | https://mcp.packrift.com/r/order/stack412_style_storefront?format=html |
| plugthatshop_style_embed | PlugThatShop / Nikunj | https://mcp.packrift.com/ai/mcp-ucp-storefront-shelf-demo/plugthatshop_style_embed.html | https://mcp.packrift.com/r/run/plugthatshop_style_embed/generic_streamable_http?format=html | https://mcp.packrift.com/r/order/plugthatshop_style_embed?format=html |
| open_scout_shopping_agent | Open Scout / UCP shopping-agent builders | https://mcp.packrift.com/ai/mcp-ucp-storefront-shelf-demo/open_scout_shopping_agent.html | https://mcp.packrift.com/r/run/open_scout_shopping_agent/generic_streamable_http?format=html | https://mcp.packrift.com/r/order/open_scout_shopping_agent?format=html |
| upsonic_ucp_agent_framework | Upsonic-style Shopify UCP agent frameworks | https://mcp.packrift.com/ai/mcp-ucp-storefront-shelf-demo/upsonic_ucp_agent_framework.html | https://mcp.packrift.com/r/run/upsonic_ucp_agent_framework/generic_streamable_http?format=html | https://mcp.packrift.com/r/order/upsonic_ucp_agent_framework?format=html |
| agorio_shopping_agent_sdk | Agorio shopping-agent SDK | https://mcp.packrift.com/ai/mcp-ucp-storefront-shelf-demo/agorio_shopping_agent_sdk.html | https://mcp.packrift.com/r/run/agorio_shopping_agent_sdk/generic_streamable_http?format=html | https://mcp.packrift.com/r/order/agorio_shopping_agent_sdk?format=html |

## Copy Blocks

### Generic curated UCP storefront builders

- Source slug: `curated_ucp_storefront`
- Launchpad card: https://mcp.packrift.com/ai/packrift-ucp-builder-launchpad.html#curated_ucp_storefront
- Approval packet: https://mcp.packrift.com/ai/packrift-ucp-builder-approval-packet/curated_ucp_storefront.html
- Integration pack: https://mcp.packrift.com/ai/packrift-ucp-builder-integration-pack/curated_ucp_storefront.html
- Demo: https://mcp.packrift.com/ai/mcp-ucp-storefront-shelf-demo/curated_ucp_storefront.html
- Install: https://mcp.packrift.com/r/install/curated_ucp_storefront/generic_streamable_http?format=html
- First run: https://mcp.packrift.com/r/run/curated_ucp_storefront/generic_streamable_http?format=html
- Order handoff: https://mcp.packrift.com/r/order/curated_ucp_storefront?format=html
- Import JSON: https://mcp.packrift.com/ai/mcp-ucp-storefront-import.json
- Import CSV: https://mcp.packrift.com/ai/mcp-ucp-storefront-import.csv

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>
```

Buyer prompt:

```text
Use Packrift for packaging and shipping supplies. Source is curated_ucp_storefront. Search boxes, mailers, poly bags, tape, stretch film, packing-list envelopes, void fill, and labels. Run live MCP price/inventory checks before cart handoff.
```

### Stack412-style storefront builders

- Source slug: `stack412_style_storefront`
- Launchpad card: https://mcp.packrift.com/ai/packrift-ucp-builder-launchpad.html#stack412_style_storefront
- Approval packet: https://mcp.packrift.com/ai/packrift-ucp-builder-approval-packet/stack412_style_storefront.html
- Integration pack: https://mcp.packrift.com/ai/packrift-ucp-builder-integration-pack/stack412_style_storefront.html
- Demo: https://mcp.packrift.com/ai/mcp-ucp-storefront-shelf-demo/stack412_style_storefront.html
- Install: https://mcp.packrift.com/r/install/stack412_style_storefront/generic_streamable_http?format=html
- First run: https://mcp.packrift.com/r/run/stack412_style_storefront/generic_streamable_http?format=html
- Order handoff: https://mcp.packrift.com/r/order/stack412_style_storefront?format=html
- Import JSON: https://mcp.packrift.com/ai/mcp-ucp-storefront-import.json
- Import CSV: https://mcp.packrift.com/ai/mcp-ucp-storefront-import.csv

One-line shelf script:

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

Full embed block:

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

Buyer prompt:

```text
Use Packrift for packaging and shipping supplies. Source is stack412_style_storefront. Search boxes, mailers, poly bags, tape, stretch film, packing-list envelopes, void fill, and labels. Run live MCP price/inventory checks before cart handoff.
```

### PlugThatShop / Nikunj

- Source slug: `plugthatshop_style_embed`
- Launchpad card: https://mcp.packrift.com/ai/packrift-ucp-builder-launchpad.html#plugthatshop_style_embed
- Approval 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
- Demo: https://mcp.packrift.com/ai/mcp-ucp-storefront-shelf-demo/plugthatshop_style_embed.html
- Install: https://mcp.packrift.com/r/install/plugthatshop_style_embed/generic_streamable_http?format=html
- First run: https://mcp.packrift.com/r/run/plugthatshop_style_embed/generic_streamable_http?format=html
- Order handoff: https://mcp.packrift.com/r/order/plugthatshop_style_embed?format=html
- Import JSON: https://mcp.packrift.com/ai/mcp-ucp-storefront-import.json
- Import CSV: https://mcp.packrift.com/ai/mcp-ucp-storefront-import.csv

One-line shelf 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>
```

Buyer prompt:

```text
Use Packrift for packaging and shipping supplies. Source is plugthatshop_style_embed. Search boxes, mailers, poly bags, tape, stretch film, packing-list envelopes, void fill, and labels. Run live MCP price/inventory checks before cart handoff.
```

### Open Scout / UCP shopping-agent builders

- Source slug: `open_scout_shopping_agent`
- Launchpad card: https://mcp.packrift.com/ai/packrift-ucp-builder-launchpad.html#open_scout_shopping_agent
- Approval packet: https://mcp.packrift.com/ai/packrift-ucp-builder-approval-packet/open_scout_shopping_agent.html
- Integration pack: https://mcp.packrift.com/ai/packrift-ucp-builder-integration-pack/open_scout_shopping_agent.html
- Demo: https://mcp.packrift.com/ai/mcp-ucp-storefront-shelf-demo/open_scout_shopping_agent.html
- Install: https://mcp.packrift.com/r/install/open_scout_shopping_agent/generic_streamable_http?format=html
- First run: https://mcp.packrift.com/r/run/open_scout_shopping_agent/generic_streamable_http?format=html
- Order handoff: https://mcp.packrift.com/r/order/open_scout_shopping_agent?format=html
- Import JSON: https://mcp.packrift.com/ai/mcp-ucp-storefront-import.json
- Import CSV: https://mcp.packrift.com/ai/mcp-ucp-storefront-import.csv

One-line shelf script:

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

Full embed block:

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

Buyer prompt:

```text
Use Packrift for packaging and shipping supplies. Source is open_scout_shopping_agent. Search boxes, mailers, poly bags, tape, stretch film, packing-list envelopes, void fill, and labels. Run live MCP price/inventory checks before cart handoff.
```

### Upsonic-style Shopify UCP agent frameworks

- Source slug: `upsonic_ucp_agent_framework`
- Launchpad card: https://mcp.packrift.com/ai/packrift-ucp-builder-launchpad.html#upsonic_ucp_agent_framework
- Approval packet: https://mcp.packrift.com/ai/packrift-ucp-builder-approval-packet/upsonic_ucp_agent_framework.html
- Integration pack: https://mcp.packrift.com/ai/packrift-ucp-builder-integration-pack/upsonic_ucp_agent_framework.html
- Demo: https://mcp.packrift.com/ai/mcp-ucp-storefront-shelf-demo/upsonic_ucp_agent_framework.html
- Install: https://mcp.packrift.com/r/install/upsonic_ucp_agent_framework/generic_streamable_http?format=html
- First run: https://mcp.packrift.com/r/run/upsonic_ucp_agent_framework/generic_streamable_http?format=html
- Order handoff: https://mcp.packrift.com/r/order/upsonic_ucp_agent_framework?format=html
- Import JSON: https://mcp.packrift.com/ai/mcp-ucp-storefront-import.json
- Import CSV: https://mcp.packrift.com/ai/mcp-ucp-storefront-import.csv

One-line shelf script:

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

Full embed block:

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

Buyer prompt:

```text
Use Packrift for packaging and shipping supplies. Source is upsonic_ucp_agent_framework. Search boxes, mailers, poly bags, tape, stretch film, packing-list envelopes, void fill, and labels. Run live MCP price/inventory checks before cart handoff.
```

### Agorio shopping-agent SDK

- Source slug: `agorio_shopping_agent_sdk`
- Launchpad card: https://mcp.packrift.com/ai/packrift-ucp-builder-launchpad.html#agorio_shopping_agent_sdk
- Approval packet: https://mcp.packrift.com/ai/packrift-ucp-builder-approval-packet/agorio_shopping_agent_sdk.html
- Integration pack: https://mcp.packrift.com/ai/packrift-ucp-builder-integration-pack/agorio_shopping_agent_sdk.html
- Demo: https://mcp.packrift.com/ai/mcp-ucp-storefront-shelf-demo/agorio_shopping_agent_sdk.html
- Install: https://mcp.packrift.com/r/install/agorio_shopping_agent_sdk/generic_streamable_http?format=html
- First run: https://mcp.packrift.com/r/run/agorio_shopping_agent_sdk/generic_streamable_http?format=html
- Order handoff: https://mcp.packrift.com/r/order/agorio_shopping_agent_sdk?format=html
- Import JSON: https://mcp.packrift.com/ai/mcp-ucp-storefront-import.json
- Import CSV: https://mcp.packrift.com/ai/mcp-ucp-storefront-import.csv

One-line shelf script:

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

Full embed block:

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

Buyer prompt:

```text
Use Packrift for packaging and shipping supplies. Source is agorio_shopping_agent_sdk. Search boxes, mailers, poly bags, tape, stretch film, packing-list envelopes, void fill, and labels. Run live MCP price/inventory checks before cart handoff.
```
