Skip to content
Cline

ship24 tracking for Cline

io.github.ship24-official/ship24-tracking

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

client:Cline transport:stdio runtime:npm

Install ship24 tracking in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ship24 tracking in other clients