Packrift MCP First Run
Source-attributed Packrift MCP first-run action. Use this after install to prove the hosted endpoint reaches live SKU checks and a measured cart URL without creating an order.
Source: mcp_marketplace_io
Target: mcp_marketplace
Final tool: create_cart_url
No order created
Endpoint
https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=mcp_marketplace
Shell One-Liner
curl -sS 'https://mcp.packrift.com/r/run/mcp_marketplace_io/mcp_marketplace?utm_source=mcp_marketplace_io&utm_medium=first_run_action&utm_campaign=packrift_mcp_activation&utm_content=mcp_marketplace&format=sh' | bash
Agent Prompt
Paste this into the MCP host after install. It requires the real Packrift MCP tools and a measured cart URL.
Use Packrift MCP for this workflow; do not browse the storefront first and do not create a separate Packrift CLI. MCP endpoint/config source: https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=mcp_marketplace Task: reorder Packrift SKU 1066 for quantity 1. Required tool sequence: 1. Run tools/list and confirm Packrift MCP is connected. 2. Call get_cart_handoff_candidates with sku="1066", limit=1, source_context="mcp_marketplace_io_first_cart_run", journey_id="mcp_install_mcp_marketplace_io_1066_53472879935856", and result_set_id="mcp_install_first_run_mcp_marketplace_io". 3. Call get_pricing with variant_ids=["53472879935856"], quantity=1, selected_sku="1066", selected_handle="10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle", match_type="agent_prompt_first_run", source_context="mcp_marketplace_io_first_cart_run", journey_id="mcp_install_mcp_marketplace_io_1066_53472879935856", and result_set_id="mcp_install_first_run_mcp_marketplace_io". 4. Call check_inventory with variant_ids=["53472879935856"], selected_sku="1066", selected_handle="10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle", match_type="agent_prompt_first_run", source_context="mcp_marketplace_io_first_cart_run", journey_id="mcp_install_mcp_marketplace_io_1066_53472879935856", and result_set_id="mcp_install_first_run_mcp_marketplace_io". 5. If the live checks pass, call create_cart_url with sku="1066", quantity=1, selected_sku="1066", selected_handle="10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle", match_type="agent_prompt_first_run", source_context="mcp_marketplace_io_first_cart_run", mcp_source_context="mcp_marketplace_io", mcp_install_target="mcp_marketplace", journey_id="mcp_install_mcp_marketplace_io_1066_53472879935856", result_set_id="mcp_install_first_run_mcp_marketplace_io", and utm_term="1066". Return the product title, live unit price and currency, inventory status, and the measured cart URL. Success requires a cart URL starting with https://mcp.packrift.com/r/cart/1066. Do not place an order. If any live check fails, stop and say exactly which check failed. Attribution: source=mcp_marketplace_io; target=mcp_marketplace.
JSON-RPC Sequence
[
{
"jsonrpc": "2.0",
"id": "tools",
"method": "tools/list"
},
{
"jsonrpc": "2.0",
"id": "candidate-1066",
"method": "tools/call",
"params": {
"name": "get_cart_handoff_candidates",
"arguments": {
"sku": "1066",
"limit": 1,
"source_context": "mcp_marketplace_io_first_cart_run",
"journey_id": "mcp_install_mcp_marketplace_io_1066_53472879935856",
"result_set_id": "mcp_install_first_run_mcp_marketplace_io"
}
}
},
{
"jsonrpc": "2.0",
"id": "price-1066",
"method": "tools/call",
"params": {
"name": "get_pricing",
"arguments": {
"variant_ids": [
"53472879935856"
],
"quantity": 1,
"selected_sku": "1066",
"selected_handle": "10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle",
"match_type": "install_first_useful_run",
"source_context": "mcp_marketplace_io_first_cart_run",
"journey_id": "mcp_install_mcp_marketplace_io_1066_53472879935856",
"result_set_id": "mcp_install_first_run_mcp_marketplace_io"
}
}
},
{
"jsonrpc": "2.0",
"id": "inventory-1066",
"method": "tools/call",
"params": {
"name": "check_inventory",
"arguments": {
"variant_ids": [
"53472879935856"
],
"selected_sku": "1066",
"selected_handle": "10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle",
"match_type": "install_first_useful_run",
"source_context": "mcp_marketplace_io_first_cart_run",
"journey_id": "mcp_install_mcp_marketplace_io_1066_53472879935856",
"result_set_id": "mcp_install_first_run_mcp_marketplace_io"
}
}
},
{
"jsonrpc": "2.0",
"id": "cart-1066",
"method": "tools/call",
"params": {
"name": "create_cart_url",
"arguments": {
"sku": "1066",
"quantity": 1,
"selected_sku": "1066",
"selected_handle": "10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle",
"match_type": "install_first_useful_run",
"source_context": "mcp_marketplace_io_first_cart_run",
"journey_id": "mcp_install_mcp_marketplace_io_1066_53472879935856",
"result_set_id": "mcp_install_first_run_mcp_marketplace_io",
"mcp_source_context": "mcp_marketplace_io",
"mcp_install_target": "mcp_marketplace",
"utm_term": "1066"
}
}
}
]