Packrift MCP Activation Wave

A source-aware activation wave for moving real external Packrift MCP tool calls toward the 50+ material usage gate and then across every current high-intent source without creating a duplicate Packrift CLI, marketplace, or buyer surface.

Status: wave_ready Tasks: 5 Full capture: 11 Current tool calls: 102 Gap to 50: 0 Expected lift: 20 Full lift: 44 Projected: 122 Adoption: activation_visible_orders_missing Snapshot: full_operator_snapshot
No duplicate work

Use https://mcp.packrift.com/mcp and existing /r/install, /r/run, /r/activate, and /r/cart handoffs. Do not build a separate Packrift CLI or duplicate buyer checkout surface unless it is only a thin wrapper around the hosted endpoint.

first_party_mcp_order_seenmeasurable_mcp_revenue_seenthousands_of_qualified_visitors
Guarded one-command runner
PACKRIFT_EXTERNAL_ACTIVATION=1 curl -sS 'https://mcp.packrift.com/ai/mcp-activation-wave-runner.sh' | bash
Full-source capture runner

Use this only from a real external reviewer or MCP host environment. It runs every current tool-call source task, not just the minimum set required to clear the 50+ material usage gate.

PACKRIFT_EXTERNAL_ACTIVATION=1 PACKRIFT_ACTIVATION_WAVE_SCOPE=full curl -sS 'https://mcp.packrift.com/ai/mcp-activation-wave-runner.sh' | bash
Global suppression rules
  • Do not count this activation wave page, generated resource fetches, /resources/list, or sitemap crawls as source activation.
  • Do not count Codex local smoke checks, distribution_check requests, manual_verify events, or mcp_cart_handoff_smoke events as external source proof.
  • Do not self-open returned /r/cart URLs to close the cart-landing gate.
  • Keep GA4-qualified visitor proof, MCP tool-call proof, cart proof, and Shopify order proof separate.
  • Full-source capture mode still requires real external MCP host execution; the generated shell bundle itself is not adoption proof.

critical · #1

codex_remote_mcp

mcp_tool_call

qualified cart landing visible but real MCP tool calls missing

This source already has qualified cart-landing proof, so the next useful lift is real MCP host tool calls against the source-aware endpoint.

Source-aware endpoint: https://mcp.packrift.com/mcp?packrift_mcp_source=codex_remote_mcp&packrift_mcp_target=codex

Expected tool-call lift: 4. Complete only when source=codex_remote_mcp 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.

starts 1 installs 1 runs 0 tools 0 carts 3
Action sequence
  1. Install or verify the Packrift MCP config from https://mcp.packrift.com/r/install/codex_remote_mcp/codex?format=json.
  2. Use source-aware endpoint https://mcp.packrift.com/mcp?packrift_mcp_source=codex_remote_mcp&packrift_mcp_target=codex.
  3. Run get_cart_handoff_candidates for SKU 1066.
  4. Run get_pricing for SKU 1066 and the selected quantity.
  5. Run check_inventory for SKU 1066.
  6. Run create_cart_url for SKU 1066 and open only the returned mcp.packrift.com/r/cart URL from the external host or reviewer environment.
Copy-ready activation request
Packrift MCP has source-attributed cart proof, but it still needs real MCP host tool calls.

Source: codex_remote_mcp
Endpoint: https://mcp.packrift.com/mcp
Directory update card: https://mcp.packrift.com/ai/mcp-directory-update/codex_remote_mcp.json
Install/config handoff: https://mcp.packrift.com/r/install/codex_remote_mcp/codex?format=html
Machine-readable config: https://mcp.packrift.com/r/install/codex_remote_mcp/codex?format=json
First-run prompt: https://mcp.packrift.com/r/run/codex_remote_mcp/codex?format=html
Fast first-run shell: curl -sS 'https://mcp.packrift.com/r/run/codex_remote_mcp/codex?format=sh' | bash
Shell activation script: https://mcp.packrift.com/r/activate/codex_remote_mcp?format=sh
One-command external runner: curl -sS 'https://mcp.packrift.com/r/activate/codex_remote_mcp?format=sh' | bash
Live tool discovery JSON: https://mcp.packrift.com/ai/mcp-tools.json
Live tool discovery Markdown: https://mcp.packrift.com/ai/spec-finder-tools.md
Host acceptance eval pack: https://mcp.packrift.com/ai/mcp-eval-pack.json?source=codex_remote_mcp
Eval pack Markdown: https://mcp.packrift.com/ai/mcp-eval-pack.md?source=codex_remote_mcp

Please install the hosted Streamable HTTP endpoint in the MCP host and run get_cart_handoff_candidates, get_pricing, check_inventory, and create_cart_url for SKU 1066. The shell runner calls the real source-aware endpoint, opens the returned MCP /r/cart landing once, does not follow Shopify checkout, and does not place an order.

Copy-ready host configs:
Claude Code: claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=codex_remote_mcp&packrift_mcp_target=codex'
Codex: codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=codex_remote_mcp&packrift_mcp_target=codex'
Generic MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=codex_remote_mcp&packrift_mcp_target=codex"
    }
  }
}
Cline MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=codex_remote_mcp&packrift_mcp_target=codex",
      "disabled": false,
      "timeout": 60
    }
  }
}
First-run shell: curl -sS 'https://mcp.packrift.com/r/run/codex_remote_mcp/codex?format=sh' | bash
Success gate: After install, run the agent prompt in the real MCP host and require create_cart_url to return a measured https://mcp.packrift.com/r/cart/1066 URL.
Copy-ready host configs

Claude Code

claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=codex_remote_mcp&packrift_mcp_target=codex'

Codex

codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=codex_remote_mcp&packrift_mcp_target=codex'

Generic MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=codex_remote_mcp&packrift_mcp_target=codex"
    }
  }
}

Cline MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=codex_remote_mcp&packrift_mcp_target=codex",
      "disabled": false,
      "timeout": 60
    }
  }
}

One-command external runner

curl -sS 'https://mcp.packrift.com/r/run/codex_remote_mcp/codex?format=sh' | bash
Do not count
  • Do not count browser proof as source activation. The missing proof is a real MCP host calling the hosted endpoint with the source-aware config.
  • Do not count Codex local smoke checks, localhost probes, distribution_check requests, manual_verify events, or mcp_cart_handoff_smoke events as source activation.
  • Do not count generated resource fetches, /resources/list, proof-page opens, or sitemap crawling as buyer demand.
  • Do not self-open a returned /r/cart URL to close a cart-landing experiment; completion requires a source-side reviewer, MCP host user, or buyer.
  • Keep GA4-qualified visitor proof separate from MCP tool proof; the thousands-of-visitors gate closes only from qualified external GA4 session_start evidence.
Source-specific agent prompt
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=codex_remote_mcp&packrift_mcp_target=codex

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="codex_remote_mcp_first_cart_run", journey_id="mcp_install_codex_remote_mcp_1066_53472879935856", and result_set_id="mcp_install_first_run_codex_remote_mcp".
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="codex_remote_mcp_first_cart_run", journey_id="mcp_install_codex_remote_mcp_1066_53472879935856", and result_set_id="mcp_install_first_run_codex_remote_mcp".
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="codex_remote_mcp_first_cart_run", journey_id="mcp_install_codex_remote_mcp_1066_53472879935856", and result_set_id="mcp_install_first_run_codex_remote_mcp".
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="codex_remote_mcp_first_cart_run", mcp_source_context="codex_remote_mcp", mcp_install_target="codex", journey_id="mcp_install_codex_remote_mcp_1066_53472879935856", result_set_id="mcp_install_first_run_codex_remote_mcp", 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=codex_remote_mcp; target=codex.

