Serversio.github.ship24-official/ship24-tracking
T

io.github.ship24-official/ship24-tracking

io.github.ship24-official/ship24-tracking · v1.0.0
▦ npm
v1.0.0npm npm: ship24-tracking-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.ship24-official/ship24-tracking",
  "description": "Track any parcel by tracking number — real-time status, event history, and carrier detection.",
  "repository": {
    "url": "https://github.com/ship24-official/ship24-tracking-mcp",
    "source": "github"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "ship24-tracking-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Ship24 API key",
          "name": "SHIP24_API_KEY"
        },
        {
          "description": "Set to 'true' to enable the per-shipment Trackers endpoint (for per-shipment plan subscribers)",
          "name": "PLAN_PER_SHIPMENT"
        },
        {
          "description": "Set to 'true' to enable the per-call Tracking Search endpoint (for per-call plan subscribers)",
          "name": "PLAN_PER_CALL"
        },
        {
          "description": "Override the Ship24 API base URL (default: https://api.ship24.com/public/v1)",
          "name": "SHIP24_BASE_URL"
        },
        {
          "description": "HTTP request timeout in milliseconds (default: 15000)",
          "name": "REQUEST_TIMEOUT_MS"
        },
        {
          "description": "How long to cache the couriers list in hours (default: 24)",
          "name": "COURIERS_CACHE_TTL_HOURS"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}