proship-mcp
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 | 目的 | デフォルト |
| リッスンポート |
|
| ラベルURLとドキュメントで使用される絶対ベースURL |
|
| 上流APIのベースURL |
|
| 未認証の | 未設定 |
| 合成されたサインアップメールのドメイン |
|
デプロイ
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を返せるようにしています。
This server cannot be installed
Maintenance
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
- Flicense-qualityDmaintenanceAn MCP server that enables interaction with ShipEngine's shipping API, allowing users to manage shipments, labels, carriers, and other shipping operations through natural language commands.
- AlicenseBqualityDmaintenanceAn MCP server that wraps the ShipSaving logistics REST API, enabling AI assistants like Claude to perform shipping operations through natural language.3044MIT

thaibulksmsofficial
AlicenseAqualityDmaintenanceMCP server for ThaiBulkSMS and ThaiBulkMail APIs, enabling SMS, email, credit check, and OTP operations through natural language.812MIT- AlicenseAqualityCmaintenanceMCP 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.3MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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