Connects Claude to the Delovye Linii freight API, Russia's major logistics network. You get six tools: calculate shipping costs and delivery times between cities, search their city and terminal directories, create freight orders, track shipments by waybill number, and pull order history. Requires a free API key from their developer portal. Useful if you're building logistics workflows for Russian freight, comparing carrier rates, or need Claude to answer shipping questions without leaving the conversation. The package includes custom slash commands for Claude Desktop like /freight that chain city lookup with cost calculation in one go. Supports both stdio and HTTP transports.
MCP-сервер для API Деловых Линий (Dellin) — расчёт стоимости, справочник городов и терминалов, создание заказов, отслеживание грузов.
| Инструмент | Описание |
|---|---|
calculate | Расчёт стоимости и сроков доставки |
get_cities | Поиск городов в справочнике |
track | Отслеживание заказа по номеру накладной |
get_terminals | Поиск терминалов в городе |
create_order | Создание заказа на грузоперевозку |
get_order_history | Получение истории заказов |
{
"mcpServers": {
"dellin": {
"command": "npx",
"args": ["-y", "@theyahia/delovye-linii-mcp"],
"env": {
"DELLIN_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
DELLIN_API_KEY=<YOUR_API_KEY> npx @theyahia/delovye-linii-mcp --http --port=3001
Эндпоинты:
POST /mcp — MCP Streamable HTTPGET /health — Health checkУстановка через Smithery:
npx -y @smithery/cli install @theyahia/delovye-linii-mcp --client claude
| Переменная | Обязательная | Описание |
|---|---|---|
DELLIN_API_KEY | Да | API-ключ из кабинета разработчика: https://dev.dellin.ru/ |
| Команда | Описание |
|---|---|
/skill-calculate <откуда> <куда> <вес> | Расчёт стоимости грузоперевозки |
/skill-track <номер> | Отследить груз по номеру накладной |
/freight <откуда> <куда> <вес> | Полный цикл: поиск городов + расчёт |
npm install
npm run build
npm test
npm run dev # stdio (tsx)
npm run start:http # HTTP-сервер
MIT
DELLIN_API_KEY*secretAPI key for the service
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp