Australia Logistics MCP
Allows to create shipments, track parcels, and refund labels for Deutsche Post shipping in Germany.
Allows to create shipments, track parcels, and refund labels for FedEx shipping in the US.
Allows to create shipments, track parcels, and refund labels for UPS shipping in the US.
Allows to create shipments, track parcels, and refund labels for USPS shipping in the US.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Australia Logistics MCPBuy a shipping label from Sydney to Melbourne for 2kg parcel"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Australia Logistics MCP π¦πΊ β How can my AI agent buy an Aramex / Australian shipping label?
Use it in 60 seconds
Paste this into your MCP client config (Claude Desktop, Cursor, Windsurf, or any MCP-capable agent):
{
"mcpServers": {
"australia-logistics": {
"type": "http",
"url": "https://logi-au.wishpool.app/mcp"
}
}
}Nothing to install. Credentials, when you need them, travel as HTTP headers on each request and are never stored β see the threat model.
Or run it yourself
Would you rather not send production credentials to a server you do not control? Deploy this identical code to your own account and point your agent at your own URL:
git clone https://github.com/junter1989k-ai/australia-logistics-mcp && cd australia-logistics-mcp && npx vercel --prodMIT-licensed. Self-hosting removes us from the picture entirely, at no cost and with no loss of function.
Remote MCP server that lets any AI agent buy Australia shipping labels β Aramex Australia parcels and more β with automatic cheapest-rate selection, track parcels, and refund unused labels via the Shippo shipping API. Aramex runs on Shippo's master account, so no Aramex contract or merchant courier account is needed. Stateless, bring-your-own API token, never stores anything. Free Shippo test tokens give zero-cost end-to-end labels.
Live endpoint: https://logi-au.wishpool.app/mcp Β· Registry: app.wishpool/australia-logistics-mcp
Related MCP server: USA Logistics MCP
Quick start
{
"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"
}
}
}
}No shared demo β but test tokens are free. Shippo issues free TEST tokens (prefix shippo_test_β¦) that 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 same server auto-selects the environment from the token prefix.
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. The carrier parameter stays open, so a merchant with its own carrier account on Shippo (Aramex, Australia Post, etc.) can select it instead.
Tools
Tool | What it does |
| Buy an Australia label. |
| Track by |
| Refund an unused label by |
Owner policy guardrails ride optional headers (x-agentpay-max-amount, x-agentpay-approval-above, x-agentpay-allowed-tools) β set by the human owner in client config; the agent cannot relax them. The label price is gated before any purchase: approval-above returns an unsigned draft with the shipment/rates prepared but no label bought.
Develop
node test/serve.js # local server on :3250 (/mcp)
node test/e2e.js # protocol + validation + policy/shippo units + fake-token live probe to api.goshippo.com (expects native 401)How it talks to Shippo
create_shipment is two server-to-server REST calls: POST /shipments/ (to/from address + parcel β rates[]) then POST /transactions/ (chosen rate object_id β label_url + tracking_number). query_tracking is GET /tracks/{carrier}/{tracking_number}. refund_label is POST /refunds/ (by transaction id). Auth is the header Authorization: ShippoToken <token>; the token prefix (shippo_test_β¦ / shippo_live_β¦) selects test vs production on the same base URL https://api.goshippo.com.
Safety
Pure stateless translation layer. The label is generated and served by Shippo/the carrier; the Shippo API token travels per-request in a header, nothing is stored. Parcels flow sender β carrier β recipient directly. Privacy policy.
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. One family of stateless BYO local-commerce MCP servers: 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.
MIT licensed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityDmaintenanceEnables AI agents to manage global shipping operations, including rate comparison, shipment creation, label purchasing, tracking, pickup scheduling, address validation, billing, and analytics, via natural language.Last updated48MIT- Alicense-qualityBmaintenanceEnables AI agents to buy US shipping labels (USPS, UPS, FedEx) with automatic cheapest-rate selection, track parcels, and refund unused labels via the EasyPost API. Stateless, bring-your-own API key, free test keys available.Last updatedMIT
- Alicense-qualityCmaintenanceEnables AI agents to purchase UK shipping labels (Royal Mail Tracked 24/48 and more) via Shippo API, with automatic cheapest-rate selection, tracking, and refundsβno Royal Mail contract required.Last updatedMIT
- Alicense-qualityCmaintenanceEnables AI agents to purchase Deutsche Post shipping labels, track parcels, and refund unused labels, automatically selecting the cheapest rate via the Shippo API.Last updatedMIT
Related MCP Connectors
Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses
UK shipping labels for AI agents: buy Royal Mail Tracked and more, track and refund via Shippo.
Global shipping labels for AI agents via AfterShip with your own carrier accounts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/junter1989k-ai/australia-logistics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server