← kubik.tools

INDIVIDUAL MCP TOOL

log_pack_observation

Logs a real, observed consolidation pack -- "these articles, at these quantities, actually packed onto N pallets at these dims/weight" -- against an existing consolidation group in your team's Library.

kubik.toolsnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.kubik.tools/mcp

No auth detected

Connect to this endpoint to inspect the live schema for log_pack_observation 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

kubik.tools

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.kubik-tools]
url = "https://mcp.kubik.tools/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: kubik-tools
Remote MCP URL: https://mcp.kubik.tools/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": {
    "kubik-tools": {
      "url": "https://mcp.kubik.tools/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • calculate_chargeable_weight — Calculates chargeable (billable) weight -- frachtpflichtiges Gewicht, Frachtgewicht -- for a freight shipment (Stückgut or Sammelgut) from a list of cargo pieces, for one of four transport modes.
  • resolve_quantities — Resolves an ordered quantity of a Library article into concrete packed units (boxes/pallets), using that article's own logged packing history -- never a generic guess.
  • resolve_prepack_quantities — Resolves an ordered quantity of a CLASS of goods into concrete prepack units (boxes/cartons), using that class's own logged prepack table -- a class-level lookup (e.
  • search_article_profiles — Searches your team's kubik.
  • create_article_profile — Creates a new article in your team's kubik.
  • list_pack_observations — Lists the real, observed consolidation packs logged against a consolidation group in your team's Library -- "these articles, at these quantities, actually packed onto N pallets at these dims/weight," the same ground-truth data resolve_quantities/resolve_prepack_quantities and the app's own resolve flow learn from (PRINCIPLES.
  • undo_change — Undoes a create_article_profile or log_pack_observation call, but only within 15 minutes of when it was confirmed, and only if nothing else now depends on it.
  • calculate_loading_metres — Calculates loading metres (Lademeter, LDM) -- the floor-space unit (Ladefläche) that governs European road freight -- for a list of cargo pieces, plus the equivalent number of pallet places (Palettenstellplätze, Stellplätze).