critical · #2

docker_mcp_catalog

mcp_tool_call

qualified cart landing visible but real MCP tool calls missing

This source already has qualified cart-landing proof, so the next useful lift is real MCP host tool calls against the source-aware endpoint.

Source-aware endpoint: https://mcp.packrift.com/mcp?packrift_mcp_source=docker_mcp_catalog&packrift_mcp_target=generic_streamable_http

Expected tool-call lift: 4. Complete only when source=docker_mcp_catalog 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.

starts 0 installs 1 runs 0 tools 0 carts 2
Action sequence
  1. Install or verify the Packrift MCP config from https://mcp.packrift.com/r/install/docker_mcp_catalog/generic_streamable_http?format=json.
  2. Use source-aware endpoint https://mcp.packrift.com/mcp?packrift_mcp_source=docker_mcp_catalog&packrift_mcp_target=generic_streamable_http.
  3. Run get_cart_handoff_candidates for SKU 1066.
  4. Run get_pricing for SKU 1066 and the selected quantity.
  5. Run check_inventory for SKU 1066.
  6. Run create_cart_url for SKU 1066 and open only the returned mcp.packrift.com/r/cart URL from the external host or reviewer environment.
Copy-ready activation request
Packrift MCP has source-attributed cart proof, but it still needs real MCP host tool calls.

Source: docker_mcp_catalog
Endpoint: https://mcp.packrift.com/mcp
Directory update card: https://mcp.packrift.com/ai/mcp-directory-update/docker_mcp_catalog.json
Install/config handoff: https://mcp.packrift.com/r/install/docker_mcp_catalog/generic_streamable_http?format=html
Machine-readable config: https://mcp.packrift.com/r/install/docker_mcp_catalog/generic_streamable_http?format=json
First-run prompt: https://mcp.packrift.com/r/run/docker_mcp_catalog/generic_streamable_http?format=html
Fast first-run shell: curl -sS 'https://mcp.packrift.com/r/run/docker_mcp_catalog/generic_streamable_http?format=sh' | bash
Shell activation script: https://mcp.packrift.com/r/activate/docker_mcp_catalog?format=sh
One-command external runner: curl -sS 'https://mcp.packrift.com/r/activate/docker_mcp_catalog?format=sh' | bash
Live tool discovery JSON: https://mcp.packrift.com/ai/mcp-tools.json
Live tool discovery Markdown: https://mcp.packrift.com/ai/spec-finder-tools.md
Host acceptance eval pack: https://mcp.packrift.com/ai/mcp-eval-pack.json?source=docker_mcp_catalog
Eval pack Markdown: https://mcp.packrift.com/ai/mcp-eval-pack.md?source=docker_mcp_catalog

Please install the hosted Streamable HTTP endpoint in the MCP host and run get_cart_handoff_candidates, get_pricing, check_inventory, and create_cart_url for SKU 1066. The shell runner calls the real source-aware endpoint, opens the returned MCP /r/cart landing once, does not follow Shopify checkout, and does not place an order.

Copy-ready host configs:
Claude Code: claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=docker_mcp_catalog&packrift_mcp_target=generic_streamable_http'
Codex: codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=docker_mcp_catalog&packrift_mcp_target=generic_streamable_http'
Generic MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=docker_mcp_catalog&packrift_mcp_target=generic_streamable_http"
    }
  }
}
Cline MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=docker_mcp_catalog&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}
First-run shell: curl -sS 'https://mcp.packrift.com/r/run/docker_mcp_catalog/generic_streamable_http?format=sh' | bash
Success gate: After install, run the agent prompt in the real MCP host and require create_cart_url to return a measured https://mcp.packrift.com/r/cart/1066 URL.
Copy-ready host configs

Claude Code

claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=docker_mcp_catalog&packrift_mcp_target=generic_streamable_http'

Codex

codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=docker_mcp_catalog&packrift_mcp_target=generic_streamable_http'

Generic MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=docker_mcp_catalog&packrift_mcp_target=generic_streamable_http"
    }
  }
}

Cline MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=docker_mcp_catalog&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}

One-command external runner

curl -sS 'https://mcp.packrift.com/r/run/docker_mcp_catalog/generic_streamable_http?format=sh' | bash
Do not count
  • Do not count browser proof as source activation. The missing proof is a real MCP host calling the hosted endpoint with the source-aware config.
  • Do not count Codex local smoke checks, localhost probes, distribution_check requests, manual_verify events, or mcp_cart_handoff_smoke events as source activation.
  • Do not count generated resource fetches, /resources/list, proof-page opens, or sitemap crawling as buyer demand.
  • Do not self-open a returned /r/cart URL to close a cart-landing experiment; completion requires a source-side reviewer, MCP host user, or buyer.
  • Keep GA4-qualified visitor proof separate from MCP tool proof; the thousands-of-visitors gate closes only from qualified external GA4 session_start evidence.
Source-specific agent prompt
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=docker_mcp_catalog&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="docker_mcp_catalog_first_cart_run", journey_id="mcp_install_docker_mcp_catalog_1066_53472879935856", and result_set_id="mcp_install_first_run_docker_mcp_catalog".
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="docker_mcp_catalog_first_cart_run", journey_id="mcp_install_docker_mcp_catalog_1066_53472879935856", and result_set_id="mcp_install_first_run_docker_mcp_catalog".
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="docker_mcp_catalog_first_cart_run", journey_id="mcp_install_docker_mcp_catalog_1066_53472879935856", and result_set_id="mcp_install_first_run_docker_mcp_catalog".
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="docker_mcp_catalog_first_cart_run", mcp_source_context="docker_mcp_catalog", mcp_install_target="generic_streamable_http", journey_id="mcp_install_docker_mcp_catalog_1066_53472879935856", result_set_id="mcp_install_first_run_docker_mcp_catalog", 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=docker_mcp_catalog; target=generic_streamable_http.

critical · #3

mcp_marketplace_io

mcp_tool_call

qualified cart landing visible but real MCP tool calls missing

This source already has qualified cart-landing proof, so the next useful lift is real MCP host tool calls against the source-aware endpoint.

Source-aware endpoint: https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=mcp_marketplace

Expected tool-call lift: 4. Complete only when source=mcp_marketplace_io 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.

starts 0 installs 1 runs 0 tools 0 carts 2
Action sequence
  1. Install or verify the Packrift MCP config from https://mcp.packrift.com/r/install/mcp_marketplace_io/mcp_marketplace?format=json.
  2. Use source-aware endpoint https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=mcp_marketplace.
  3. Run get_cart_handoff_candidates for SKU 1066.
  4. Run get_pricing for SKU 1066 and the selected quantity.
  5. Run check_inventory for SKU 1066.
  6. Run create_cart_url for SKU 1066 and open only the returned mcp.packrift.com/r/cart URL from the external host or reviewer environment.
Copy-ready activation request
Packrift MCP has source-attributed cart proof, but it still needs real MCP host tool calls.

