← Back to Plugins
MCP Server MCP

io.github.ship24-official/ship24-tracking

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...