Packrift
https://mcp.packrift.com/mcpskills: {'id': 'google_retail_ai_finder', 'name': 'google_retail_ai_finder', 'description': 'Controlled Packrift Google Retail / AI Commerce Search sales test. Uses the imported Retail catalog to find likely buyer matches, returns AI_APPROVE-gated cart-handoff candidates, and records low-cap test attribution. Use this for the Gemini/Retail pilot before normal search_products when testing Google Retail search quality.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_products', 'name': 'search_products', 'description': "Use when the user names a category by keyword (e.g. 'kraft tape', 'bubble mailer', 'starter kit') with no dimensions. For dimension-based fit, prefer find_packaging_for_item. Returns products with price, stock, URL.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_product', 'name': 'get_product', 'description': 'Use after find_packaging_for_item or search_products to pull full detail for a handle: all variants, SKUs, dimensions, weight, stock. Input: handle. Call before building a cart to map qty to the right variant.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_pricing', 'name': 'get_pricing', 'description': 'Use to confirm live unit price and line total before cart handoff. Required argument: variant_ids as an array of numeric Shopify variant IDs encoded as strings, for example ["53475949216112"]. Optional quantity defaults to 1. Never send variant_ids as numbers. Never cached.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'check_inventory', 'name': 'check_inventory', 'description': 'Use to confirm stock before recommending a SKU or building a cart. Required argument: variant_ids as an array of numeric Shopify variant IDs encoded as strings, for example ["53475949216112"]. Never send variant_ids as numbers. Live, never cached.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'find_packaging_for_item', 'name': 'find_packaging_for_item', 'description': 'Use when the buyer has item dimensions and needs a fitting box or mailer. Required arguments are item_length_in, item_width_in, item_depth_in, item_weight_lb, and use_case (mailer|box|fragile|apparel|ecommerce). Returns up to 5 AI_APPROVE SKUs ranked by fit with price, stock, URL, and cart-continuity fields.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_shipping_estimate', 'name': 'get_shipping_estimate', 'description': 'Use when the buyer asks shipping cost for selected AI_APPROVE variants. Required arguments: destination_postal_code, country (US|CA), and items with variant_id as a numeric Shopify variant ID string plus qty, for example {"variant_id":"53475949216112","qty":1}. Never send variant_id as a number.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_cart_handoff_candidates', 'name': 'get_cart_handoff_candidates', 'description': 'Returns priority AI-approved Packrift SKUs that are ready for MCP cart handoff exploration, including create_cart_url arguments, SKU records, measured product/reorder/quote links, and the required live-confirmation sequence.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 203.6ms; conformance: pass
How to connect
https://mcp.packrift.com/mcp
curl -X POST https://mcp.packrift.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'