Smart Send for Claude
Who is this for? This plugin is for small and medium-sized businesses that ship parcels — webshops, offices sending letters and packages, and small production companies handling fulfilment in-house. If you currently book your shipments by hand on carrier portals or your shop admin, Smart Send for Claude lets you do the same work by talking to Claude.
Smart Send is a shipping platform that connects you to carriers like PostNord, GLS, Bring, Burd and Budbee. This Claude plugin wires Claude directly into your Smart Send account so it can find delivery options, book shipments, look up service points, troubleshoot deliveries and keep templates tidy — all from a chat.
What you can ask Claude to do
Once installed, Claude can act as a shipping assistant inside your daily workflow. Some examples:
- "Book a 2 kg parcel to this customer with PostNord home delivery."
- "Find me the three closest GLS parcel shops to postal code 8000 in Denmark."
- "Where is order #1042? It was supposed to arrive yesterday."
- "Validate these 40 addresses from my CSV before I import them."
- "Make a shipment template for our standard 1 kg box with GLS."
- "Print labels for every order that came in this morning."
How Smart Send books shipments
Two things are worth understanding before you start:
- Every booking request has the same shape. Sender, receiver, parcels, items, customs info — the data structure is identical regardless of carrier. The only things that change per shipment are the
carrier_code, the service_code (the carrier's specific delivery method) and the optional addons (signature, flex delivery, age verification, etc.). That means once you've described a shipment once, switching it from PostNord home delivery to GLS service point is a three-field change.
- Booking is a real action with real side effects, and the side effects differ per service. When the plugin books a shipment, Smart Send registers it electronically with the carrier and the carrier generates a unique tracking number for each parcel. Shipping documents (labels, customs invoices) are created at the same time and are available as signed download URLs. Depending on the chosen service and the team's configuration, booking may also trigger additional carrier-side effects — for example, a pickup being requested from the carrier. Most of the time no pickup is requested, and some bookings can later be voided or simply ignored, but there is no general guarantee that a booked shipment can be cancelled. Treat every booking as final and confirm with the user first.
Requirements
Before installing the plugin, make sure you have:
- A Smart Send account. If you don't have one yet, sign up at smartsend.io. The free plan is enough to try the plugin.
- Connected carrier accounts. Smart Send needs to know which carriers you have agreements with (PostNord, GLS, Bring, Burd, Budbee, etc.). Follow the in-app onboarding guide to connect your carriers — the plugin can only book shipments with carriers you have already configured.
- A Smart Send team. All shipments belong to a team. If you're part of more than one team, make sure your active team is the one you want Claude to work in.
The plugin authenticates with Smart Send via OAuth — the first time you use a tool, Claude will ask you to sign in and grant access. No API keys to copy around.
Installation
You need Claude Code installed and authenticated.
From inside Claude Code, run:
/plugin marketplace add smartsendio/claude-plugin
/plugin install smartsend@smartsend
/reload-plugins
What each step does:
/plugin marketplace add smartsendio/claude-plugin — registers this repository as a marketplace so Claude Code can see the plugin. No plugin is installed yet.
/plugin install smartsend@smartsend — installs the smartsend plugin from the smartsend marketplace into your user scope (available across all your projects). To pick a different scope (project or local), run /plugin instead, open the Discover tab and select smartsend there.
/reload-plugins — activates the plugin in your current session without a restart.
On first use, Claude will prompt you to sign in to Smart Send via OAuth — log in with your existing account and approve access. No API keys to configure.
To update later, run /plugin marketplace update smartsend followed by /reload-plugins. To remove the plugin, run /plugin uninstall smartsend@smartsend.
See Claude's plugin discovery guide for the full reference.
What's in the plugin
The plugin bundles two things: