eCommerce
packrift.com
Provides product search, details, pricing, and inventory management for e-commerce.
ENDPOINT 1
https://mcp.packrift.com/mcp
MCP server metadata
- Name
- Packrift MCP
- Version
- 0.3.0
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
get_productUse after find_packaging_for_item or search_products to pull full detail for a handle: all variants, SKUs, dimensions, weight, stock.
Inferred read-onlyfind_packaging_for_itemUse when the buyer has item dimensions and needs a fitting box or mailer.
Inferred read-onlyget_shipping_estimateUse when the buyer asks shipping cost for selected catalog variants.
Inferred read-onlyget_cart_handoff_candidatesReturns 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-onlycreate_cart_urlBuild the checkout handoff URL once the buyer has confirmed an exact product, quantity, live price, and stock.
Inferred read-onlycompare_alternativesExploration tool for buyers comparing a packaging spec, competitor-style item, or catalog-number request against Packrift's curated catalog.
Inferred read-onlyget_reorder_linkReturn the reorder URL, product URL, and a copyable procurement spec for one catalog SKU or handle.
Inferred read-onlyexplain_no_exact_matchExplain 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-onlyCONNECT 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.
packrift.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.