Skip to main content
ClaudeWave

MCP server for ProShip — Thailand Post shipping for AI agents

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/19/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/proship1/proship-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "proship-mcp": {
      "command": "node",
      "args": ["/path/to/proship-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/proship1/proship-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# proship-mcp

Stateless MCP (Model Context Protocol) server that lets any AI agent create Thailand Post shipments, print labels, and track parcels through [ProShip](https://proship.co.th).

- **Endpoint:** `POST https://mcp.proship.me/mcp` (JSON-RPC 2.0, application/json)
- **Docs:** open `https://mcp.proship.me/mcp` in a browser — the docs page is generated from the live tool registry
- **Auth:** `Authorization: Bearer <ProShip API token>`, passed through verbatim to `api.proship.me`. Nothing is stored server-side. New users can call the public `signup` tool to get a token.

## Tools

Public: `track_parcel`, `get_order_statuses`, `signup`.
Authenticated: `list_shops`, `create_order`, `list_orders`, `get_order`, `update_order_status`, `cancel_order`, `check_duplicate`, `print_label`.

The browser docs page at `/mcp` is the canonical, always-current tool reference.

## Run

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

## Environment

| Var | Purpose | Default |
|---|---|---|
| `PORT` | listen port | `3000` |
| `PUBLIC_URL` | absolute base used in label URLs and docs | `https://mcp.proship.me` |
| `PROSHIP_API_BASE` | upstream API base | `https://api.proship.me` |
| `PROSHIP_UTRACK_TOKEN` | optional server-side token enabling unauthenticated `track_parcel` | unset |
| `PROSHIP_SYNTH_EMAIL_DOMAIN` | domain for synthesized signup emails | `proship.me` |

## Deploy

Fly.io app `proship-mcp` (region `sin`):

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

## Notes

- Order ids are pipe-suffixed (`order-xxx|123`). GET/PUT/DELETE strip the suffix internally; `print_label` requires the full id. Always pass the full id between tools.
- Weights are grams. Status codes use the Thai pipeline (`get_order_statuses`); code 6 means *out for delivery* despite upstream labeling it "ERROR".
- The only server state is a 10-minute in-memory cache for label PDFs so `print_label` can return a URL.

What people ask about proship-mcp

What is proship1/proship-mcp?

+

proship1/proship-mcp is mcp servers for the Claude AI ecosystem. MCP server for ProShip — Thailand Post shipping for AI agents It has 0 GitHub stars and its last recorded update is dated 2026-08-18.

How do I install proship-mcp?

+

You can install proship-mcp by cloning the repository (https://github.com/proship1/proship-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is proship1/proship-mcp safe to use?

+

Our security agent has analyzed proship1/proship-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains proship1/proship-mcp?

+

proship1/proship-mcp is maintained by proship1. The last recorded GitHub activity is dated 2026-08-18, with 0 open issues.

Are there alternatives to proship-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy proship-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: proship1/proship-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/proship1-proship-mcp)](https://claudewave.com/repo/proship1-proship-mcp)
<a href="https://claudewave.com/repo/proship1-proship-mcp"><img src="https://claudewave.com/api/badge/proship1-proship-mcp" alt="Featured on ClaudeWave: proship1/proship-mcp" width="320" height="64" /></a>

More MCP Servers

proship-mcp alternatives