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: mcpserverspot Target: generic_streamable_http Final tool: create_cart_url No order created
Run live proof Markdown Shell script

Endpoint

https://mcp.packrift.com/mcp?packrift_mcp_source=mcpserverspot&packrift_mcp_target=generic_streamable_http

Shell One-Liner

curl -sS 'https://mcp.packrift.com/r/run/mcpserverspot/generic_streamable_http?utm_source=mcpserverspot&utm_medium=first_run_action&utm_campaign=packrift_mcp_activation&utm_content=generic_streamable_http&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=mcpserverspot&packrift_mcp_target=generic_streamable_http

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="mcpserverspot_first_cart_run", journey_id="mcp_install_mcpserverspot_1066_53472879935856", and result_set_id="mcp_install_first_run_mcpserverspot".
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="mcpserverspot_first_cart_run", journey_id="mcp_install_mcpserverspot_1066_53472879935856", and result_set_id="mcp_install_first_run_mcpserverspot".
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="mcpserverspot_first_cart_run", journey_id="mcp_install_mcpserverspot_1066_53472879935856", and result_set_id="mcp_install_first_run_mcpserverspot".
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="mcpserverspot_first_cart_run", mcp_source_context="mcpserverspot", mcp_install_target="generic_streamable_http", journey_id="mcp_install_mcpserverspot_1066_53472879935856", result_set_id="mcp_install_first_run_mcpserverspot", 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=mcpserverspot; target=generic_streamable_http.

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": "mcpserverspot_first_cart_run",
        "journey_id": "mcp_install_mcpserverspot_1066_53472879935856",
        "result_set_id": "mcp_install_first_run_mcpserverspot"
      }
    }
  },
  {
    "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": "mcpserverspot_first_cart_run",
        "journey_id": "mcp_install_mcpserverspot_1066_53472879935856",
        "result_set_id": "mcp_install_first_run_mcpserverspot"
      }
    }
  },
  {
    "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": "mcpserverspot_first_cart_run",
        "journey_id": "mcp_install_mcpserverspot_1066_53472879935856",
        "result_set_id": "mcp_install_first_run_mcpserverspot"
      }
    }
  },
  {
    "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": "mcpserverspot_first_cart_run",
        "journey_id": "mcp_install_mcpserverspot_1066_53472879935856",
        "result_set_id": "mcp_install_first_run_mcpserverspot",
        "mcp_source_context": "mcpserverspot",
        "mcp_install_target": "generic_streamable_http",
        "utm_term": "1066"
      }
    }
  }
]