#1 - high - generic_streamable_http
mcp_so
Run Packrift MCP source=mcp_so from a real external generic_streamable_http host, complete tools/list plus get_cart_handoff_candidates, get_pricing, check_inventory, and create_cart_url for SKU 1066. If the reviewer already has exact SKU approval, use prepare_purchase_handoff with buyer_confirmed=false first and buyer_confirmed=true only after approval, then stop at the returned mcp.packrift.com/r/cart URL.
Complete only when source=mcp_so records non-suppressed real MCP tool calls in /ai/mcp-source-activation-queue.json and external-qualified MCP tool calls move toward the 50+ material usage gate.
Contact path: review_surface - source_specific_external_run_needed - Use the source-specific activation card and ask the real external host or reviewer to run the measured first-useful-run sequence.
Contact handoff
This handoff is copy-ready only. It does not send email, post comments, create a duplicate MCP server, or place an order.
Hi, could you run or route this Packrift MCP source-aware activation check? Run Packrift MCP source=mcp_so from a real external generic_streamable_http host, complete tools/list plus get_cart_handoff_candidates, get_pricing, check_inventory, and create_cart_url for SKU 1066. If the reviewer already has exact SKU approval, use prepare_purchase_handoff with buyer_confirmed=false first and buyer_confirmed=true only after approval, then stop at the returned mcp.packrift.com/r/cart URL. Source: mcp_so Hosted endpoint: https://mcp.packrift.com/mcp Source-aware endpoint: https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_so&packrift_mcp_target=generic_streamable_http Host config: https://mcp.packrift.com/r/install/mcp_so/generic_streamable_http?format=json Shell runner: https://mcp.packrift.com/r/run/mcp_so/generic_streamable_http?format=sh Eval pack: https://mcp.packrift.com/ai/mcp-eval-pack.json?source=mcp_so Update card: https://mcp.packrift.com/ai/mcp-directory-update/mcp_so.json Buyer/reviewer handoff: https://mcp.packrift.com/r/order/mcp_so?format=html Guarded order shell after buyer/reviewer approval only: curl -sS 'https://mcp.packrift.com/r/order/mcp_so?format=sh' | bash Please do not create a duplicate server, CLI, or checkout. Use the hosted endpoint and stop at the returned mcp.packrift.com/r/cart URL unless a real buyer approves Shopify checkout.
Install: codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_so&packrift_mcp_target=generic_streamable_http'
prepare_purchase_handoff shortcut
Run buyer_confirmed=false first for live product, price, and inventory confirmation. Run buyer_confirmed=true only after the buyer or reviewer approves exact SKU, quantity, and checkout review.
{
"jsonrpc": "2.0",
"id": "prepare-1066-unconfirmed",
"method": "tools/call",
"params": {
"name": "prepare_purchase_handoff",
"arguments": {
"sku": "1066",
"quantity": 1,
"source_context": "mcp_so_purchase_handoff",
"mcp_source_context": "mcp_so",
"mcp_install_target": "generic_streamable_http",
"journey_id": "mcp_order_handoff_mcp_so_1066_20260610",
"result_set_id": "mcp_order_handoff_20260610",
"utm_term": "1066",
"buyer_confirmed": false
}
}
}curl -sS 'https://mcp.packrift.com/r/run/mcp_so/generic_streamable_http?format=sh' | bash