com.ship24/tracking-mcp

MCPcommunityattivo
v1.0.1com.ship24UnknownAggiornato 18 g fa

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

Stato dell’endpointattivo
verificato 17 h fa · 99 ms
100 % degli ultimi 4 controlli hanno raggiunto questo endpoint
Funziona in
ClaudeCursorCopilotChatGPTGemini

Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.

Indicizzato automaticamente da fonti pubbliche. Non ancora verificato dal suo sviluppatore su Forge.Rivendica questo annuncio →
18 g faUltimo aggiornamento
Pacchetto
Autorecom.ship24
LicenzaUnknown
Versione1.0.1
Fontemcp-registry
Stato di fiducia
B
60/100Buono
Presente nell’indice di Forge+10/10
Identità del publisher verificata+0/30
Publisher: per questo annuncio non risulta alcun repository, quindi `forge publish` non può verificare la proprietà automaticamente. Usa «Rivendica questo annuncio» qui sopra — Forge li esamina a mano.
Verifica del dominio+0/10
Al momento non disponibile per questo tipo di annuncio — oggi il controllo del dominio viene eseguito solo per i pacchetti su npm, quindi questa riga non può ancora essere ottenuta qui, indipendentemente da cosa sia ospitato sul dominio.
Analisi prompt injection · pulita+30/30
Analisi offuscamento / esfiltrazione · pulita+20/20
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio
Provenienza
DipendenzeNon verificate
Superficie di strumenti12 strumenti · nessuno privilegiato
Analisi di sicurezza✓ Pulitovlive · oggiQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato17 lug 2026

La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.

Strumenti

12 strumenti · nessuno privilegiato
Osservato in tempo reale dall’endpoint del fornitore17h ago

Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.

  • https://api.ship24.com/mcp12 strumenti · 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…

ParametroTipoDescrizione
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.

ParametroTipoDescrizione
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…

ParametroTipoDescrizione
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…

ParametroTipoDescrizione
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.

ParametroTipoDescrizione
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.

ParametroTipoDescrizione
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…

ParametroTipoDescrizione
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…

ParametroTipoDescrizione
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…

Per questo strumento non è stato pubblicato alcuno schema di input.

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…

ParametroTipoDescrizione
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…

ParametroTipoDescrizione
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…

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

12 strumenti su 12 hanno pubblicato una descrizione.

I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.

Descrizione

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

Parole chiave
mcp
Alternative
Confronto delle superfici di strumenti…

Nessuna copertura delle dipendenze

Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.