mcpserver.lol
registry/tracking-mcp
Connection check verified live · 28h ago

tracking-mcp

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

Tools 12
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 28h ago

Tools & capabilities

12 tools

Read from the running server on 28h ago.

bulk_create_trackers trackers*
Creates up to 100 trackers in one request. Each tracker object accepts the same fields as create_tracker — see that tool for field details. Not fully idempotent: retrying a failed…
create_tracker settingscourierCodecourierNameorderNumbertrackingUrlshippingDate +6
Creates a new tracker for a tracking number. Use when the user explicitly wants ongoing monitoring or webhook updates; results arrive asynchronously — for immediate results use tra…
download_webhook_history read-only searchBytrackerId*
Retrieves the full webhook push history for a tracker. Returns metadata (trackingNumber, trackerId, clientTrackerId, webhookUrl, lastSuccessfulPushAt, lastFailedPushAt) and a list…
get_couriers read-only
Returns the list of all couriers supported by Ship24, including their unique courier codes, human-readable names, and any special tracking requirements. Use this tool to discover v…
get_tracker read-only searchBytrackerId*
Retrieves a single tracker by trackerId (or clientTrackerId when searchBy is set). Returns tracker metadata only — use get_tracking_results for events and status.
get_tracking_results read-only searchBytrackerId*
Returns full tracking results for an existing tracker: metadata, shipment status, all events in order, and delivery statistics. Primary tool for "where is my package?" when you hav…
list_trackers read-only pagesortlimit
Returns a paginated list of all trackers. Supports offset (page/limit) or cursor-based pagination. Filter by subscription status with isSubscribed.
resend_webhooks can modify data searchBytrackerId*
Replays all webhook events for a tracker. Use when your endpoint missed or failed to process previous notifications. Terminates any in-flight webhook delivery for this tracker and…
search_tracking read-only courierCodeshippingDatetrackingNumber*originCountryCodedestinationPostCodedestinationCountryCode
Default tool for one-off tracking lookups ('track X', 'where is my package'). Synchronous per-call plan endpoint: returns full results (status, events, statistics) immediately and…
search_tracking_by_number read-only trackingNumber*
Returns existing tracking results for a raw tracking number across trackers already on the account, without needing a trackerId. Free read: never creates a tracker and never trigge…
track settingscourierCodecourierNameorderNumbertrackingUrlshippingDate +6
Creates a persistent tracker on the account AND returns full tracking results synchronously in one call (per-shipment plan). Idempotent: same payload reuses the existing tracker. P…
update_tracker searchBysettingstrackerId*courierCodeisSubscribedshippingDate +3
Partially updates a tracker (PATCH). Only provided fields are changed. Common uses: toggling isSubscribed, correcting destination details, or setting a clientTrackerId.