Source: mcp_marketplace_io
Endpoint: https://mcp.packrift.com/mcp
Directory update card: https://mcp.packrift.com/ai/mcp-directory-update/mcp_marketplace_io.json
Install/config handoff: https://mcp.packrift.com/r/install/mcp_marketplace_io/mcp_marketplace?format=html
Machine-readable config: https://mcp.packrift.com/r/install/mcp_marketplace_io/mcp_marketplace?format=json
First-run prompt: https://mcp.packrift.com/r/run/mcp_marketplace_io/mcp_marketplace?format=html
Fast first-run shell: curl -sS 'https://mcp.packrift.com/r/run/mcp_marketplace_io/mcp_marketplace?format=sh' | bash
Shell activation script: https://mcp.packrift.com/r/activate/mcp_marketplace_io?format=sh
One-command external runner: curl -sS 'https://mcp.packrift.com/r/activate/mcp_marketplace_io?format=sh' | bash
Live tool discovery JSON: https://mcp.packrift.com/ai/mcp-tools.json
Live tool discovery Markdown: https://mcp.packrift.com/ai/spec-finder-tools.md
Host acceptance eval pack: https://mcp.packrift.com/ai/mcp-eval-pack.json?source=mcp_marketplace_io
Eval pack Markdown: https://mcp.packrift.com/ai/mcp-eval-pack.md?source=mcp_marketplace_io

Please install the hosted Streamable HTTP endpoint in the MCP host and run get_cart_handoff_candidates, get_pricing, check_inventory, and create_cart_url for SKU 1066. The shell runner calls the real source-aware endpoint, opens the returned MCP /r/cart landing once, does not follow Shopify checkout, and does not place an order.

Copy-ready host configs:
Claude Code: claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=mcp_marketplace'
Codex: codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=mcp_marketplace'
Generic MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=mcp_marketplace"
    }
  }
}
Cline MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=mcp_marketplace",
      "disabled": false,
      "timeout": 60
    }
  }
}
First-run shell: curl -sS 'https://mcp.packrift.com/r/run/mcp_marketplace_io/mcp_marketplace?format=sh' | bash
Success gate: After install, run the agent prompt in the real MCP host and require create_cart_url to return a measured https://mcp.packrift.com/r/cart/1066 URL.
Copy-ready host configs

Claude Code

claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=mcp_marketplace'

Codex

codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=mcp_marketplace'

Generic MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=mcp_marketplace"
    }
  }
}

Cline MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=mcp_marketplace",
      "disabled": false,
      "timeout": 60
    }
  }
}

One-command external runner

curl -sS 'https://mcp.packrift.com/r/run/mcp_marketplace_io/mcp_marketplace?format=sh' | bash
Do not count
  • Do not count browser proof as source activation. The missing proof is a real MCP host calling the hosted endpoint with the source-aware config.
  • Do not count Codex local smoke checks, localhost probes, distribution_check requests, manual_verify events, or mcp_cart_handoff_smoke events as source activation.
  • Do not count generated resource fetches, /resources/list, proof-page opens, or sitemap crawling as buyer demand.
  • Do not self-open a returned /r/cart URL to close a cart-landing experiment; completion requires a source-side reviewer, MCP host user, or buyer.
  • Keep GA4-qualified visitor proof separate from MCP tool proof; the thousands-of-visitors gate closes only from qualified external GA4 session_start evidence.
Source-specific agent prompt
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.

critical · #4

mcpskills

mcp_tool_call

qualified cart landing visible but real MCP tool calls missing

This source already has qualified cart-landing proof, so the next useful lift is real MCP host tool calls against the source-aware endpoint.

Source-aware endpoint: https://mcp.packrift.com/mcp?packrift_mcp_source=mcpskills&packrift_mcp_target=generic_streamable_http

Expected tool-call lift: 4. Complete only when source=mcpskills 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.

starts 0 installs 2 runs 0 tools 0 carts 1
Action sequence
  1. Install or verify the Packrift MCP config from https://mcp.packrift.com/r/install/mcpskills/generic_streamable_http?format=json.
  2. Use source-aware endpoint https://mcp.packrift.com/mcp?packrift_mcp_source=mcpskills&packrift_mcp_target=generic_streamable_http.
  3. Run get_cart_handoff_candidates for SKU 1066.
  4. Run get_pricing for SKU 1066 and the selected quantity.
  5. Run check_inventory for SKU 1066.
  6. Run create_cart_url for SKU 1066 and open only the returned mcp.packrift.com/r/cart URL from the external host or reviewer environment.
Copy-ready activation request
Packrift MCP has source-attributed cart proof, but it still needs real MCP host tool calls.

Source: mcpskills
Endpoint: https://mcp.packrift.com/mcp
Directory update card: https://mcp.packrift.com/ai/mcp-directory-update/mcpskills.json
Install/config handoff: https://mcp.packrift.com/r/install/mcpskills/generic_streamable_http?format=html
Machine-readable config: https://mcp.packrift.com/r/install/mcpskills/generic_streamable_http?format=json
First-run prompt: https://mcp.packrift.com/r/run/mcpskills/generic_streamable_http?format=html
Fast first-run shell: curl -sS 'https://mcp.packrift.com/r/run/mcpskills/generic_streamable_http?format=sh' | bash
Shell activation script: https://mcp.packrift.com/r/activate/mcpskills?format=sh
One-command external runner: curl -sS 'https://mcp.packrift.com/r/activate/mcpskills?format=sh' | bash
Live tool discovery JSON: https://mcp.packrift.com/ai/mcp-tools.json
Live tool discovery Markdown: https://mcp.packrift.com/ai/spec-finder-tools.md
Host acceptance eval pack: https://mcp.packrift.com/ai/mcp-eval-pack.json?source=mcpskills
Eval pack Markdown: https://mcp.packrift.com/ai/mcp-eval-pack.md?source=mcpskills

Please install the hosted Streamable HTTP endpoint in the MCP host and run get_cart_handoff_candidates, get_pricing, check_inventory, and create_cart_url for SKU 1066. The shell runner calls the real source-aware endpoint, opens the returned MCP /r/cart landing once, does not follow Shopify checkout, and does not place an order.

Copy-ready host configs:
Claude Code: claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcpskills&packrift_mcp_target=generic_streamable_http'
Codex: codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcpskills&packrift_mcp_target=generic_streamable_http'
Generic MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcpskills&packrift_mcp_target=generic_streamable_http"
    }
  }
}
Cline MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcpskills&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}
First-run shell: curl -sS 'https://mcp.packrift.com/r/run/mcpskills/generic_streamable_http?format=sh' | bash
Success gate: After install, run the agent prompt in the real MCP host and require create_cart_url to return a measured https://mcp.packrift.com/r/cart/1066 URL.
Copy-ready host configs

Claude Code

claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcpskills&packrift_mcp_target=generic_streamable_http'

Codex

codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcpskills&packrift_mcp_target=generic_streamable_http'

Generic MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcpskills&packrift_mcp_target=generic_streamable_http"
    }
  }
}

Cline MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcpskills&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}

One-command external runner

curl -sS 'https://mcp.packrift.com/r/run/mcpskills/generic_streamable_http?format=sh' | bash
Do not count
  • Do not count browser proof as source activation. The missing proof is a real MCP host calling the hosted endpoint with the source-aware config.
  • Do not count Codex local smoke checks, localhost probes, distribution_check requests, manual_verify events, or mcp_cart_handoff_smoke events as source activation.
  • Do not count generated resource fetches, /resources/list, proof-page opens, or sitemap crawling as buyer demand.
  • Do not self-open a returned /r/cart URL to close a cart-landing experiment; completion requires a source-side reviewer, MCP host user, or buyer.
  • Keep GA4-qualified visitor proof separate from MCP tool proof; the thousands-of-visitors gate closes only from qualified external GA4 session_start evidence.
Source-specific agent prompt
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=mcpskills&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="mcpskills_first_cart_run", journey_id="mcp_install_mcpskills_1066_53472879935856", and result_set_id="mcp_install_first_run_mcpskills".
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="mcpskills_first_cart_run", journey_id="mcp_install_mcpskills_1066_53472879935856", and result_set_id="mcp_install_first_run_mcpskills".
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="mcpskills_first_cart_run", journey_id="mcp_install_mcpskills_1066_53472879935856", and result_set_id="mcp_install_first_run_mcpskills".
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="mcpskills_first_cart_run", mcp_source_context="mcpskills", mcp_install_target="generic_streamable_http", journey_id="mcp_install_mcpskills_1066_53472879935856", result_set_id="mcp_install_first_run_mcpskills", 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=mcpskills; target=generic_streamable_http.

critical · #5

msty_agent

mcp_tool_call

qualified cart landing visible but real MCP tool calls missing

This source already has qualified cart-landing proof, so the next useful lift is real MCP host tool calls against the source-aware endpoint.

Source-aware endpoint: https://mcp.packrift.com/mcp?packrift_mcp_source=msty_agent&packrift_mcp_target=generic_streamable_http

Expected tool-call lift: 4. Complete only when source=msty_agent 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.

starts 0 installs 1 runs 0 tools 0 carts 1
Action sequence
  1. Install or verify the Packrift MCP config from https://mcp.packrift.com/r/install/msty_agent/generic_streamable_http?format=json.
  2. Use source-aware endpoint https://mcp.packrift.com/mcp?packrift_mcp_source=msty_agent&packrift_mcp_target=generic_streamable_http.
  3. Run get_cart_handoff_candidates for SKU 1066.
  4. Run get_pricing for SKU 1066 and the selected quantity.
  5. Run check_inventory for SKU 1066.
  6. Run create_cart_url for SKU 1066 and open only the returned mcp.packrift.com/r/cart URL from the external host or reviewer environment.
Copy-ready activation request
Packrift MCP has source-attributed cart proof, but it still needs real MCP host tool calls.

Source: msty_agent
Endpoint: https://mcp.packrift.com/mcp
Directory update card: https://mcp.packrift.com/ai/mcp-directory-update/msty_agent.json
Install/config handoff: https://mcp.packrift.com/r/install/msty_agent/generic_streamable_http?format=html
Machine-readable config: https://mcp.packrift.com/r/install/msty_agent/generic_streamable_http?format=json
First-run prompt: https://mcp.packrift.com/r/run/msty_agent/generic_streamable_http?format=html
Fast first-run shell: curl -sS 'https://mcp.packrift.com/r/run/msty_agent/generic_streamable_http?format=sh' | bash
Shell activation script: https://mcp.packrift.com/r/activate/msty_agent?format=sh
One-command external runner: curl -sS 'https://mcp.packrift.com/r/activate/msty_agent?format=sh' | bash
Live tool discovery JSON: https://mcp.packrift.com/ai/mcp-tools.json
Live tool discovery Markdown: https://mcp.packrift.com/ai/spec-finder-tools.md
Host acceptance eval pack: https://mcp.packrift.com/ai/mcp-eval-pack.json?source=msty_agent
Eval pack Markdown: https://mcp.packrift.com/ai/mcp-eval-pack.md?source=msty_agent

Please install the hosted Streamable HTTP endpoint in the MCP host and run get_cart_handoff_candidates, get_pricing, check_inventory, and create_cart_url for SKU 1066. The shell runner calls the real source-aware endpoint, opens the returned MCP /r/cart landing once, does not follow Shopify checkout, and does not place an order.

Copy-ready host configs:
Claude Code: claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=msty_agent&packrift_mcp_target=generic_streamable_http'
Codex: codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=msty_agent&packrift_mcp_target=generic_streamable_http'
Generic MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=msty_agent&packrift_mcp_target=generic_streamable_http"
    }
  }
}
Cline MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=msty_agent&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}
First-run shell: curl -sS 'https://mcp.packrift.com/r/run/msty_agent/generic_streamable_http?format=sh' | bash
Success gate: After install, run the agent prompt in the real MCP host and require create_cart_url to return a measured https://mcp.packrift.com/r/cart/1066 URL.
Copy-ready host configs

Claude Code

claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=msty_agent&packrift_mcp_target=generic_streamable_http'

Codex

codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=msty_agent&packrift_mcp_target=generic_streamable_http'

Generic MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=msty_agent&packrift_mcp_target=generic_streamable_http"
    }
  }
}

Cline MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=msty_agent&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}

One-command external runner

curl -sS 'https://mcp.packrift.com/r/run/msty_agent/generic_streamable_http?format=sh' | bash
Do not count
  • Do not count browser proof as source activation. The missing proof is a real MCP host calling the hosted endpoint with the source-aware config.
  • Do not count Codex local smoke checks, localhost probes, distribution_check requests, manual_verify events, or mcp_cart_handoff_smoke events as source activation.
  • Do not count generated resource fetches, /resources/list, proof-page opens, or sitemap crawling as buyer demand.
  • Do not self-open a returned /r/cart URL to close a cart-landing experiment; completion requires a source-side reviewer, MCP host user, or buyer.
  • Keep GA4-qualified visitor proof separate from MCP tool proof; the thousands-of-visitors gate closes only from qualified external GA4 session_start evidence.
Source-specific agent prompt
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=msty_agent&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="msty_agent_first_cart_run", journey_id="mcp_install_msty_agent_1066_53472879935856", and result_set_id="mcp_install_first_run_msty_agent".
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="msty_agent_first_cart_run", journey_id="mcp_install_msty_agent_1066_53472879935856", and result_set_id="mcp_install_first_run_msty_agent".
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="msty_agent_first_cart_run", journey_id="mcp_install_msty_agent_1066_53472879935856", and result_set_id="mcp_install_first_run_msty_agent".
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="msty_agent_first_cart_run", mcp_source_context="msty_agent", mcp_install_target="generic_streamable_http", journey_id="mcp_install_msty_agent_1066_53472879935856", result_set_id="mcp_install_first_run_msty_agent", 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=msty_agent; target=generic_streamable_http.

critical · #6

goose_agent

mcp_tool_call

qualified cart landing visible but real MCP tool calls missing

This source already has qualified cart-landing proof, so the next useful lift is real MCP host tool calls against the source-aware endpoint.

Source-aware endpoint: https://mcp.packrift.com/mcp?packrift_mcp_source=goose_agent&packrift_mcp_target=generic_streamable_http

Expected tool-call lift: 4. Complete only when source=goose_agent 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.

starts 2 installs 0 runs 0 tools 0 carts 1
Action sequence
  1. Install or verify the Packrift MCP config from https://mcp.packrift.com/r/install/goose_agent/generic_streamable_http?format=json.
  2. Use source-aware endpoint https://mcp.packrift.com/mcp?packrift_mcp_source=goose_agent&packrift_mcp_target=generic_streamable_http.
  3. Run get_cart_handoff_candidates for SKU 1066.
  4. Run get_pricing for SKU 1066 and the selected quantity.
  5. Run check_inventory for SKU 1066.
  6. Run create_cart_url for SKU 1066 and open only the returned mcp.packrift.com/r/cart URL from the external host or reviewer environment.
Copy-ready activation request
Packrift MCP has source-attributed cart proof, but it still needs real MCP host tool calls.

Source: goose_agent
Endpoint: https://mcp.packrift.com/mcp
Directory update card: https://mcp.packrift.com/ai/mcp-directory-update/goose_agent.json
Install/config handoff: https://mcp.packrift.com/r/install/goose_agent/generic_streamable_http?format=html
Machine-readable config: https://mcp.packrift.com/r/install/goose_agent/generic_streamable_http?format=json
First-run prompt: https://mcp.packrift.com/r/run/goose_agent/generic_streamable_http?format=html
Fast first-run shell: curl -sS 'https://mcp.packrift.com/r/run/goose_agent/generic_streamable_http?format=sh' | bash
Shell activation script: https://mcp.packrift.com/r/activate/goose_agent?format=sh
One-command external runner: curl -sS 'https://mcp.packrift.com/r/activate/goose_agent?format=sh' | bash
Live tool discovery JSON: https://mcp.packrift.com/ai/mcp-tools.json
Live tool discovery Markdown: https://mcp.packrift.com/ai/spec-finder-tools.md
Host acceptance eval pack: https://mcp.packrift.com/ai/mcp-eval-pack.json?source=goose_agent
Eval pack Markdown: https://mcp.packrift.com/ai/mcp-eval-pack.md?source=goose_agent

