# ProShip Thailand Post (remote · mcp.proship.me)

Create Thailand Post shipments, print labels, and track parcels in Thailand via ProShip.

- Trust score: 76/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `mcp.proship.me`: 76/100 (this document), [markdown](https://verifymcp.io/servers/me-proship-mcp-proship-mcp/mcp.md), [page](https://verifymcp.io/servers/me-proship-mcp-proship-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.proship.me/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-25.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 11 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 890 tokens (~80/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 80% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the ProShip Thailand Post MCP server?

ProShip Thailand Post is a hosted endpoint at https://mcp.proship.me/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http me-proship-mcp-proship-mcp 'https://mcp.proship.me/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "me-proship-mcp-proship-mcp": {
      "url": "https://mcp.proship.me/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "me-proship-mcp-proship-mcp": {
      "type": "http",
      "url": "https://mcp.proship.me/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.me-proship-mcp-proship-mcp]
url = "https://mcp.proship.me/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "me-proship-mcp-proship-mcp": {
      "type": "remote",
      "url": "https://mcp.proship.me/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add me-proship-mcp-proship-mcp --url 'https://mcp.proship.me/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  me-proship-mcp-proship-mcp:
    url: "https://mcp.proship.me/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "me-proship-mcp-proship-mcp": {
      "Transport": "http",
      "Url": "https://mcp.proship.me/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add me-proship-mcp-proship-mcp -t streamable-http -u 'https://mcp.proship.me/mcp'
```

### Other

```json
{
  "mcpServers": {
    "me-proship-mcp-proship-mcp": {
      "type": "http",
      "url": "https://mcp.proship.me/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 76, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-17 (score 76, 0)

- [security] Stability: 0.97 → pass

### 2026-09-16 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-10 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-07 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-05 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (11)

### `track_parcel` (~71 tokens)

Track any parcel by tracking number (Thailand Post and other Thai carriers). Returns current status with Thai label plus the event history. Works without auth if the server has a tracking token configured; otherwise pass your Bearer token.

Input parameters:

- `tracking_no` (string, required): Carrier tracking number, e.g. TH0139...

### `get_order_statuses` (~43 tokens)

Reference data: the ProShip order status pipeline. Returns every status code with its Thai label and English meaning. Use these codes with list_orders and update_order_status.

### `signup` (~147 tokens)

Creates a real ProShip account and shop, ready for Thailand Post EPS (thaipost0) shipping. The response contains your API token, user, and shop_id — SHOWN ONLY ONCE. Save the token into your MCP client's Authorization header. A full thaipost contract additionally requires a Thailand Post account arranged with ProShip support (multi-day human process).

Input parameters:

- `address` (object, required): Thai address, structured
- `display_name` (string): Optional account display name (defaults to shop_name)
- `phone` (string, required): Thai mobile number for the shop, e.g. 0812345678
- `shop_name` (string, required): Name of your shop (prints on labels)

### `list_shops` (~26 tokens)

List the shops on YOUR ProShip account. Use the shop_id with create_order.

### `create_order` (~194 tokens)

Create a shipment order. Defaults to Thailand Post EPS (thaipost0). Weight is in GRAMS. Returns the order_id — it contains a pipe suffix (order-xxx|123); always pass the FULL id to other tools. Optional cod_amount enables cash-on-delivery.

Input parameters:

- `cod_amount` (number): Optional: cash-on-delivery amount (THB)
- `customer` (object, required)
- `products` (array): Optional line items
- `ref_no` (string): Optional: your own order reference
- `remarks` (string)
- `shipping_method` (string): Default thaipost0 (EPS). thaipost requires a Thailand Post contract on your account.
- `shop_id` (string, required): Your shop id (see list_shops)
- `user` (string): Optional: ProShip username. Normally decoded from your token automatically.
- `weight` (number, required): Parcel weight in grams

### `list_orders` (~64 tokens)

List orders on YOUR account. Optional numeric status filter (see get_order_statuses). Paginated.

Input parameters:

- `page` (number): Default 1
- `per_page` (number): Default 50, max 100
- `status` (number): Optional status code filter

### `get_order` (~40 tokens)

Get one order by id (full pipe-suffixed id is fine). Returns status with Thai label and tracking number.

Input parameters:

- `order_id` (string, required)

### `update_order_status` (~50 tokens)

Set an order status by numeric code (see get_order_statuses).

Input parameters:

- `order_id` (string, required)
- `status` (number, required): Status code, e.g. 5 = cancelled by seller

### `cancel_order` (~24 tokens)

Delete/cancel an order by id.

Input parameters:

- `order_id` (string, required)

### `check_duplicate` (~35 tokens)

Check whether a customer phone number already has a recent order (duplicate-shipment guard).

Input parameters:

- `phone` (string, required): Customer phone number

### `print_label` (~103 tokens)

Generate the shipping label PDF for one or more orders. REQUIRES the FULL pipe-suffixed order ids (order-xxx|123) — stripped ids are rejected upstream. Returns a temporary URL (valid ~10 minutes) where the PDF can be downloaded.

Input parameters:

- `order_ids` (array, required): FULL pipe-suffixed order ids
- `printer` (string): Label format, default "proship"
- `size` (string): Label size, default "normal"

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/me-proship-mcp-proship-mcp/mcp#diagnostics

## Score history

- 2026-09-25: 76
- 2026-09-24: 76
- 2026-09-23: 76
- 2026-09-22: 76
- 2026-09-21: 76
- 2026-09-20: 76
- 2026-09-19: 76
- 2026-09-18: 76
- 2026-09-17: 76
- 2026-09-16: 76
- 2026-09-15: 75
- 2026-09-14: 75
- 2026-09-13: 74
- 2026-09-12: 74
- 2026-09-11: 73
- 2026-09-10: 73
- 2026-09-09: 72
- 2026-09-08: 72
- 2026-09-07: 72
- 2026-09-06: 71
- 2026-09-05: 71
- 2026-09-04: 70
- 2026-09-03: 70
- 2026-09-02: 69
- 2026-09-01: 69
- 2026-08-31: 68
- 2026-08-30: 68
- 2026-08-29: 67
- 2026-08-28: 67
- 2026-08-27: 66

## Common questions

### What is the ProShip Thailand Post MCP server?

ProShip Thailand Post is an MCP server listed in the public MCP registry as me.proship.mcp/proship-mcp. Create Thailand Post shipments, print labels, and track parcels in Thailand via ProShip. This page covers its hosted endpoint (https://mcp.proship.me/mcp).

### Is the ProShip Thailand Post MCP server safe to use?

ProShip Thailand Post scores 76 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the ProShip Thailand Post MCP server expose?

ProShip Thailand Post exposes 11 tools: track_parcel, get_order_statuses, signup, list_shops, create_order, and 6 more. Their descriptions and schemas cost roughly 797 tokens of context every time the server is loaded.

### Does the ProShip Thailand Post MCP server require authentication?

No. We connected to ProShip Thailand Post without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the ProShip Thailand Post MCP server still maintained?

ProShip Thailand Post is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.proship.me/mcp
- Repository: https://github.com/proship1/proship-mcp
- Website: https://mcp.proship.me/mcp
- Changelog RSS feed: https://verifymcp.io/servers/me-proship-mcp-proship-mcp/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/me-proship-mcp-proship-mcp/mcp.json
- HTML version of this page: https://verifymcp.io/servers/me-proship-mcp-proship-mcp/mcp
