com.ship24/tracking-mcp

MCPCommunitylive
v1.0.1com.ship24UnknownAktualisiert vor 18 T

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

Endpunkt-Statuslive
geprüft vor 17 Std. · 99 ms
100 % der letzten 4 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 18 TLetzte Aktualisierung
Paket
Autorcom.ship24
LizenzUnknown
Version1.0.1
Quellemcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/30
Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
Domain-Verifizierung+0/10
Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
Prompt-Injection-Scan · sauber+30/30
Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
AbhängigkeitenNicht auditiert
Tool-Oberfläche12 Tools · keines privilegiert
Sicherheits-Scan✓ Saubervlive · heuteWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert17. Juli 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

12 Tools · keines privilegiert
Live am Endpunkt des Anbieters beobachtet17h ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

  • https://api.ship24.com/mcp12 Tools · 99 ms
create_trackerCreates 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 track or search_tracking. Idempotent: same parameters reuse the existing tracker; any field change creates a new one. Subs…

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 track or search_tracking. Idempotent: same parameters reuse the existing tracker; any field change creates a new one. Subs…

ParameterTypBeschreibung
trackingNumber*stringTracking number to monitor.
shipmentReferencestringInternal reference for the shipment.
clientTrackerIdstringYour unique identifier for this tracker, for lookup via searchBy=clientTrackerId.
originCountryCodestringOrigin country code (ISO alpha-2, e.g. US).
destinationCountryCodestringDestination country code (ISO alpha-2).
destinationPostCodestringDestination postal/ZIP code.
shippingDatestringDate the package was shipped (YYYY-MM-DD or ISO 8601).
courierCodearrayCourier codes for this tracker (max 3). Use get_couriers for valid codes. IMPORTANT: Check each courier's requiredFields array — any listed fields should be pr…
courierNamestringCourier name (informational).
trackingUrlstringCourier tracking URL.
orderNumberstringAssociated order number.
settingsobject
list_trackersReturns a paginated list of all trackers. Supports offset (page/limit) or cursor-based pagination. Filter by subscription status with isSubscribed.

Returns a paginated list of all trackers. Supports offset (page/limit) or cursor-based pagination. Filter by subscription status with isSubscribed.

ParameterTypBeschreibung
pageintegerPage number (1-indexed).
limitintegerResults per page (max 500).
sortSort order by createdAt. 1 = ascending (oldest first, default), -1 = descending (newest first).
bulk_create_trackersCreates 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 bulk request may partially create trackers. Returns counts of created, ignored (duplicate), and failed trackers plus pe…

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 bulk request may partially create trackers. Returns counts of created, ignored (duplicate), and failed trackers plus pe…

ParameterTypBeschreibung
trackers*arrayArray of tracker objects to create (minimum 1, maximum 100).
trackCreates 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. Prefer search_tracking for one-off lookups when the per-call plan is available. If the returned shipment is still pendin…

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. Prefer search_tracking for one-off lookups when the per-call plan is available. If the returned shipment is still pendin…

ParameterTypBeschreibung
trackingNumber*string
shipmentReferencestring
clientTrackerIdstring
originCountryCodestring
destinationCountryCodestring
destinationPostCodestring
shippingDatestring
courierCodearrayCourier codes for this tracker (max 3). Use get_couriers for valid codes. IMPORTANT: Check each courier's requiredFields array — any listed fields should be pr…
courierNamestring
trackingUrlstring
orderNumberstring
settingsobject
get_trackerRetrieves a single tracker by trackerId (or clientTrackerId when searchBy is set). Returns tracker metadata only — use get_tracking_results for events and status.

Retrieves a single tracker by trackerId (or clientTrackerId when searchBy is set). Returns tracker metadata only — use get_tracking_results for events and status.

ParameterTypBeschreibung
trackerId*stringShip24 trackerId, or clientTrackerId when searchBy="clientTrackerId".
searchBystringHow to interpret trackerId: default is Ship24 trackerId, use "clientTrackerId" for your own reference.
update_trackerPartially updates a tracker (PATCH). Only provided fields are changed. Common uses: toggling isSubscribed, correcting destination details, or setting a clientTrackerId.

Partially updates a tracker (PATCH). Only provided fields are changed. Common uses: toggling isSubscribed, correcting destination details, or setting a clientTrackerId.