Please install the hosted Streamable HTTP endpoint in the MCP host and run get_cart_handoff_candidates, get_pricing, check_inventory, and create_cart_url for SKU 1066. The shell runner calls the real source-aware endpoint, opens the returned MCP /r/cart landing once, does not follow Shopify checkout, and does not place an order.

Copy-ready host configs:
Claude Code: claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=goose_agent&packrift_mcp_target=generic_streamable_http'
Codex: codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=goose_agent&packrift_mcp_target=generic_streamable_http'
Generic MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=goose_agent&packrift_mcp_target=generic_streamable_http"
    }
  }
}
Cline MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=goose_agent&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}
First-run shell: curl -sS 'https://mcp.packrift.com/r/run/goose_agent/generic_streamable_http?format=sh' | bash
Success gate: After install, run the agent prompt in the real MCP host and require create_cart_url to return a measured https://mcp.packrift.com/r/cart/1066 URL.
Copy-ready host configs

Claude Code

claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=goose_agent&packrift_mcp_target=generic_streamable_http'

Codex

codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=goose_agent&packrift_mcp_target=generic_streamable_http'

Generic MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=goose_agent&packrift_mcp_target=generic_streamable_http"
    }
  }
}

Cline MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=goose_agent&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}

One-command external runner

curl -sS 'https://mcp.packrift.com/r/run/goose_agent/generic_streamable_http?format=sh' | bash
Do not count
  • Do not count browser proof as source activation. The missing proof is a real MCP host calling the hosted endpoint with the source-aware config.
  • Do not count Codex local smoke checks, localhost probes, distribution_check requests, manual_verify events, or mcp_cart_handoff_smoke events as source activation.
  • Do not count generated resource fetches, /resources/list, proof-page opens, or sitemap crawling as buyer demand.
  • Do not self-open a returned /r/cart URL to close a cart-landing experiment; completion requires a source-side reviewer, MCP host user, or buyer.
  • Keep GA4-qualified visitor proof separate from MCP tool proof; the thousands-of-visitors gate closes only from qualified external GA4 session_start evidence.
Source-specific agent prompt
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=goose_agent&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="goose_agent_first_cart_run", journey_id="mcp_install_goose_agent_1066_53472879935856", and result_set_id="mcp_install_first_run_goose_agent".
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="goose_agent_first_cart_run", journey_id="mcp_install_goose_agent_1066_53472879935856", and result_set_id="mcp_install_first_run_goose_agent".
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="goose_agent_first_cart_run", journey_id="mcp_install_goose_agent_1066_53472879935856", and result_set_id="mcp_install_first_run_goose_agent".
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="goose_agent_first_cart_run", mcp_source_context="goose_agent", mcp_install_target="generic_streamable_http", journey_id="mcp_install_goose_agent_1066_53472879935856", result_set_id="mcp_install_first_run_goose_agent", 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=goose_agent; target=generic_streamable_http.

critical · #7

n8n_automation

mcp_tool_call

qualified cart landing visible but real MCP tool calls missing

This source already has qualified cart-landing proof, so the next useful lift is real MCP host tool calls against the source-aware endpoint.

Source-aware endpoint: https://mcp.packrift.com/mcp?packrift_mcp_source=n8n_automation&packrift_mcp_target=generic_streamable_http

Expected tool-call lift: 4. Complete only when source=n8n_automation 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.

starts 0 installs 0 runs 0 tools 0 carts 1
Action sequence
  1. Install or verify the Packrift MCP config from https://mcp.packrift.com/r/install/n8n_automation/generic_streamable_http?format=json.
  2. Use source-aware endpoint https://mcp.packrift.com/mcp?packrift_mcp_source=n8n_automation&packrift_mcp_target=generic_streamable_http.
  3. Run get_cart_handoff_candidates for SKU 1066.
  4. Run get_pricing for SKU 1066 and the selected quantity.
  5. Run check_inventory for SKU 1066.
  6. Run create_cart_url for SKU 1066 and open only the returned mcp.packrift.com/r/cart URL from the external host or reviewer environment.
Copy-ready activation request
Packrift MCP has source-attributed cart proof, but it still needs real MCP host tool calls.

Source: n8n_automation
Endpoint: https://mcp.packrift.com/mcp
Directory update card: https://mcp.packrift.com/ai/mcp-directory-update/n8n_automation.json
Install/config handoff: https://mcp.packrift.com/r/install/n8n_automation/generic_streamable_http?format=html
Machine-readable config: https://mcp.packrift.com/r/install/n8n_automation/generic_streamable_http?format=json
First-run prompt: https://mcp.packrift.com/r/run/n8n_automation/generic_streamable_http?format=html
Fast first-run shell: curl -sS 'https://mcp.packrift.com/r/run/n8n_automation/generic_streamable_http?format=sh' | bash
Shell activation script: https://mcp.packrift.com/r/activate/n8n_automation?format=sh
One-command external runner: curl -sS 'https://mcp.packrift.com/r/activate/n8n_automation?format=sh' | bash
Live tool discovery JSON: https://mcp.packrift.com/ai/mcp-tools.json
Live tool discovery Markdown: https://mcp.packrift.com/ai/spec-finder-tools.md
Host acceptance eval pack: https://mcp.packrift.com/ai/mcp-eval-pack.json?source=n8n_automation
Eval pack Markdown: https://mcp.packrift.com/ai/mcp-eval-pack.md?source=n8n_automation

Please install the hosted Streamable HTTP endpoint in the MCP host and run get_cart_handoff_candidates, get_pricing, check_inventory, and create_cart_url for SKU 1066. The shell runner calls the real source-aware endpoint, opens the returned MCP /r/cart landing once, does not follow Shopify checkout, and does not place an order.

Copy-ready host configs:
Claude Code: claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=n8n_automation&packrift_mcp_target=generic_streamable_http'
Codex: codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=n8n_automation&packrift_mcp_target=generic_streamable_http'
Generic MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=n8n_automation&packrift_mcp_target=generic_streamable_http"
    }
  }
}
Cline MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=n8n_automation&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}
First-run shell: curl -sS 'https://mcp.packrift.com/r/run/n8n_automation/generic_streamable_http?format=sh' | bash
Success gate: After install, run the agent prompt in the real MCP host and require create_cart_url to return a measured https://mcp.packrift.com/r/cart/1066 URL.
Copy-ready host configs

Claude Code

claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=n8n_automation&packrift_mcp_target=generic_streamable_http'

Codex

codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=n8n_automation&packrift_mcp_target=generic_streamable_http'

Generic MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=n8n_automation&packrift_mcp_target=generic_streamable_http"
    }
  }
}

Cline MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=n8n_automation&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}

One-command external runner

