← Registry

eCommerce

packrift.com

Provides product search, details, pricing, and inventory management for e-commerce.

1 endpoint15 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.packrift.com/mcp

No auth detected

MCP server metadata

Name
Packrift MCP
Version
0.3.0
Capabilities
toolsresourcesprompts
Server instructions

Packrift is a US packaging-supplies store (boxes, mailers, tape, labels, poly bags, stretch film). These tools search a curated in-stock catalog, confirm live price and inventory, estimate shipping, and hand the buyer off to checkout on packrift.com; no tool places an order. Typical flow: (1) discover — find_packaging_for_item when the buyer has item dimensions or a shipping context, search_products for keyword lookups, compare_alternatives or pack_calculator for exploration, get_cart_handoff_candidates for ready-to-buy SKUs; (2) confirm — get_product for full detail, get_pricing and check_inventory (or inventory_status) for live confirmation, get_shipping_estimate for rates; (3) hand off — prepare_purchase_handoff for the exact-SKU path (it returns a checkout URL only after buyer_confirmed=true), or create_cart_url once the buyer confirms product and quantity; get_reorder_link and get_bulk_quote_link cover repeat-buy and quote workflows. If nothing matches the buyer's exact spec, call explain_no_exact_match rather than presenting a near-match as exact.

Known tools 15

search_products

Use when the user names a category by keyword (e.

Inferred read-only
get_product

Use after find_packaging_for_item or search_products to pull full detail for a handle: all variants, SKUs, dimensions, weight, stock.

Inferred read-only
get_pricing

Use to confirm live unit price and line total before cart handoff.

Inferred read-only
check_inventory

Use to confirm stock before recommending a SKU or building a cart.

Inferred read-only
find_packaging_for_item

Use when the buyer has item dimensions and needs a fitting box or mailer.

Inferred read-only
get_shipping_estimate

Use when the buyer asks shipping cost for selected catalog variants.

Inferred read-only
get_cart_handoff_candidates

Returns 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.

Inferred read-only
create_cart_url

Build the checkout handoff URL once the buyer has confirmed an exact product, quantity, live price, and stock.

Inferred read-only
prepare_purchase_handoff

Two-step exact-SKU purchase prep.

Potential side effects
compare_alternatives

Exploration tool for buyers comparing a packaging spec, competitor-style item, or catalog-number request against Packrift's curated catalog.

Inferred read-only
pack_calculator

Exploration tool for item dimensions and weight.

Inferred read-only
inventory_status

Live inventory exploration for one or more catalog variants.

Inferred read-only
get_reorder_link

Return the reorder URL, product URL, and a copyable procurement spec for one catalog SKU or handle.

Inferred read-only
get_bulk_quote_link

Return a quote-request URL for an exact packaging spec or SKU.

Inferred read-only
explain_no_exact_match

Explain 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.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.packrift-mcp]
url = "https://mcp.packrift.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "packrift-mcp": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: packrift-mcp
Remote MCP URL: https://mcp.packrift.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "packrift-mcp": {
      "url": "https://mcp.packrift.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "packrift-mcp": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "packrift-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.packrift.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for packrift.com was fetched 2026-07-31T17:39:37.581Z and is being refreshed.

Trust status Trusted

packrift.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.