MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.
SaferSkills independently audited boxberry-mcp (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP-сервер для API Boxberry — поиск городов, пунктов выдачи, расчёт доставки, отслеживание, проверка индексов, услуги.
| Инструмент | Описание |
|---|---|
list_cities | Список городов Boxberry с поиском по названию |
list_points | Пункты выдачи в указанном городе |
calc_delivery | Расчёт стоимости и сроков доставки |
track | Отслеживание отправления по трек-номеру |
zip_check | Проверка почтового индекса на зону доставки |
list_services | Список оказанных услуг по отправлению |
{
"mcpServers": {
"boxberry": {
"command": "npx",
"args": ["-y", "@theyahia/boxberry-mcp"],
"env": {
"BOXBERRY_API_TOKEN": "<YOUR_TOKEN>"
}
}
}
}BOXBERRY_API_TOKEN=<TOKEN> npx @theyahia/boxberry-mcp --http
# Endpoint: http://localhost:3000/mcp
# Health: http://localhost:3000/healthПорт настраивается через PORT:
PORT=8080 BOXBERRY_API_TOKEN=<TOKEN> npx @theyahia/boxberry-mcp --httpФайл smithery.yaml включён. Требует BOXBERRY_API_TOKEN.
| Переменная | Обязательная | Описание |
|---|---|---|
BOXBERRY_API_TOKEN | Да | API-токен из личного кабинета Boxberry |
PORT | Нет | Порт для HTTP-транспорта (по умолчанию 3000) |
| Skill | Описание |
|---|---|
/skill-track <трек> | Отследить посылку Boxberry |
/skill-calculate <город> <вес> | Расчёт стоимости доставки |
/delivery <город> <вес> | Полный цикл: город → ПВЗ → расчёт |
npm install
npm run build
npm test
BOXBERRY_API_TOKEN=<TOKEN> npm run devMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.