curl -sS 'https://mcp.packrift.com/r/run/n8n_automation/generic_streamable_http?format=sh' | bash
Do not count
  • Do not count browser proof as source activation. The missing proof is a real MCP host calling the hosted endpoint with the source-aware config.
  • Do not count Codex local smoke checks, localhost probes, distribution_check requests, manual_verify events, or mcp_cart_handoff_smoke events as source activation.
  • Do not count generated resource fetches, /resources/list, proof-page opens, or sitemap crawling as buyer demand.
  • Do not self-open a returned /r/cart URL to close a cart-landing experiment; completion requires a source-side reviewer, MCP host user, or buyer.
  • Keep GA4-qualified visitor proof separate from MCP tool proof; the thousands-of-visitors gate closes only from qualified external GA4 session_start evidence.
Source-specific agent prompt
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=n8n_automation&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="n8n_automation_first_cart_run", journey_id="mcp_install_n8n_automation_1066_53472879935856", and result_set_id="mcp_install_first_run_n8n_automation".
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="n8n_automation_first_cart_run", journey_id="mcp_install_n8n_automation_1066_53472879935856", and result_set_id="mcp_install_first_run_n8n_automation".
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="n8n_automation_first_cart_run", journey_id="mcp_install_n8n_automation_1066_53472879935856", and result_set_id="mcp_install_first_run_n8n_automation".
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="n8n_automation_first_cart_run", mcp_source_context="n8n_automation", mcp_install_target="generic_streamable_http", journey_id="mcp_install_n8n_automation_1066_53472879935856", result_set_id="mcp_install_first_run_n8n_automation", 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=n8n_automation; target=generic_streamable_http.

critical · #8

aider_agent

mcp_tool_call

qualified cart landing visible but real MCP tool calls missing

This source already has qualified cart-landing proof, so the next useful lift is real MCP host tool calls against the source-aware endpoint.

Source-aware endpoint: https://mcp.packrift.com/mcp?packrift_mcp_source=aider_agent&packrift_mcp_target=generic_streamable_http

Expected tool-call lift: 4. Complete only when source=aider_agent 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.

starts 0 installs 0 runs 0 tools 0 carts 1
Action sequence
  1. Install or verify the Packrift MCP config from https://mcp.packrift.com/r/install/aider_agent/generic_streamable_http?format=json.
  2. Use source-aware endpoint https://mcp.packrift.com/mcp?packrift_mcp_source=aider_agent&packrift_mcp_target=generic_streamable_http.
  3. Run get_cart_handoff_candidates for SKU 1066.
  4. Run get_pricing for SKU 1066 and the selected quantity.
  5. Run check_inventory for SKU 1066.
  6. Run create_cart_url for SKU 1066 and open only the returned mcp.packrift.com/r/cart URL from the external host or reviewer environment.
Copy-ready activation request
Packrift MCP has source-attributed cart proof, but it still needs real MCP host tool calls.

Source: aider_agent
Endpoint: https://mcp.packrift.com/mcp
Directory update card: https://mcp.packrift.com/ai/mcp-directory-update/aider_agent.json
Install/config handoff: https://mcp.packrift.com/r/install/aider_agent/generic_streamable_http?format=html
Machine-readable config: https://mcp.packrift.com/r/install/aider_agent/generic_streamable_http?format=json
First-run prompt: https://mcp.packrift.com/r/run/aider_agent/generic_streamable_http?format=html
Fast first-run shell: curl -sS 'https://mcp.packrift.com/r/run/aider_agent/generic_streamable_http?format=sh' | bash
Shell activation script: https://mcp.packrift.com/r/activate/aider_agent?format=sh
One-command external runner: curl -sS 'https://mcp.packrift.com/r/activate/aider_agent?format=sh' | bash
Live tool discovery JSON: https://mcp.packrift.com/ai/mcp-tools.json
Live tool discovery Markdown: https://mcp.packrift.com/ai/spec-finder-tools.md
Host acceptance eval pack: https://mcp.packrift.com/ai/mcp-eval-pack.json?source=aider_agent
Eval pack Markdown: https://mcp.packrift.com/ai/mcp-eval-pack.md?source=aider_agent

Please install the hosted Streamable HTTP endpoint in the MCP host and run get_cart_handoff_candidates, get_pricing, check_inventory, and create_cart_url for SKU 1066. The shell runner calls the real source-aware endpoint, opens the returned MCP /r/cart landing once, does not follow Shopify checkout, and does not place an order.

Copy-ready host configs:
Claude Code: claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=aider_agent&packrift_mcp_target=generic_streamable_http'
Codex: codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=aider_agent&packrift_mcp_target=generic_streamable_http'
Generic MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=aider_agent&packrift_mcp_target=generic_streamable_http"
    }
  }
}
Cline MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=aider_agent&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}
First-run shell: curl -sS 'https://mcp.packrift.com/r/run/aider_agent/generic_streamable_http?format=sh' | bash
Success gate: After install, run the agent prompt in the real MCP host and require create_cart_url to return a measured https://mcp.packrift.com/r/cart/1066 URL.
Copy-ready host configs

Claude Code

claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=aider_agent&packrift_mcp_target=generic_streamable_http'

Codex

codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=aider_agent&packrift_mcp_target=generic_streamable_http'

Generic MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=aider_agent&packrift_mcp_target=generic_streamable_http"
    }
  }
}

Cline MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=aider_agent&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}

One-command external runner

curl -sS 'https://mcp.packrift.com/r/run/aider_agent/generic_streamable_http?format=sh' | bash
Do not count
  • Do not count browser proof as source activation. The missing proof is a real MCP host calling the hosted endpoint with the source-aware config.
  • Do not count Codex local smoke checks, localhost probes, distribution_check requests, manual_verify events, or mcp_cart_handoff_smoke events as source activation.
  • Do not count generated resource fetches, /resources/list, proof-page opens, or sitemap crawling as buyer demand.
  • Do not self-open a returned /r/cart URL to close a cart-landing experiment; completion requires a source-side reviewer, MCP host user, or buyer.
  • Keep GA4-qualified visitor proof separate from MCP tool proof; the thousands-of-visitors gate closes only from qualified external GA4 session_start evidence.
Source-specific agent prompt
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=aider_agent&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="aider_agent_first_cart_run", journey_id="mcp_install_aider_agent_1066_53472879935856", and result_set_id="mcp_install_first_run_aider_agent".
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="aider_agent_first_cart_run", journey_id="mcp_install_aider_agent_1066_53472879935856", and result_set_id="mcp_install_first_run_aider_agent".
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="aider_agent_first_cart_run", journey_id="mcp_install_aider_agent_1066_53472879935856", and result_set_id="mcp_install_first_run_aider_agent".
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="aider_agent_first_cart_run", mcp_source_context="aider_agent", mcp_install_target="generic_streamable_http", journey_id="mcp_install_aider_agent_1066_53472879935856", result_set_id="mcp_install_first_run_aider_agent", 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=aider_agent; target=generic_streamable_http.

critical · #9

openai_chatgpt

mcp_tool_call

qualified cart landing visible but real MCP tool calls missing

This source already has qualified cart-landing proof, so the next useful lift is real MCP host tool calls against the source-aware endpoint.

Source-aware endpoint: https://mcp.packrift.com/mcp?packrift_mcp_source=openai_chatgpt&packrift_mcp_target=generic_streamable_http

Expected tool-call lift: 4. Complete only when source=openai_chatgpt 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.

starts 0 installs 0 runs 0 tools 0 carts 1
Action sequence
  1. Install or verify the Packrift MCP config from https://mcp.packrift.com/r/install/openai_chatgpt/generic_streamable_http?format=json.
  2. Use source-aware endpoint https://mcp.packrift.com/mcp?packrift_mcp_source=openai_chatgpt&packrift_mcp_target=generic_streamable_http.
  3. Run get_cart_handoff_candidates for SKU 1066.
  4. Run get_pricing for SKU 1066 and the selected quantity.
  5. Run check_inventory for SKU 1066.
  6. Run create_cart_url for SKU 1066 and open only the returned mcp.packrift.com/r/cart URL from the external host or reviewer environment.
Copy-ready activation request
Packrift MCP has source-attributed cart proof, but it still needs real MCP host tool calls.

Source: openai_chatgpt
Endpoint: https://mcp.packrift.com/mcp
Directory update card: https://mcp.packrift.com/ai/mcp-directory-update/openai_chatgpt.json
Install/config handoff: https://mcp.packrift.com/r/install/openai_chatgpt/generic_streamable_http?format=html
Machine-readable config: https://mcp.packrift.com/r/install/openai_chatgpt/generic_streamable_http?format=json
First-run prompt: https://mcp.packrift.com/r/run/openai_chatgpt/generic_streamable_http?format=html
Fast first-run shell: curl -sS 'https://mcp.packrift.com/r/run/openai_chatgpt/generic_streamable_http?format=sh' | bash
Shell activation script: https://mcp.packrift.com/r/activate/openai_chatgpt?format=sh
One-command external runner: curl -sS 'https://mcp.packrift.com/r/activate/openai_chatgpt?format=sh' | bash
Live tool discovery JSON: https://mcp.packrift.com/ai/mcp-tools.json
Live tool discovery Markdown: https://mcp.packrift.com/ai/spec-finder-tools.md
Host acceptance eval pack: https://mcp.packrift.com/ai/mcp-eval-pack.json?source=openai_chatgpt
Eval pack Markdown: https://mcp.packrift.com/ai/mcp-eval-pack.md?source=openai_chatgpt

Please install the hosted Streamable HTTP endpoint in the MCP host and run get_cart_handoff_candidates, get_pricing, check_inventory, and create_cart_url for SKU 1066. The shell runner calls the real source-aware endpoint, opens the returned MCP /r/cart landing once, does not follow Shopify checkout, and does not place an order.

Copy-ready host configs:
Claude Code: claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=openai_chatgpt&packrift_mcp_target=generic_streamable_http'
Codex: codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=openai_chatgpt&packrift_mcp_target=generic_streamable_http'
Generic MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=openai_chatgpt&packrift_mcp_target=generic_streamable_http"
    }
  }
}
Cline MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=openai_chatgpt&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}
First-run shell: curl -sS 'https://mcp.packrift.com/r/run/openai_chatgpt/generic_streamable_http?format=sh' | bash
Success gate: After install, run the agent prompt in the real MCP host and require create_cart_url to return a measured https://mcp.packrift.com/r/cart/1066 URL.
Copy-ready host configs

Claude Code

claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=openai_chatgpt&packrift_mcp_target=generic_streamable_http'

Codex

codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=openai_chatgpt&packrift_mcp_target=generic_streamable_http'

Generic MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=openai_chatgpt&packrift_mcp_target=generic_streamable_http"
    }
  }
}

Cline MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=openai_chatgpt&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}

One-command external runner

curl -sS 'https://mcp.packrift.com/r/run/openai_chatgpt/generic_streamable_http?format=sh' | bash
Do not count
  • Do not count browser proof as source activation. The missing proof is a real MCP host calling the hosted endpoint with the source-aware config.
  • Do not count Codex local smoke checks, localhost probes, distribution_check requests, manual_verify events, or mcp_cart_handoff_smoke events as source activation.
  • Do not count generated resource fetches, /resources/list, proof-page opens, or sitemap crawling as buyer demand.
  • Do not self-open a returned /r/cart URL to close a cart-landing experiment; completion requires a source-side reviewer, MCP host user, or buyer.
  • Keep GA4-qualified visitor proof separate from MCP tool proof; the thousands-of-visitors gate closes only from qualified external GA4 session_start evidence.
Source-specific agent prompt
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=openai_chatgpt&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="openai_chatgpt_first_cart_run", journey_id="mcp_install_openai_chatgpt_1066_53472879935856", and result_set_id="mcp_install_first_run_openai_chatgpt".
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="openai_chatgpt_first_cart_run", journey_id="mcp_install_openai_chatgpt_1066_53472879935856", and result_set_id="mcp_install_first_run_openai_chatgpt".
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="openai_chatgpt_first_cart_run", journey_id="mcp_install_openai_chatgpt_1066_53472879935856", and result_set_id="mcp_install_first_run_openai_chatgpt".
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="openai_chatgpt_first_cart_run", mcp_source_context="openai_chatgpt", mcp_install_target="generic_streamable_http", journey_id="mcp_install_openai_chatgpt_1066_53472879935856", result_set_id="mcp_install_first_run_openai_chatgpt", 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=openai_chatgpt; target=generic_streamable_http.

critical · #10

owned_packrift_finder

mcp_tool_call

qualified cart landing visible but real MCP tool calls missing

This source already has qualified cart-landing proof, so the next useful lift is real MCP host tool calls against the source-aware endpoint.

Source-aware endpoint: https://mcp.packrift.com/mcp?packrift_mcp_source=owned_packrift_finder&packrift_mcp_target=generic_streamable_http

Expected tool-call lift: 4. Complete only when source=owned_packrift_finder 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.

starts 0 installs 0 runs 0 tools 0 carts 1
Action sequence
  1. Install or verify the Packrift MCP config from https://mcp.packrift.com/r/install/owned_packrift_finder/generic_streamable_http?format=json.
  2. Use source-aware endpoint https://mcp.packrift.com/mcp?packrift_mcp_source=owned_packrift_finder&packrift_mcp_target=generic_streamable_http.
  3. Run get_cart_handoff_candidates for SKU 1066.
  4. Run get_pricing for SKU 1066 and the selected quantity.
  5. Run check_inventory for SKU 1066.
  6. Run create_cart_url for SKU 1066 and open only the returned mcp.packrift.com/r/cart URL from the external host or reviewer environment.
Copy-ready activation request
Packrift MCP has source-attributed cart proof, but it still needs real MCP host tool calls.

Source: owned_packrift_finder
Endpoint: https://mcp.packrift.com/mcp
Directory update card: https://mcp.packrift.com/ai/mcp-directory-update/owned_packrift_finder.json
Install/config handoff: https://mcp.packrift.com/r/install/owned_packrift_finder/generic_streamable_http?format=html
Machine-readable config: https://mcp.packrift.com/r/install/owned_packrift_finder/generic_streamable_http?format=json
First-run prompt: https://mcp.packrift.com/r/run/owned_packrift_finder/generic_streamable_http?format=html
Fast first-run shell: curl -sS 'https://mcp.packrift.com/r/run/owned_packrift_finder/generic_streamable_http?format=sh' | bash
Shell activation script: https://mcp.packrift.com/r/activate/owned_packrift_finder?format=sh
One-command external runner: curl -sS 'https://mcp.packrift.com/r/activate/owned_packrift_finder?format=sh' | bash
Live tool discovery JSON: https://mcp.packrift.com/ai/mcp-tools.json
Live tool discovery Markdown: https://mcp.packrift.com/ai/spec-finder-tools.md
Host acceptance eval pack: https://mcp.packrift.com/ai/mcp-eval-pack.json?source=owned_packrift_finder
Eval pack Markdown: https://mcp.packrift.com/ai/mcp-eval-pack.md?source=owned_packrift_finder

Please install the hosted Streamable HTTP endpoint in the MCP host and run get_cart_handoff_candidates, get_pricing, check_inventory, and create_cart_url for SKU 1066. The shell runner calls the real source-aware endpoint, opens the returned MCP /r/cart landing once, does not follow Shopify checkout, and does not place an order.

