# Packrift MCP Buyer Use Cases

Release: PACKRIFT-MCP-BUYER-USE-CASES-R01
Generated: 2026-05-21T01:10:09.266Z
Canonical endpoint: https://mcp.packrift.com/mcp

## Purpose

Buyer-facing map of Packrift MCP workflows that can create qualified packaging demand: exact SKU reorder, fit-by-dimensions, mailer selection, label procurement, no-match quote recovery, and procurement line-item handoff.

## Qualification Rules

- Use Packrift MCP when the buyer needs packaging by exact SKU, dimensions, material, color, strength rating, closure, adhesive, printer type, pack count, case count, price, inventory, shipping estimate, reorder path, quote path, or cart handoff.
- Use exact matches only for purchase handoff.
- Confirm live price, inventory, shipping, and cart eligibility before presenting a cart or checkout action.
- If any required spec differs, return no exact match and route to quote recovery or ask the buyer to confirm an acceptable substitute.
- Keep the final purchase path measurable through MCP returned product, reorder, quote, or create_cart_url handoff URLs.

## Use Cases

| Use case | Buyer intent | Best tools | Success path |
| --- | --- | --- | --- |
| Reorder an exact Packrift SKU | I know the SKU and need the current product, price, inventory, and cart handoff. | `get_cart_handoff_candidates`, `get_product`, `get_pricing`, `check_inventory`, `create_cart_url` | Resolve the exact SKU, confirm live commercial facts, then return the MCP-stamped cart landing URL only after the buyer selects quantity. |
| Find packaging for an item by dimensions | I have an item size and need the smallest safe box, mailer, or container that fits. | `find_packaging_for_item`, `pack_calculator`, `compare_alternatives`, `get_pricing`, `check_inventory` | Use item dimensions first, compare safe fits, then confirm the chosen exact SKU before showing reorder, quote, or cart options. |
| Choose mailers for ecommerce fulfillment | I need the right mailer size and closure for apparel, books, documents, or small goods. | `search_products`, `compare_alternatives`, `get_product`, `get_pricing`, `check_inventory` | Separate literature mailers, bubble mailers, and poly mailers by exact dimensions, closure, color, and pack count before purchase handoff. |
| Match labels by size, material, and printer type | I need exact labels for a printer, material, weather resistance, and case quantity. | `search_products`, `get_product`, `get_pricing`, `check_inventory`, `get_reorder_link` | Treat printer type, adhesive, weather resistance, label size, and case count as exact-match fields, not loose synonyms. |
| Recover demand when no exact match exists | I need a size or spec Packrift may not stock exactly, but I still want procurement help. | `search_products`, `explain_no_exact_match`, `get_bulk_quote_link` | Do not substitute nearby dimensions, materials, colors, pack counts, or printer types as exact matches. Route to quote or ask for acceptable substitutes. |
| Create a procurement-ready line item | I need a copyable product line for purchasing, approval, or a reorder workflow. | `get_product`, `get_pricing`, `check_inventory`, `get_reorder_link` | Return exact SKU, title, dimensions or material fields, pack count, product URL, reorder URL, quote URL, and live-check caveats. |

## Starter Prompts

| Use case | Prompt |
| --- | --- |
| Reorder an exact Packrift SKU | Reorder Packrift SKU 1066. Confirm the exact product, live price, inventory, and prepare a cart handoff for quantity 1. |
| Find packaging for an item by dimensions | Find packaging for a 9 x 4 x 3 inch item that weighs 2 lb and needs ecommerce shipping protection. |
| Choose mailers for ecommerce fulfillment | Find a white literature mailer close to 12 x 9 x 5 for ecommerce fulfillment and confirm the exact Packrift match. |
| Match labels by size, material, and printer type | Find Packrift weather-resistant polyester laser labels around 2 5/8 x 1 and confirm live price and inventory. |
| Recover demand when no exact match exists | The buyer asked for 10 x 6 x 8 ECT-32 kraft boxes. If Packrift has no exact AI-approved match, explain the no-match result and route to quote recovery. |
| Create a procurement-ready line item | Create a procurement-ready line item for Packrift SKU 1066 with exact SKU, title, product URL, pack count, live price check, and reorder path. |

## First Call Sequence

```json
[
  {
    "step": 1,
    "method": "tools/list",
    "why": "Confirm the client sees Packrift commerce tools."
  },
  {
    "step": 2,
    "method": "prompts/list",
    "why": "Choose the native exact-spec, reorder, cart handoff, or no-match workflow."
  },
  {
    "step": 3,
    "method": "tools/call",
    "tool": "prepare_purchase_handoff",
    "why": "Use this fastest path when the buyer already has an exact SKU."
  },
  {
    "step": 4,
    "method": "tools/call",
    "tool": "find_packaging_for_item or search_products",
    "why": "Resolve candidate exact SKUs when the buyer is still exploring."
  },
  {
    "step": 5,
    "method": "tools/call",
    "tool": "get_pricing and check_inventory",
    "why": "Confirm live commercial facts when using the manual flow."
  },
  {
    "step": 6,
    "method": "tools/call",
    "tool": "create_cart_url",
    "why": "Create a measured cart handoff only after selection and live confirmation."
  }
]
```

## Proof URLs

- mcp_endpoint: https://mcp.packrift.com/mcp
- adoption_kit: https://mcp.packrift.com/ai/mcp-adoption-kit.json
- usage_snapshot: https://mcp.packrift.com/ai/mcp-usage-snapshot.json
- cart_activation: https://mcp.packrift.com/ai/mcp-cart-activation.json
- cart_activation_html: https://mcp.packrift.com/ai/mcp-cart-activation.html
- first_run_proof: https://mcp.packrift.com/ai/mcp-first-run-proof.json
- workflow_gallery: https://mcp.packrift.com/ai/mcp-workflow-gallery.json
- workflow_gallery_html: https://mcp.packrift.com/ai/mcp-workflow-gallery.html
- agent_adoption_progress: https://mcp.packrift.com/ai/mcp-agent-adoption-progress.json
- agent_adoption_progress_html: https://mcp.packrift.com/ai/mcp-agent-adoption-progress.html
- cart_handoff_candidates: https://mcp.packrift.com/ai/mcp-cart-handoff-candidates.json
- measured_handoffs: https://mcp.packrift.com/ai/measured-handoffs.json
- conversion_route_catalog: https://mcp.packrift.com/ai/conversion-route-catalog.json
- product_corpus: https://mcp.packrift.com/ai/packrift-ai-approved-products.jsonl
- agent_instructions: https://mcp.packrift.com/ai/packrift-ai-agent-instructions.md
- directory_submit_actions: https://mcp.packrift.com/ai/mcp-directory-submit-actions.json
- server_card: https://mcp.packrift.com/.well-known/mcp/server-card.json

Machine-readable version: https://mcp.packrift.com/ai/mcp-buyer-use-cases.json
