CargoEffe Server
БесплатноНе проверенConnects AI assistants to CargoEffe for automated cargo loading plan design, offering tools to manage containers, cargo items, and load plans.
Описание
Connects AI assistants to CargoEffe for automated cargo loading plan design, offering tools to manage containers, cargo items, and load plans.
README
Connect AI assistants (Claude Desktop, Claude Code, Cursor) to CargoEffe for automated cargo loading plan design.
Installation
# Option A: pip install
pip install cargoeffe-mcp
# Option B: uvx (no pre-install needed)
uvx cargoeffe-mcp
# Option C: from source
git clone https://github.com/dollob/cargoeffe-mcp.git
cd cargoeffe-mcp && pip install -e .
Setup
- Get your MCP token from CargoEffe Settings → MCP Tokens
- Configure your AI client:
Claude Code
{
"mcpServers": {
"cargoeffe": {
"command": "uvx",
"args": ["cargoeffe-mcp"],
"env": {
"CARGOEFFE_MCP_TOKEN": "cfm_YOUR_TOKEN_HERE"
}
}
}
}
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"cargoeffe": {
"command": "python",
"args": ["-m", "cargoeffe_mcp.server"],
"env": {
"CARGOEFFE_MCP_TOKEN": "cfm_YOUR_TOKEN_HERE"
}
}
}
}
Debug Mode
Set CARGOEFFE_MCP_DEBUG=true for verbose logging:
{
"env": {
"CARGOEFFE_MCP_TOKEN": "cfm_...",
"CARGOEFFE_MCP_DEBUG": "true"
}
}
Debug logs appear on stderr (visible in Claude Code's MCP debug panel).
Available Tools
| Tool | Description |
|---|---|
get_context |
Read CargoEffe system context (coordinates, rules) — free |
get_axle_templates |
List axle templates with weight limits — free |
plan_create |
Create a new load plan |
plan_load |
Load plan by ID |
plan_list |
List your plans |
plan_save |
Save plan to backend |
container_list |
List available containers |
container_set |
Set container for a plan |
cargo_add |
Add cargo items (bulk) |
cargo_list |
List cargo items |
cargo_update |
Update cargo properties |
cargo_remove |
Delete cargo + placements |
group_create |
Create loading group |
group_list |
List loading groups |
group_update |
Rename/reorder groups |
save_placements |
Save AI-calculated placements |
weight_check |
Get weight distribution analysis |
pallet_pack_list |
List available pallet packs |
pallet_pack_create |
Build a pallet pack from boxes |
pallet_pack_place |
Place a pallet pack into a plan |
Security
This package is a thin protocol bridge — it contains NO business logic, database queries, or API secrets. All sensitive operations happen on the CargoEffe backend.
License
MIT
Установка CargoEffe Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dollob/cargoeffe-mcpFAQ
CargoEffe Server MCP бесплатный?
Да, CargoEffe Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для CargoEffe Server?
Нет, CargoEffe Server работает без API-ключей и переменных окружения.
CargoEffe Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить CargoEffe Server в Claude Desktop, Claude Code или Cursor?
Открой CargoEffe Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
автор: passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
автор: dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
автор: NOVA-3951PIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
автор: jangjo123Compare CargoEffe Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории design
