Skip to main content
Glama

boxberry-mcp

MCP-сервер для API Boxberry — поиск городов, пунктов выдачи, расчёт доставки, отслеживание, проверка индексов, услуги.

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

Инструмент

Описание

list_cities

Список городов Boxberry с поиском по названию

list_points

Пункты выдачи в указанном городе

calc_delivery

Расчёт стоимости и сроков доставки

track

Отслеживание отправления по трек-номеру

zip_check

Проверка почтового индекса на зону доставки

list_services

Список оказанных услуг по отправлению

Related MCP server: Kuaidi100 MCP Server

Быстрый старт (stdio)

{
  "mcpServers": {
    "boxberry": {
      "command": "npx",
      "args": ["-y", "@theyahia/boxberry-mcp"],
      "env": {
        "BOXBERRY_API_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

HTTP-транспорт (Streamable HTTP)

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

Файл smithery.yaml включён. Требует BOXBERRY_API_TOKEN.

Переменные окружения

Переменная

Обязательная

Описание

BOXBERRY_API_TOKEN

Да

API-токен из личного кабинета Boxberry

PORT

Нет

Порт для HTTP-транспорта (по умолчанию 3000)

Skills (Claude Code)

Skill

Описание

/skill-track <трек>

Отследить посылку Boxberry

/skill-calculate <город> <вес>

Расчёт стоимости доставки

/delivery <город> <вес>

Полный цикл: город → ПВЗ → расчёт

Разработка

npm install
npm run build
npm test
BOXBERRY_API_TOKEN=<TOKEN> npm run dev

Лицензия

MIT

A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables interaction with Shiprocket shipping services to check courier rates and delivery times, create and manage orders, ship packages, track shipments, and schedule pickups through natural language commands.
    11
    29
  • A
    license
    Not graded
    quality
    C
    maintenance
    Integrates Kuaidi100 logistics services to provide real-time package tracking, delivery time estimations, and shipping cost calculations. It enables users to query express delivery information directly through an MCP-compatible interface.
    12
    Apache 2.0
  • A
    license
    B
    quality
    D
    maintenance
    Integrates with CDEK delivery API to manage orders, track shipments, find pickup points, and handle delivery labels and barcodes through natural language.
    49
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for Yandex Delivery B2B API, enabling natural language interaction to calculate delivery costs, create and manage express and platform delivery orders, track couriers, and handle pickup points.
    16
    151
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/boxberry-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server