Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"dellin": {
"env": {
"DELLIN_API_KEY": "<YOUR_API_KEY>"
},
"args": [
"-y",
"@theyahia/delovye-linii-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP-сервер для API Деловых Линий (Dellin) — расчёт стоимости, справочник городов и терминалов, создание заказов, отслеживание грузов.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@theyahia/delovye-linii-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @theyahia/delovye-linii-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A command line tool for setting up commercetools MCP server
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
This is the reference implementation for the mcp server
MCP Security Weekly
Get CVE alerts and security updates for Delovye Linii MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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