# 3DPACK.ING — Container & Truck Load Planning (npm · @3dpacking/mcp-server)

Plain-English shipment input for freight & logistics: containers your cargo fits, 3D load plan.

- Trust score: 64/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@3dpacking/mcp-server`: 64/100 (this document), [markdown](https://verifymcp.io/servers/ing-3dpack-container-loading/3dpacking-mcp-server.md), [page](https://verifymcp.io/servers/ing-3dpack-container-loading/3dpacking-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@3dpacking/mcp-server`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 72/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 279 tokens (~279/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add ing-3dpack-container-loading -- npx -y @3dpacking/mcp-server
```

### Codex

```bash
codex mcp add ing-3dpack-container-loading -- npx -y @3dpacking/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ing-3dpack-container-loading": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@3dpacking/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ing-3dpack-container-loading --command npx --arg -y --arg @3dpacking/mcp-server
```

### Hermes

```yaml
mcp_servers:
  ing-3dpack-container-loading:
    command: "npx"
    args: ["-y", "@3dpacking/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "ing-3dpack-container-loading": {
      "command": "npx",
      "args": [
        "-y",
        "@3dpacking/mcp-server"
      ]
    }
  }
}
```

## 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 64, −4)

No change was recorded against any check on this day. Supply Chain Security went from 97 to 86.

### 2026-08-02 (score 68)

First indexed and scored.

## MCP tools (1)

### `pack_shipment` (~279 tokens)

Pack a shipment into containers or trucks

Work out how a shipment fits into shipping containers, trucks or pallets, using a real 3D bin-packing solver. Describe the cargo in plain English -- quantities, dimensions, weights, and any constraints such as fragile, non-tiltable, max stack height or a preferred container type -- and get back which containers are needed, how full each one is, anything that did not fit, and a link to an interactive 3D load plan.

Use this instead of estimating from volume. Volume arithmetic ignores stacking rules, orientation and weight limits, and overstates what fits by a wide margin on real cargo.

Input parameters:

- `prompt` (string, required): The shipment, in plain English. Include quantities, dimensions with units, and weights if known. Examples: "Pack 50 boxes of 60x40x30 cm into a 20ft container"; "Load 100 fragile items 80x60x40cm, ma…
- `speed` (string): How hard the solver should look for a better arrangement. Omit to let it choose. Use 'fast' for a quick feasibility check, 'thorough' when the packing quality matters.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/ing-3dpack-container-loading/3dpacking-mcp-server#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 68

## Links

- npm package: https://www.npmjs.com/package/@3dpacking/mcp-server
- Socket report: https://socket.dev/npm/package/@3dpacking/mcp-server
- Repository: https://github.com/OnurGumus/3dpacking-mcp
- Website: https://3dpack.ing/
- Changelog RSS feed: https://verifymcp.io/servers/ing-3dpack-container-loading/3dpacking-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ing-3dpack-container-loading/3dpacking-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ing-3dpack-container-loading/3dpacking-mcp-server
