Skip to main content
Glama

proship-mcp

ステートレスなMCP(Model Context Protocol)サーバー。任意のAIエージェントがThailand Postの配送を作成し、ラベルを印刷し、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_parcel, get_order_statuses, signup。 認証済み: list_shops, create_order, list_orders, get_order, update_order_status, cancel_order, check_duplicate, print_label

ブラウザのドキュメントページ(/mcp)は、常に最新のツールリファレンスです。

Related MCP server: shipsaving-mcp

実行

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

環境

Var

目的

デフォルト

PORT

リッスンポート

3000

PUBLIC_URL

ラベルURLとドキュメントで使用される絶対ベースURL

https://mcp.proship.me

PROSHIP_API_BASE

上流APIのベースURL

https://api.proship.me

PROSHIP_UTRACK_TOKEN

未認証のtrack_parcelを有効にするオプションのサーバーサイドトークン

未設定

PROSHIP_SYNTH_EMAIL_DOMAIN

合成されたサインアップメールのドメイン

proship.me

デプロイ

Fly.io app proship-mcp (region 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)を使用します。コード6は上流で「ERROR」とラベル付けされていますが、配達中を意味します。

  • サーバーの状態は、ラベル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