Copy-ready host configs:
Claude Code: claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=owned_packrift_finder&packrift_mcp_target=generic_streamable_http'
Codex: codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=owned_packrift_finder&packrift_mcp_target=generic_streamable_http'
Generic MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=owned_packrift_finder&packrift_mcp_target=generic_streamable_http"
    }
  }
}
Cline MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=owned_packrift_finder&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}
First-run shell: curl -sS 'https://mcp.packrift.com/r/run/owned_packrift_finder/generic_streamable_http?format=sh' | bash
Success gate: After install, run the agent prompt in the real MCP host and require create_cart_url to return a measured https://mcp.packrift.com/r/cart/1066 URL.
Copy-ready host configs

Claude Code

claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=owned_packrift_finder&packrift_mcp_target=generic_streamable_http'

Codex

codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=owned_packrift_finder&packrift_mcp_target=generic_streamable_http'

Generic MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=owned_packrift_finder&packrift_mcp_target=generic_streamable_http"
    }
  }
}

Cline MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=owned_packrift_finder&packrift_mcp_target=generic_streamable_http",
      "disabled": false,
      "timeout": 60
    }
  }
}

One-command external runner

curl -sS 'https://mcp.packrift.com/r/run/owned_packrift_finder/generic_streamable_http?format=sh' | bash
Do not count
  • Do not count browser proof as source activation. The missing proof is a real MCP host calling the hosted endpoint with the source-aware config.
  • Do not count Codex local smoke checks, localhost probes, distribution_check requests, manual_verify events, or mcp_cart_handoff_smoke events as source activation.
  • Do not count generated resource fetches, /resources/list, proof-page opens, or sitemap crawling as buyer demand.
  • Do not self-open a returned /r/cart URL to close a cart-landing experiment; completion requires a source-side reviewer, MCP host user, or buyer.
  • Keep GA4-qualified visitor proof separate from MCP tool proof; the thousands-of-visitors gate closes only from qualified external GA4 session_start evidence.
Source-specific agent prompt
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=owned_packrift_finder&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="owned_packrift_finder_first_cart_run", journey_id="mcp_install_owned_packrift_finder_1066_53472879935856", and result_set_id="mcp_install_first_run_owned_packrift_finder".
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="owned_packrift_finder_first_cart_run", journey_id="mcp_install_owned_packrift_finder_1066_53472879935856", and result_set_id="mcp_install_first_run_owned_packrift_finder".
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="owned_packrift_finder_first_cart_run", journey_id="mcp_install_owned_packrift_finder_1066_53472879935856", and result_set_id="mcp_install_first_run_owned_packrift_finder".
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="owned_packrift_finder_first_cart_run", mcp_source_context="owned_packrift_finder", mcp_install_target="generic_streamable_http", journey_id="mcp_install_owned_packrift_finder_1066_53472879935856", result_set_id="mcp_install_first_run_owned_packrift_finder", 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=owned_packrift_finder; target=generic_streamable_http.

critical · #11

glama_connector

mcp_tool_call

discovery only

This source is in the activation queue and can be moved through the existing hosted MCP endpoint without creating a duplicate CLI or buyer surface.

Source-aware endpoint: https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=glama_connector

Expected tool-call lift: 4. Complete only when source=glama_connector 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.

starts 0 installs 0 runs 0 tools 0 carts 0
Action sequence
  1. Install or verify the Packrift MCP config from https://mcp.packrift.com/r/install/glama_connector/glama_connector?format=json.
  2. Use source-aware endpoint https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=glama_connector.
  3. Run get_cart_handoff_candidates for SKU 1066.
  4. Run get_pricing for SKU 1066 and the selected quantity.
  5. Run check_inventory for SKU 1066.
  6. Run create_cart_url for SKU 1066 and open only the returned mcp.packrift.com/r/cart URL from the external host or reviewer environment.
Copy-ready activation request
Packrift MCP is ready for source-aware activation.

Source: glama_connector
Endpoint: https://mcp.packrift.com/mcp
Directory update card: https://mcp.packrift.com/ai/mcp-directory-update/glama_connector.json
Install/config handoff: https://mcp.packrift.com/r/install/glama_connector/glama_connector?format=html
First-run action: https://mcp.packrift.com/r/run/glama_connector/glama_connector?format=html
Fast first-run shell: curl -sS 'https://mcp.packrift.com/r/run/glama_connector/glama_connector?format=sh' | bash
Shell activation script: https://mcp.packrift.com/r/activate/glama_connector?format=sh
One-command external runner: curl -sS 'https://mcp.packrift.com/r/activate/glama_connector?format=sh' | bash
Live tool discovery JSON: https://mcp.packrift.com/ai/mcp-tools.json
Live tool discovery Markdown: https://mcp.packrift.com/ai/spec-finder-tools.md
Host acceptance eval pack: https://mcp.packrift.com/ai/mcp-eval-pack.json?source=glama_connector
Eval pack Markdown: https://mcp.packrift.com/ai/mcp-eval-pack.md?source=glama_connector

Use these links in the source, directory listing, reviewer flow, or MCP host instructions so new visitors stay attributed to the source. The shell runner records a real MCP tool-call path and measured cart landing without placing an order.

Copy-ready host configs:
Claude Code: claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=glama_connector'
Codex: codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=glama_connector'
Generic MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=glama_connector"
    }
  }
}
Cline MCP JSON:
{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=glama_connector",
      "disabled": false,
      "timeout": 60
    }
  }
}
First-run shell: curl -sS 'https://mcp.packrift.com/r/run/glama_connector/glama_connector?format=sh' | bash
Success gate: After install, run the agent prompt in the real MCP host and require create_cart_url to return a measured https://mcp.packrift.com/r/cart/1066 URL.
Copy-ready host configs

Claude Code

claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=glama_connector'

Codex

codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=glama_connector'

Generic MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=glama_connector"
    }
  }
}

Cline MCP JSON

{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=glama_connector",
      "disabled": false,
      "timeout": 60
    }
  }
}

One-command external runner

curl -sS 'https://mcp.packrift.com/r/run/glama_connector/glama_connector?format=sh' | bash
Do not count
  • Do not count Packrift self-checks as activation proof; use source-aware links and only count proof created by a real MCP host, external reviewer, buyer, or directory surface.
  • Do not count Codex local smoke checks, localhost probes, distribution_check requests, manual_verify events, or mcp_cart_handoff_smoke events as source activation.
  • Do not count generated resource fetches, /resources/list, proof-page opens, or sitemap crawling as buyer demand.
  • Do not self-open a returned /r/cart URL to close a cart-landing experiment; completion requires a source-side reviewer, MCP host user, or buyer.
  • Keep GA4-qualified visitor proof separate from MCP tool proof; the thousands-of-visitors gate closes only from qualified external GA4 session_start evidence.
Source-specific agent prompt
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=glama_connector&packrift_mcp_target=glama_connector

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="glama_connector_first_cart_run", journey_id="mcp_install_glama_connector_1066_53472879935856", and result_set_id="mcp_install_first_run_glama_connector".
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="glama_connector_first_cart_run", journey_id="mcp_install_glama_connector_1066_53472879935856", and result_set_id="mcp_install_first_run_glama_connector".
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="glama_connector_first_cart_run", journey_id="mcp_install_glama_connector_1066_53472879935856", and result_set_id="mcp_install_first_run_glama_connector".
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="glama_connector_first_cart_run", mcp_source_context="glama_connector", mcp_install_target="glama_connector", journey_id="mcp_install_glama_connector_1066_53472879935856", result_set_id="mcp_install_first_run_glama_connector", 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=glama_connector; target=glama_connector.