@kubova/mcp
OfficialProvides tools for packing cargo into shipping containers, returning placements, utilization, and weight.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@kubova/mcppack 5 pallets of books into a 20ft container"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@kubova/mcp
Model Context Protocol server for the Kubova container loading calculator.
Lets Claude, Cursor, Cline, ChatGPT, n8n, and any other MCP-aware AI agent pack shipping containers as a tool call.
Install
# Get an API key first at
# https://kubova.com/dashboard/api-keys
# (Pro plan; 14-day trial available.)Related MCP server: FreightUtils MCP Server
Configure
Claude Code / Claude Desktop
Add to ~/.claude/settings.json (or the Claude Desktop config file):
{
"mcpServers": {
"kubova": {
"command": "npx",
"args": ["-y", "@kubova/mcp@latest"],
"env": {
"KUBOVA_API_KEY": "kbv_..."
}
}
}
}Cursor / Cline / Codex
Same JSON shape — point your MCP-aware client at the package via npx.
Tools exposed
Tool | Purpose |
| Pack a list of cargo SKUs into one or more shipping containers. Returns placements, utilization, weight, and any unplaced pieces. |
| Sanity-check the configured API key. Returns identity, scopes, and rate limit. |
Input schema (pack_containers)
{
cargos: [
{
id: string,
name: string,
shape?: "box" | "cylinder",
lengthCm: number,
widthCm: number,
heightCm: number,
quantity: number,
weightKg: number,
color?: string,
includeInLoading?: boolean,
allowStacking?: boolean,
allowRotation?: boolean
}
],
container?: {
id: string,
name: string,
innerLengthCm: number,
innerWidthCm: number,
innerHeightCm: number,
doorWidthCm: number,
doorHeightCm: number,
maxPayloadKg: number
},
containers?: [ /* multiple types — Kubova picks the best mix */ ],
options?: {
loadingDirection?: "floor-to-top" | "right-to-left",
maxContainers?: number
}
}Env
Variable | Default | Notes |
| — | Required. Generated from the dashboard. |
License
MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kubova-com/kubova-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server