Skip to main content
Glama

boxberry-mcp

Boxberry API용 MCP 서버 — 도시 검색, 픽업 지점, 배송비 계산, 추적, 우편번호 확인, 서비스.

기능 (도구 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

Boxberry 개인 계정의 API 토큰

PORT

아니요

HTTP 전송용 포트 (기본값 3000)

스킬 (Claude Code)

스킬

설명

/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