Connects Claude to Boxberry's Russian delivery service API with six tools for logistics operations. You get city and pickup point lookups, delivery cost and timeframe calculation, package tracking by number, postal code validation, and service list retrieval. Ships with both stdio and HTTP transports, plus three Claude Code skills that chain operations together: track a package, calculate delivery cost for a city and weight, or run the full workflow from city lookup through pickup points to cost estimation. Needs a Boxberry API token from your account dashboard. Built for anyone integrating Russian e-commerce fulfillment into AI workflows or building delivery status bots.
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 dev
MIT
BOXBERRY_TOKEN*secretAPI key for the service
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp