app.wishpool/global-logistics-mcp
Global shipping labels for AI agents via AfterShip with your own carrier accounts.
assessed on 1 of 4 dimensions
https://logi-global.wishpool.app/mcpcancel_labelCancel / void a shipping label created via create_label, by its label_id. If the label was never used, the carrier voids it so the merchant is not charged (voidability and windows depend on the carrier). Returns cancel_status: cancelled, pending (carrier still processing) or failed. Idempotent — cancelling an already-cancelled label is safe.
create_labelBuy a shipping label for a chosen service_type through the merchant's AfterShip shipper account, and return the printable label file url + tracking_number. First call quote_rates to see available service_type values, then pass that service_type here with the SAME shipper_account_id, addresses and parcel. Before purchasing, this server re-quotes the exact charge and applies the owner policy guardrails (x-agentpay-max-amount / x-agentpay-approval-above) — over the approval threshold returns an uns…
query_trackingNOT SUPPORTED by this server. AfterShip's Shipping (Postmen) API — which powers this server's rate/label/cancel tools — has no parcel-tracking endpoint. Live parcel tracking is a SEPARATE AfterShip product: the AfterShip Tracking API (https://www.aftership.com/docs/tracking). To follow a parcel, use the carrier's own tracking or the AfterShip Tracking API with the tracking_number that create_label returned. This tool returns a structured not_supported result explaining that (it never errors).
quote_ratesCompare live shipping rates across the carriers bound to a merchant AfterShip shipper account (UPS / USPS / FedEx / DHL / Ninja Van / J&T and more). IMPORTANT: shipper_account_id is the MERCHANT'S OWN carrier account (their own contract/rates), which they bound inside AfterShip / admin.postmen.com — this server never owns carrier accounts. Pass a to/from address and a parcel (weight + optional dimensions); returns a list of available service_type values with each total_charge (amount + currency)…
Every verdict is attributable to its sources and recomputed from our own landed copy, never read live on this page.
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.