← packrift.com

INDIVIDUAL MCP TOOL

pack_calculator

Exploration tool for item dimensions and weight.

packrift.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.packrift.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for pack_calculator and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

packrift.com

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.

Related tools

  • search_products — Use when the user names a category by keyword (e.
  • get_product — Use after find_packaging_for_item or search_products to pull full detail for a handle: all variants, SKUs, dimensions, weight, stock.
  • get_pricing — Use to confirm live unit price and line total before cart handoff.
  • check_inventory — Use to confirm stock before recommending a SKU or building a cart.
  • find_packaging_for_item — Use when the buyer has item dimensions and needs a fitting box or mailer.
  • get_shipping_estimate — Use when the buyer asks shipping cost for selected catalog variants.
  • 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.
  • create_cart_url — Build the checkout handoff URL once the buyer has confirmed an exact product, quantity, live price, and stock.