mcpbeat Sign in

Ship24 Tracking MCP Server

by ship24-official Your server? Claim it
local only

Ship24 Tracking runs on your own machine — the client starts it, so there is no endpoint to ping.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · ship24-tracking-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ship24-tracking -- npx -y ship24-tracking-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ship24-tracking": {
      "args": [
        "-y",
        "ship24-tracking-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ship24-tracking]
command = "npx"
args = ["-y", "ship24-tracking-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ship24-tracking": {
      "args": [
        "-y",
        "ship24-tracking-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ship24-tracking": {
      "args": [
        "-y",
        "ship24-tracking-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ship24 Tracking

same job, measured the same way
Ship24 Tracking
by ship24

Track parcels across 2,500+ carriers and 3PLs: live delivery status, event history, carrier lookup.

12 tools answering
Tracking & Returns
by aftership-mcp

Track packages across 1,300+ global carriers with real-time status and AI-powered delivery dates.

2 tools answering
Website Change Monitor
by dataleadspro

Track page and price changes over time: diffs, history, and alerts through simple tracking

5 tools answering
BART Real-Time Transit
by srivastsh

Real-time BART departures, trip planning, fares, stations, and advisories.

7 tools answering
Australia Post MCP by UnClick
by malamutemayhem

Australia Post parcel tracking, postcode lookup, and delivery times. By UnClick.

23 installs/wk local only
Lemmebuyit MCP
by lemmebuyit

Search 86 US retailers — 260M+ products with real-time pricing, stock, and price history.

answering
Timer Tracking
by theluckystrike

Timer and time-tracking add-on: start/stop timers, log entries, CSV export. Data stays local.

local only
AutoTS
by winedarksea

Automated time series forecasting with model search, anomaly detection, and event risk analysis

89 installs/wk local only

Ship24 Tracking — questions

Answers built from our own checks of this server.

Why is there no uptime for Ship24 Tracking?
Ship24 Tracking runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ship24-tracking-mcp.
Is Ship24 Tracking still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Ship24 Tracking?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ship24-tracking-mcp straight from npm; nothing to host, nothing to sign up for.