Server data from the Official MCP Registry
MCP server for Delovye Linii (Деловые Линии) delivery API — tariff calculation, city search, tracki
MCP server for Delovye Linii (Деловые Линии) delivery API — tariff calculation, city search, tracki
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: DELLIN_API_KEY
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"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.