ParameterTypBeschreibung
trackerId*stringThe tracker to update (Ship24 trackerId or clientTrackerId).
searchBystringHow to interpret trackerId: default is Ship24 trackerId, use "clientTrackerId" for your own reference.
isSubscribedbooleantrue to subscribe to webhooks, false to unsubscribe.
courierCodearrayCourier codes for this tracker (max 3). Use get_couriers for valid codes. IMPORTANT: Check each courier's requiredFields array — any listed fields should be pr…
originCountryCodestringOrigin country code (ISO alpha-2). Immutable once tracking data exists.
destinationCountryCodestringDestination country code (ISO alpha-2). Immutable once tracking data exists.
destinationPostCodestring
shippingDatestringShip date (YYYY-MM-DD or ISO 8601). Immutable once tracking data exists.
settingsobject
get_tracking_resultsReturns 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 have a trackerId. statusMilestone values: pending | info_received | in_transit | out_for_delivery | failed_attempt | avail…

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 have a trackerId. statusMilestone values: pending | info_received | in_transit | out_for_delivery | failed_attempt | avail…

ParameterTypBeschreibung
trackerId*stringShip24 trackerId, or clientTrackerId when searchBy="clientTrackerId".
searchBystringHow to interpret trackerId: default is Ship24 trackerId, use "clientTrackerId" for your own reference.
search_tracking_by_numberReturns 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 triggers a new crawl. Responds 404 tracker_not_found if no tracker exists for that number — in that case use search_tracking…

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 triggers a new crawl. Responds 404 tracker_not_found if no tracker exists for that number — in that case use search_tracking…

ParameterTypBeschreibung
trackingNumber*stringThe raw shipment tracking number to search for (e.g. 1Z999AA10123456784).
get_couriersReturns 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 valid courierCode values before creating or updating trackers, or to help identify which courier handles a particular tr…

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 valid courierCode values before creating or updating trackers, or to help identify which courier handles a particular tr…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

search_trackingDefault 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 creates NO tracker on the account. Billed per call. Requires an active per-call plan — if it fails with no_active_subsc…

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 creates NO tracker on the account. Billed per call. Requires an active per-call plan — if it fails with no_active_subsc…

ParameterTypBeschreibung
trackingNumber*stringTracking number to look up. 5-50 alphanumeric characters, hyphens, underscores, dots, or slashes.
originCountryCodestringOrigin country code (ISO alpha-2).
destinationCountryCodestringDestination country code (ISO alpha-2).
destinationPostCodestringDestination postal/ZIP code.
shippingDatestringDate the package was shipped (YYYY-MM-DD or ISO 8601).
courierCodearrayCourier codes for this tracker (max 3). Use get_couriers for valid codes. IMPORTANT: Check each courier's requiredFields array — any listed fields should be pr…
resend_webhooksReplays 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 invalidates its existing webhook payload records before regenerating and resending them — do not call repeatedly in qui…

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 invalidates its existing webhook payload records before regenerating and resending them — do not call repeatedly in qui…

ParameterTypBeschreibung
trackerId*stringShip24 trackerId, or clientTrackerId when searchBy="clientTrackerId".
searchBystringHow to interpret trackerId: default is Ship24 trackerId, use "clientTrackerId" for your own reference.
download_webhook_historyRetrieves the full webhook push history for a tracker. Returns metadata (trackingNumber, trackerId, clientTrackerId, webhookUrl, lastSuccessfulPushAt, lastFailedPushAt) and a list of all sent or failed pushes with status, pushTimestamp, requestBody, responseBody, responseHeaders, and responseStatus…

Retrieves the full webhook push history for a tracker. Returns metadata (trackingNumber, trackerId, clientTrackerId, webhookUrl, lastSuccessfulPushAt, lastFailedPushAt) and a list of all sent or failed pushes with status, pushTimestamp, requestBody, responseBody, responseHeaders, and responseStatus…

ParameterTypBeschreibung
trackerId*stringShip24 trackerId, or clientTrackerId when searchBy="clientTrackerId".
searchBystringHow to interpret trackerId: default is Ship24 trackerId, use "clientTrackerId" for your own reference.

12 von 12 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

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

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.