@Kubova/
БесплатноНе проверенLets AI agents pack shipping containers using the Kubova calculator, with tools for container loading and API key verification.
Описание
Lets AI agents pack shipping containers using the Kubova calculator, with tools for container loading and API key verification.
README
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.)
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_containers |
Pack a list of cargo SKUs into one or more shipping containers. Returns placements, utilization, weight, and any unplaced pieces. |
verify_key |
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 |
|---|---|---|
KUBOVA_API_KEY |
— | Required. Generated from the dashboard. |
License
MIT.
Установка @Kubova/
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Kubova-com/kubova-mcpFAQ
@Kubova/ MCP бесплатный?
Да, @Kubova/ MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Kubova/?
Нет, @Kubova/ работает без API-ключей и переменных окружения.
@Kubova/ — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить @Kubova/ в Claude Desktop, Claude Code или Cursor?
Открой @Kubova/ на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare @Kubova/ with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
