Productivity
kubik.tools
Manages freight shipments, packing, and article profiles for logistics teams.
ENDPOINT 1
https://mcp.kubik.tools/mcp
MCP server metadata
- Name
- kubik-tools
- Version
- 1.0.0
Known tools 10
calculate_chargeable_weightCalculates 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.
Inferred read-onlyresolve_quantitiesResolves 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.
Inferred read-onlyresolve_prepack_quantitiesResolves 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.
Inferred read-onlylog_pack_observationLogs 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.
Inferred read-onlylist_pack_observationsLists 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.
Inferred read-onlyundo_changeUndoes 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.
Inferred read-onlycalculate_loading_metresCalculates 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).
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kubik.tools was fetched 2026-08-03T13:08:50.235Z and is being refreshed.
kubik.tools is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.