Skip to main content
Glama
theYahia

delovye-linii-mcp

delovye-linii-mcp

MCP-сервер для API Деловых Линий (Dellin) — расчёт стоимости, справочник городов и терминалов, создание заказов, отслеживание грузов.

npm CI

Возможности (6 инструментов)

Инструмент

Описание

calculate

Расчёт стоимости и сроков доставки

get_cities

Поиск городов в справочнике

track

Отслеживание заказа по номеру накладной

get_terminals

Поиск терминалов в городе

create_order

Создание заказа на грузоперевозку

get_order_history

Получение истории заказов

Related MCP server: shipsaving-mcp

Быстрый старт

Claude Desktop / Cursor (stdio)

{
  "mcpServers": {
    "dellin": {
      "command": "npx",
      "args": ["-y", "@theyahia/delovye-linii-mcp"],
      "env": {
        "DELLIN_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Streamable HTTP

DELLIN_API_KEY=<YOUR_API_KEY> npx @theyahia/delovye-linii-mcp --http --port=3001

Эндпоинты:

  • POST /mcp — MCP Streamable HTTP

  • GET /health — Health check

Smithery

Установка через Smithery:

npx -y @smithery/cli install @theyahia/delovye-linii-mcp --client claude

Переменные окружения

Переменная

Обязательная

Описание

DELLIN_API_KEY

Да

API-ключ из кабинета разработчика: https://dev.dellin.ru/

Skills (Claude Code)

Команда

Описание

/skill-calculate <откуда> <куда> <вес>

Расчёт стоимости грузоперевозки

/skill-track <номер>

Отследить груз по номеру накладной

/freight <откуда> <куда> <вес>

Полный цикл: поиск городов + расчёт

Разработка

npm install
npm run build
npm test
npm run dev          # stdio (tsx)
npm run start:http   # HTTP-сервер

Лицензия

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that wraps the ShipSaving logistics REST API, enabling AI assistants like Claude to perform shipping operations through natural language.
    Last updated
    30
    55
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    MCP server for MoySklad (МойСклад) warehouse and CRM management API. 21 tools covering the full order lifecycle: products, stock, counterparties, customer orders, shipments, supplies, warehouses, organizations, reports, and webhooks.
    Last updated
    156
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • A paid remote MCP for ShipSwift, built to return verdicts, receipts, usage logs, and audit-ready JSO

  • MCP server for Appcircle mobile CI/CD platform.

  • The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

View all MCP Connectors

Latest Blog Posts

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/theYahia/delovye-linii-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server