Packrift MCP server
Hosted no-auth MCP for exact-spec packaging search, live price, stock, cart handoff, and no-match.
2 stars
Reviews
Write oneNobody has reviewed Packrift MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Packrift MCP tools (15, 2 write)
write = sends, deletes, buys or postscheck_inventoryFreeUse 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.
compare_alternativesFreeExploration tool for buyers comparing a packaging spec, competitor-style item, or catalog-number request against Packrift's curated catalog. Returns ranked Packrift candidates plus a plain-language comparison summary.
create_cart_urlwrite actionFreeBuild the checkout handoff URL once the buyer has confirmed an exact product, quantity, live price, and stock. Preferred input is sku plus quantity; use items only when you already hold variant IDs as strings. Returns a tracked packrift.com cart URL plus a Shopify cart permalink; it never places an order.
explain_no_exact_matchFreeExplain why a nearby product should not be presented as an exact match for the buyer's spec, then return safe next actions and a quote-request URL.
find_packaging_for_itemFreeUse 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. Canonical use_case values are mailer|box|fragile|apparel|ecommerce; free text such as 'shipping ceramic mugs' is accepted and mapped to the closest canonical context. Returns up to 5 curated SKUs ranked by fit with price, stock, URL, and cart-continuity fields.
get_bulk_quote_linkFreeReturn a quote-request URL for an exact packaging spec or SKU. Use when no exact match exists or the buyer needs bulk or procurement review.
get_cart_handoff_candidatesFreeReturns curated Packrift SKUs that are ready for cart handoff, including create_cart_url arguments, SKU records, product/reorder/quote links, and the required live-confirmation sequence.
get_pricingFreeUse to confirm live base catalog unit price and merchandise line total before cart handoff. Cart discounts, shipping and tax are not evaluated; the buyer's Shopify cart and checkout determine the final payable amount. 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.
get_productFreeUse 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.
get_reorder_linkFreeReturn the reorder URL, product URL, and a copyable procurement spec for one catalog SKU or handle. Use for repeat-buy and procurement handoff workflows.
get_shipping_estimateFreeUse when the buyer asks shipping cost for selected catalog variants. Provide destination_address with address1, city and province_code for an estimate using the supplied address; otherwise the estimate uses postal-code placeholders and is approximate. Addresses are not validated. Cart shipping discounts and final tax are not evaluated; Shopify cart and checkout are authoritative. 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.
inventory_statusFreeLive inventory exploration for one or more catalog variants. Returns total quantity, available-for-sale state, warehouse-level quantities where available, and a plain-language fulfillment summary.
pack_calculatorFreeExploration tool for item dimensions and weight. Calculates required inside dimensions, ranks Packrift box/mailer candidates, and gives void-fill guidance before live price/inventory confirmation.
prepare_purchase_handoffwrite actionFreeTwo-step exact-SKU purchase prep. Call first with sku, quantity, and buyer_confirmed=false to confirm the product, live price, and live stock in one call. After the buyer approves, call again with buyer_confirmed=true to receive the tracked checkout handoff URL. It never places an order.
search_productsFreeSearch Packrift by category, SKU, or the exact dimensions of the packaging the buyer wants. Explicit dimension tuples and pack counts must match; different sizes are not exact substitutes. Returns live price, stock and product URL. When the buyer describes an item's dimensions and needs packaging that fits around it, use find_packaging_for_item instead.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 923ms20/20
- Tool poisoning15 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner6/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
What the publisher says
From the Packrift MCP repository's README, as published. We do not edit it. Read it on GitHub
Packrift MCP Server
Production MCP (Model Context Protocol) server for Packrift exact-spec packaging procurement. Hero use case: find the right packaging supply for a given item, SKU, or reorder need, then confirm live price, inventory, shipping, and cart handoff.
- Stack: Cloudflare Workers, TypeScript (strict), Hono, Zod, Streamable HTTP transport
- Backing: Shopify Admin GraphQL API (2025-04), store packrift.myshopify.com
- Endpoint: POST /mcp, GET /mcp (SSE), GET / and GET /start (MCP start page), GET /.well-known/mcp/server-card.json
- Install guide: see llms-install.md for remote MCP client configuration.
- Discovery gate: product lookup, reorder, quote, and cart handoff flows are constrained to AI-approved Packrift catalog records where SKU selection is involved.
Remote MCP client setup
The public Packrift endpoint is hosted at:
https://mcp.packrift.com/mcpFast start page for developers, agents, and directory reviewers:
https://mcp.packrift.com/startDirectory and partner handoffs can use tracked start links without changing the MCP endpoint. Use a lowercase source slug with letters, numbers, and underscores:
https://mcp.packrift.com/r/start/{source}The start page also renders source-specific copy controls when it receives a source:
https://mcp.packrift.com/start?utm_source={source}Those handoffs record aggregate install-intent telemetry: /r/config/{source} fetches show up as mcptrackedconfigfetches, /r/install/{source}/{target} opens show up as mcpinstallintent, and copy controls record mcpinstall_copy by source and target so partner and directory handoffs can be evaluated before downstream cart events appear.
Custom partner, campaign, directory, and agent-workflow slugs are allowed without code changes as long as they match ^[a-z0-9]{2,64}$. Examples: mcpserversorg, agencypartner, browseragentdemo, newslettermcp.
When a directory or agent host wants a source-attributed config file instead of an HTML start page, use:
https://mcp.packrift.com/r/config/{source}Tracked config fetches are exposed by source in https://mcp.packrift.com/ai/mcp-usage-snapshot.json.
For a target-specific tracked install action, use:
https://mcp.packrift.com/r/install/{source}/{target}Common targets include genericstreamablehttp, stdiomcpremote, claudecode, codex, claudedesktop, cursorwindsurfvscode, and cline.
MCP clients that support remote HTTP or Streamable HTTP servers can add Packrift with:
{
"mcpServers": {
"packrift": {
"type": "http",
"url": "https://mcp.packrift.com/mcp"
}
}
}Cline users should use the tracked Cline target, which returns Cline-native streamableHttp config:
https://mcp.packrift.com/r/install/cline_mcp_marketplace/cline?format=jsonHosts that only accept local stdio MCP commands can use the tracked stdiomcpremote target. It runs npx mcp-remote as a thin bridge and still forwards every call to the hosted Packrift endpoint:
https://mcp.packrift.com/r/install/{source}/stdio_mcp_remote?format=jsonHosted connector and directory listings
Use the hosted endpoint above when possible. It requires no buyer-side API key and exposes the current 15-tool Packrift exact-spec commerce surface.
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http packrift-mcp https://mcp.packrift.com/mcp
Packrift MCP: common questions
- Is Packrift MCP server safe?
- Mostly: it is graded B (79/100). Read the Packrift MCP safety report
- How do I install Packrift MCP?
- It runs remotely at mcp.packrift.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Packrift MCP need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Packrift MCP maintained?
- The last commit was in the last day (2026-09-24). The latest release is v0.3.0.
- Is Packrift MCP up?
- 100% of our last 21 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Packrift MCP?
- Servers from other publishers that do the same job: CartScout MCP server, Apiguru Amazon Data MCP server and Channel3 Shopping MCP server. Compare all Packrift MCP alternatives.
Alternatives to Packrift MCP
Same job from other publishers: the closest match first, then the best rated.
- CartScoutLive product prices, stock, variants and deal ratings from Shopify, Walmart, eBay and more.not reviewedGrowingB
Apiguru Amazon DataLive Amazon product, review, search, deal, offer/stock and seller data across 20 marketplaces.not reviewedGrowingA- Channel3 ShoppingShopping search across 100M+ products, with every retailer's offer and live price in one place.not reviewedGrowingA
- Loki ModeAutonomous spec-to-product coding-agent CLI with an MCP server exposing 36 tools over stdio.not reviewedEstablishedB
- ShopwareQuery and safely manage a Shopware 6 shop: products, orders, customers, stock, audits, reports.not reviewedEstablishedB