proship-mcp
proship-mcp
무상태 MCP(Model Context Protocol) 서버로서, 어떤 AI 에이전트든 ProShip을 통해 Thailand Post 배송을 생성하고, 라벨을 인쇄하고, 소포를 추적할 수 있게 해줍니다.
엔드포인트:
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)을 사용합니다. 코드 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