# ДокиДепо — открытые инструменты склада (remote · dokidepo.ru)

Read-only инструменты малого склада: назначение, ограничения и безопасный план первого дня.

- Trust score: 78/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- remote · `dokidepo.ru`: 78/100 (this document), [markdown](https://verifymcp.io/servers/ru-dokidepo-public-tools/api-mcp.md), [page](https://verifymcp.io/servers/ru-dokidepo-public-tools/api-mcp)

## Channel facts

- Endpoint: `https://dokidepo.ru/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-24.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 739 tokens (~147/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the ДокиДепо — открытые инструменты склада MCP server?

ДокиДепо — открытые инструменты склада is a hosted endpoint at https://dokidepo.ru/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http ru-dokidepo-public-tools 'https://dokidepo.ru/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "ru-dokidepo-public-tools": {
      "url": "https://dokidepo.ru/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ru-dokidepo-public-tools": {
      "type": "http",
      "url": "https://dokidepo.ru/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.ru-dokidepo-public-tools]
url = "https://dokidepo.ru/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ru-dokidepo-public-tools": {
      "type": "remote",
      "url": "https://dokidepo.ru/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ru-dokidepo-public-tools --url 'https://dokidepo.ru/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ru-dokidepo-public-tools:
    url: "https://dokidepo.ru/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "ru-dokidepo-public-tools": {
      "Transport": "http",
      "Url": "https://dokidepo.ru/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ru-dokidepo-public-tools -t streamable-http -u 'https://dokidepo.ru/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "ru-dokidepo-public-tools": {
      "type": "http",
      "url": "https://dokidepo.ru/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-22 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 77, +2)

- [security] Tool “get_embed_widget” rewrote its description, which is the text the model reads
- [security] Tool “get_first_warehouse_day” rewrote its description, which is the text the model reads
- [security] Tool “get_public_tool” rewrote its description, which is the text the model reads
- [security] Tool “get_publisher_kit” rewrote its description, which is the text the model reads
- [security] Tool “list_public_tools” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional improvement] Tool coverage: 67% → 100%
- [functional] Schema quality: good → excellent
- [functional] MCP protocol: Implements a current MCP spec version (2026-07-28).
- [functional] MCP protocol version: 2025-11-25 → 2026-07-28
- [functional] Server version: 2.0.1 → 2.2.0
- [functional] Server version: 2.0.0 → 2.0.1
- [cosmetic] “get_embed_widget” reworded the description of “id”
- [cosmetic] “get_public_tool” reworded the description of “id”
- [cosmetic] “list_public_tools” reworded the description of “category”

### 2026-09-18 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 74, +1)

- [functional regression] Schema quality: 201 → 315
- [functional improvement] Tool coverage: 50% → 67%
- [functional] Server version: 1.0.0 → 2.0.0
- [functional] New tool “get_embed_widget”
- [functional] New tool “get_publisher_kit”

### 2026-09-15 (score 73, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-14 (score 72)

First indexed and scored.

## MCP tools (5)

### `list_public_tools` (~172 tokens)

Найти открытые инструменты склада

Используйте первым, когда нужно подобрать открытый складской инструмент по задаче. Необязательный category фильтрует каталог; без него возвращается all. Результат содержит только проверенные карточки и измеряемые ссылки ДокиДепо. Не выполняет складские операции и не принимает файлы, товары, пароли или коды. Лишнее поле или неизвестная категория дают JSON-RPC -32602 Invalid params.

Input parameters:

- `category` (string): Фиксированный фильтр: all — весь каталог; inventory — остатки, закупка и приёмка; labeling — этикетки, штрихкоды и адреса; pricing — цены и маржа; setup — запуск склада; publishing — встраиваемые вид…

Output parameters:

- `safety` (string)
- `tools` (array)

### `get_public_tool` (~119 tokens)

Получить точную карточку инструмента

Используйте после list_public_tools, когда уже известен точный id нужного инструмента. Возвращает его назначение, входы, результат, ограничения и измеряемую ссылку. id обязателен и должен быть одним из перечисленных значений; неизвестный id или лишнее поле дают JSON-RPC -32602 Invalid params. Не принимает свободный текст, URL, файлы или рабочие данные.

Input parameters:

- `id` (string, required): Точный неизменяемый идентификатор открытого инструмента ДокиДепо.

Output parameters:

- `safety` (string)
- `tool` (object)

### `get_first_warehouse_day` (~109 tokens)

Получить безопасный план первого дня

Используйте, когда владелец малого склада хочет безопасно проверить ДокиДепо на одном учебном товаре до импорта каталога и приглашения команды. Без аргументов возвращает фиксированную последовательность: места → приёмка → размещение → отбор → упаковка → сверка. Не создаёт организацию, не меняет остатки и не принимает рабочие данные. Любое входное поле даёт JSON-RPC -32602 Invalid params.

Output parameters:

- `safety` (string)
- `startUrl` (string)
- `steps` (array)

### `get_embed_widget` (~171 tokens)

Получить код бесплатного складского виджета

Используйте, когда редакции или сайту нужен готовый безопасный виджет: текущий остаток, расчёт наценки и маржи, количество к заказу, диагностика узкого места склада или генератор артикулов. Передайте один фиксированный id; сервер вернёт проверенный sandboxed iframe, страницу установки и ограничения. Не принимает HTML, URL или свободный текст. Неизвестный id или лишнее поле дают JSON-RPC -32602 Invalid params.

Input parameters:

- `id` (string, required): stock-balance — приход, расход и остаток; markup-margin — наценка и маржа; purchase-list — количество к заказу; warehouse-bottleneck — диагностика узкого места; sku-generator — артикулы из названий и…

Output parameters:

- `safety` (string)
- `widget` (object)

### `get_publisher_kit` (~110 tokens)

Получить набор для редакции или сообщества

Используйте, когда редакции, сообществу или ИИ-агенту нужно подготовить публикацию о ДокиДепо без сочинения фактов и ссылок. Без аргументов возвращает фиксированные текст, ссылки, обложку, контакт и границы приватности. Не публикует материал и не принимает свободный текст, URL, файлы или данные аудитории. Любое входное поле даёт JSON-RPC -32602 Invalid params.

Output parameters:

- `kit` (object)
- `safety` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ru-dokidepo-public-tools/api-mcp#diagnostics

## Score history

- 2026-09-24: 78
- 2026-09-23: 78
- 2026-09-22: 78
- 2026-09-21: 77
- 2026-09-20: 77
- 2026-09-19: 75
- 2026-09-18: 75
- 2026-09-17: 74
- 2026-09-16: 73
- 2026-09-15: 73
- 2026-09-14: 72

## Common questions

### What is the ДокиДепо — открытые инструменты склада MCP server?

ДокиДепо — открытые инструменты склада is an MCP server listed in the public MCP registry as ru.dokidepo/public-tools. Read-only инструменты малого склада: назначение, ограничения и безопасный план первого дня. This page covers its hosted endpoint (https://dokidepo.ru/api/mcp).

### Is the ДокиДепо — открытые инструменты склада MCP server safe to use?

ДокиДепо — открытые инструменты склада scores 78 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the ДокиДепо — открытые инструменты склада MCP server expose?

ДокиДепо — открытые инструменты склада exposes 5 tools: list_public_tools, get_public_tool, get_first_warehouse_day, get_embed_widget, get_publisher_kit. Their descriptions and schemas cost roughly 681 tokens of context every time the server is loaded.

### Does the ДокиДепо — открытые инструменты склада MCP server require authentication?

No. We connected to ДокиДепо — открытые инструменты склада without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the ДокиДепо — открытые инструменты склада MCP server still maintained?

ДокиДепо — открытые инструменты склада is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://dokidepo.ru/api/mcp
- Website: https://dokidepo.ru/mcp/
- Changelog RSS feed: https://verifymcp.io/servers/ru-dokidepo-public-tools/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/ru-dokidepo-public-tools/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/ru-dokidepo-public-tools/api-mcp
