# Packrift MCP (remote · mcp.packrift.com)

Hosted no-auth MCP for exact-spec packaging search, live price, stock, cart handoff, and no-match.

- Trust score: 58/100 (low)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.packrift.com`: 58/100 (this document), [markdown](https://verifymcp.io/servers/packrift-packrift-mcp/mcp.md), [page](https://verifymcp.io/servers/packrift-packrift-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.packrift.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 15 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 75/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 46818 tokens (~31/item across 1493 items; 15 tools + 1478 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability check failed: schema churn in the 8 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 86/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 57% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http packrift-packrift-mcp https://mcp.packrift.com/mcp
```

### Codex

```toml
[mcp_servers.packrift-packrift-mcp]
url = "https://mcp.packrift.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "packrift-packrift-mcp": {
      "type": "remote",
      "url": "https://mcp.packrift.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add packrift-packrift-mcp --url https://mcp.packrift.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  packrift-packrift-mcp:
    url: "https://mcp.packrift.com/mcp"
```

### Other

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

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 58, 0)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-08-02 (score 58, +1)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-08-01 (score 57, 0)

- [functional regression] Schema quality: 40269 → 46818
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-07-31 (score 57, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 56, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 57, 0)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-07-28 (score 57, +1)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-07-27 (score 56, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (15)

The latest capture was truncated, so this tool list may be partial.

### `search_products` (~85 tokens)

Input parameters:

- `limit` (integer)
- `query` (string, required)

### `get_product` (~62 tokens)

Input parameters:

- `handle` (string, required)

### `get_pricing` (~149 tokens)

Input parameters:

- `journey_id` (string)
- `match_type` (string)
- `quantity` (integer)
- `result_set_id` (string)
- `selected_handle` (string)
- `selected_sku` (string)
- `variant_ids` (array, required)

### `check_inventory` (~128 tokens)

Input parameters:

- `journey_id` (string)
- `match_type` (string)
- `result_set_id` (string)
- `selected_handle` (string)
- `selected_sku` (string)
- `variant_ids` (array, required)

### `find_packaging_for_item` (~225 tokens)

Input parameters:

- `item_depth_in` (number, required)
- `item_length_in` (number, required)
- `item_weight_lb` (number, required)
- `item_width_in` (number, required)
- `use_case` (string, required)

### `get_shipping_estimate` (~141 tokens)

Input parameters:

- `country` (string, required)
- `destination_postal_code` (string, required)
- `items` (array, required)
- `journey_id` (string)
- `match_type` (string)
- `result_set_id` (string)
- `selected_handle` (string)
- `selected_sku` (string)

### `get_cart_handoff_candidates` (~80 tokens)

Input parameters:

- `family` (string)
- `limit` (integer)
- `sku` (string)

### `create_cart_url` (~328 tokens)

Input parameters:

- `discount_code` (string)
- `items` (array)
- `journey_id` (string)
- `match_type` (string)
- `quantity` (integer)
- `result_set_id` (string)
- `selected_handle` (string)
- `selected_sku` (string)
- `sku` (string)
- `source_context` (string)

### `prepare_purchase_handoff` (~214 tokens)

Input parameters:

- `buyer_confirmed` (boolean)
- `journey_id` (string)
- `quantity` (integer)
- `result_set_id` (string)
- `sku` (string, required)
- `source_context` (string)

### `compare_alternatives` (~111 tokens)

Input parameters:

- `competitor_reference` (string)
- `family` (string)
- `limit` (integer)
- `requested_spec` (string, required)

### `pack_calculator` (~101 tokens)

Input parameters:

- `item_depth_in` (number, required)
- `item_length_in` (number, required)
- `item_weight_lb` (number)
- `item_width_in` (number, required)
- `limit` (integer)
- `padding_in` (number)
- `use_case` (string)

### `inventory_status` (~81 tokens)

Input parameters:

- `handle` (string)
- `quantity` (integer)
- `sku` (string)
- `variant_ids` (array)

### `get_reorder_link` (~99 tokens)

Input parameters:

- `handle` (string)
- `sku` (string)
- `source_context` (string)

### `get_bulk_quote_link` (~132 tokens)

Input parameters:

- `family` (string)
- `quantity` (string)
- `reason` (string)
- `requested_spec` (string, required)
- `sku` (string)

### `explain_no_exact_match` (~109 tokens)

Input parameters:

- `family` (string)
- `missing_or_mismatched_fields` (array)
- `reason` (string)
- `requested_spec` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/packrift-packrift-mcp/mcp#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 58
- 2026-08-01: 57
- 2026-07-31: 57
- 2026-07-30: 56
- 2026-07-29: 57
- 2026-07-28: 57
- 2026-07-27: 56
- 2026-07-26: 55

## Links

- Remote endpoint: https://mcp.packrift.com/mcp
- Repository: https://github.com/Packrift/packrift-mcp
- Website: https://packrift.com/pages/packrift-ai-agent-instructions
- Changelog RSS feed: https://verifymcp.io/servers/packrift-packrift-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/packrift-packrift-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/packrift-packrift-mcp/mcp
