Back to Browse

Delovye Linii MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for Delovye Linii (Деловые Линии) delivery API — tariff calculation, city search, tracki

About

MCP server for Delovye Linii (Деловые Линии) delivery API — tariff calculation, city search, tracki

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

12 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

API key for the serviceRequired

Environment variable: DELLIN_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-theyahia-delovye-linii-mcp": {
      "env": {
        "DELLIN_API_KEY": "your-dellin-api-key-here"
      },
      "args": [
        "-y",
        "@theyahia/delovye-linii-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

delovye-linii-mcp

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

npm CI

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

ИнструментОписание
calculateРасчёт стоимости и сроков доставки
get_citiesПоиск городов в справочнике
trackОтслеживание заказа по номеру накладной
get_terminalsПоиск терминалов в городе
create_orderСоздание заказа на грузоперевозку
get_order_historyПолучение истории заказов

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

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 badge

Установка через 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

Reviews

No reviews yet

Be the first to review this server!

Delovye Linii MCP Server - MCP server for Delovye Linii (Деловые Линии) delivery API — | MCP Marketplace