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