You get a single resource for tracking shipments by number, which hits Ship24's API to pull real-time parcel status, event history, and automatically detects the carrier. Reach for this when you're building anything that needs to surface package tracking data to users without them having to remember which courier they used. The server handles the carrier identification for you, so you just throw in a tracking number and get back structured event data. Straightforward if you need logistics visibility in Claude without manually bouncing between FedEx, UPS, DHL, and the dozens of other shipping providers Ship24 covers.
SHIP24_API_KEYYour Ship24 API key
PLAN_PER_SHIPMENTSet to 'true' to enable the per-shipment Trackers endpoint (for per-shipment plan subscribers)
PLAN_PER_CALLSet to 'true' to enable the per-call Tracking Search endpoint (for per-call plan subscribers)
SHIP24_BASE_URLOverride the Ship24 API base URL (default: https://api.ship24.com/public/v1)
REQUEST_TIMEOUT_MSHTTP request timeout in milliseconds (default: 15000)
COURIERS_CACHE_TTL_HOURSHow long to cache the couriers list in hours (default: 24)