proship-mcp
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_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环境变量
变量 | 用途 | 默认值 |
| 监听端口 |
|
| 标签URL和文档中使用的绝对基址 |
|
| 上游API基址 |
|
| 可选的服务器端令牌,用于启用未经认证的 | 未设置 |
| 用于合成注册邮箱的域名 |
|
部署
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。
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