๐Ÿ‡ฆ๐Ÿ‡บ Australia Logistics MCP live

AI agents can now buy Australian shipping labels โ€” Aramex Australia parcels and more. This remote MCP server wraps the Shippo shipping API with three tools: create_shipment (fetch rates + buy the cheapest label, returning a printable label_url and tracking_number), query_tracking, and refund_label (refund an unused label).

Aramex without an Aramex contract

Aramex Australia parcels run on Shippo's master carrier account, so an AI agent can print an Aramex label with no Aramex contract and no merchant courier account โ€” just a free Shippo token. Already have your own carrier account on Shippo? Select it with the carrier parameter.

Connect

{
  "mcpServers": {
    "australia-logistics": {
      "type": "http",
      "url": "https://logi-au.wishpool.app/mcp",
      "headers": {
        "x-shippo-token": "shippo_test_your_test_or_shippo_live_prod_token"
      }
    }
  }
}

Free TEST tokens (prefix shippo_test_โ€ฆ) run the full flow end-to-end at no cost โ€” sign up with no card at apps.goshippo.com/join โ†’ API. Production tokens (prefix shippo_live_โ€ฆ) buy real labels. The token prefix auto-selects the environment; there is no separate demo endpoint.

Buy the cheapest label in one call

Give create_shipment a to/from address and a parcel (dimensions in centimetres, weight in grams). It fetches every available carrier rate, buys the cheapest by default โ€” or the carrier/service you specify (e.g. Aramex / Parcel) โ€” and returns the label_url, tracking_number and the exact price paid in AUD.

Why it is safe

Weak-model friendly

Cheapest-rate default; every result embeds numbered next_steps; every error teaches the fix; tracking status comes with the full enum (PRE_TRANSIT, TRANSIT, DELIVERED, RETURNED, FAILURE, UNKNOWN) and a plain-English hint.

Sister servers

UK labels (Royal Mail) live in uk-logistics-mcp; Germany (Deutsche Post) in germany-logistics-mcp; France (Mondial Relay) in france-logistics-mcp; US labels (USPS/UPS/FedEx) in usa-logistics-mcp; Taiwan CVS pickup & home delivery in taiwan-logistics-mcp. The same family covers local payments in 81 countries at mcp.wishpool.app, plus electronic-invoice servers across nine countries including Mexico CFDI, Brazil NF-e, Chile DTE, Peru CPE and India GST.