plugthatshop_style_embed
PlugThatShop / Nikunj
Make Packrift the packaging source for contextual packaging upsell for ecommerce, fulfillment, logistics, moving, or small business content.
PlugThatShop-style contextual embed
5 routed intents
Where to patch
Add the one-line shelf script beside the contextual shop render path for ecommerce, fulfillment, shipping, warehouse, moving, or small-business content.
Patch block
<!-- Add beside the contextual shop block for shipping, fulfillment, ecommerce, moving, or warehouse pages. --> <script async data-packrift-ucp-shelf src="https://mcp.packrift.com/ai/packrift-ucp-shelf.js?source=plugthatshop_style_embed&limit=12"></script>
MCP endpoint
https://mcp.packrift.com/mcp?packrift_mcp_source=plugthatshop_style_embed&packrift_mcp_target=generic_streamable_http
First-run JSON-RPC
[
{
"jsonrpc": "2.0",
"id": "tools-list-plugthatshop_style_embed",
"method": "tools/list",
"params": {}
},
{
"jsonrpc": "2.0",
"id": "search-plugthatshop_style_embed",
"method": "tools/call",
"params": {
"name": "search_products",
"arguments": {
"query": "Packrift ecommerce shipping starter",
"limit": 8
}
}
},
{
"jsonrpc": "2.0",
"id": "prepare-1066-unconfirmed-plugthatshop_style_embed",
"method": "tools/call",
"params": {
"name": "prepare_purchase_handoff",
"arguments": {
"sku": "1066",
"quantity": 1,
"buyer_confirmed": false,
"source_context": "ucp_builder_integration_pack",
"mcp_source_context": "plugthatshop_style_embed",
"mcp_install_target": "generic_streamable_http"
}
}
}
]
Unconfirmed handoff
{
"sku": "1066",
"quantity": 1,
"buyer_confirmed": false,
"source_context": "ucp_builder_integration_pack",
"mcp_source_context": "plugthatshop_style_embed",
"mcp_install_target": "generic_streamable_http"
}
Buyer-confirmed handoff template
{
"sku": "{buyer_selected_exact_sku}",
"quantity": "{buyer_selected_quantity}",
"buyer_confirmed": true,
"source_context": "ucp_builder_integration_pack",
"mcp_source_context": "plugthatshop_style_embed",
"mcp_install_target": "generic_streamable_http"
}