← Index

io.github.ship24-official/ship24-tracking

io.github.ship24-official/ship24-tracking·v1.0.0·Calendar & Time
Quality Score
83
/100

Track any parcel by tracking number — real-time status, event history, and carrier detection.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ship24-tracking": {
      "command": "npx",
      "args": [
        "-y",
        "ship24-tracking-mcp"
      ],
      "env": {
        "SHIP24_API_KEY": "<ship24_api_key>",
        "PLAN_PER_SHIPMENT": "<plan_per_shipment>",
        "PLAN_PER_CALL": "<plan_per_call>",
        "SHIP24_BASE_URL": "<ship24_base_url>",
        "REQUEST_TIMEOUT_MS": "<request_timeout_ms>",
        "COURIERS_CACHE_TTL_HOURS": "<couriers_cache_ttl_hours>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ship24-tracking": {
      "command": "npx",
      "args": [
        "-y",
        "ship24-tracking-mcp"
      ],
      "env": {
        "SHIP24_API_KEY": "<ship24_api_key>",
        "PLAN_PER_SHIPMENT": "<plan_per_shipment>",
        "PLAN_PER_CALL": "<plan_per_call>",
        "SHIP24_BASE_URL": "<ship24_base_url>",
        "REQUEST_TIMEOUT_MS": "<request_timeout_ms>",
        "COURIERS_CACHE_TTL_HOURS": "<couriers_cache_ttl_hours>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y ship24-tracking-mcp
§02  Environment variables
SHIP24_API_KEY

Your Ship24 API key

PLAN_PER_SHIPMENT

Set to 'true' to enable the per-shipment Trackers endpoint (for per-shipment plan subscribers)

PLAN_PER_CALL

Set to 'true' to enable the per-call Tracking Search endpoint (for per-call plan subscribers)

SHIP24_BASE_URL

Override the Ship24 API base URL (default: https://api.ship24.com/public/v1)

REQUEST_TIMEOUT_MS

HTTP request timeout in milliseconds (default: 15000)

COURIERS_CACHE_TTL_HOURS

How long to cache the couriers list in hours (default: 24)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time