Skip to main content
Glama

proship-mcp

无状态MCP(模型上下文协议)服务器,允许任何AI代理通过ProShip创建泰国邮政货件、打印标签和追踪包裹。

  • 端点: POST https://mcp.proship.me/mcp(JSON-RPC 2.0,application/json)

  • 文档: 在浏览器中打开 https://mcp.proship.me/mcp —— 文档页面由实时工具注册表生成

  • 认证: Authorization: Bearer <ProShip API token>,原样传递给 api.proship.me。服务器端不存储任何内容。新用户可以调用公共 signup 工具获取令牌。

工具

公共:track_parcelget_order_statusessignup。 需认证:list_shopscreate_orderlist_ordersget_orderupdate_order_statuscancel_ordercheck_duplicateprint_label

位于 /mcp 的浏览器文档页面是权威且始终最新的工具参考。

Related MCP server: shipsaving-mcp

运行

npm install
npm start          # listens on PORT (default 3000)
npm test           # node:test suite, upstream fully mocked

环境变量

变量

用途

默认值

PORT

监听端口

3000

PUBLIC_URL

标签URL和文档中使用的绝对基址

https://mcp.proship.me

PROSHIP_API_BASE

上游API基址

https://api.proship.me

PROSHIP_UTRACK_TOKEN

可选的服务器端令牌,用于启用未经认证的 track_parcel

未设置

PROSHIP_SYNTH_EMAIL_DOMAIN

用于合成注册邮箱的域名

proship.me

部署

Fly.io 应用 proship-mcp(区域 sin):

fly deploy            # add --depot=false if the Depot builder fails

备注

  • 订单ID带有管道后缀(order-xxx|123)。GET/PUT/DELETE 内部会去除后缀;print_label 需要完整的ID。在工具之间始终传递完整的ID。

  • 重量单位为克。状态码使用泰国管道(get_order_statuses);尽管上游将其标记为“ERROR”,但代码6表示“正在派送”。

  • 唯一的服务器状态是标签PDF的10分钟内存缓存,以便 print_label 可以返回URL。

A
license - permissive license
-
quality - not tested
B
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

  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that wraps the ShipSaving logistics REST API, enabling AI assistants like Claude to perform shipping operations through natural language.
    30
    44
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server for ThaiBulkSMS and ThaiBulkMail APIs, enabling SMS, email, credit check, and OTP operations through natural language.
    8
    12
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for tracking Japanese logistics carriers (Yamato, Sagawa, Japan Post) via mock or AfterShip adapter. Enables AI agents to query shipment status and history in natural language.
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • A paid remote MCP for ShipSwift, built to return verdicts, receipts, usage logs, and audit-ready JSO

  • Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.

  • Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses

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/proship1/proship-mcp'

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