Connect
The supported way to use the server today is the Claude plugin, which bundles the connection and the sign-in flow.Install the Claude plugin
Book shipments by chatting with Claude in a few commands.
Tools
The server exposes six tools an agent can call:| Tool | What it does |
|---|---|
find-delivery-options | Returns the available carriers, services, and add-ons for a route, with delivery windows. |
book-shipment | Registers a shipment, then generates its tracking number and documents. |
search-service-points | Locates nearby pickup points and parcel shops. |
validate-address | Validates up to 100 addresses in a single call. |
search-shipments | Retrieves previous shipments by a range of criteria. |
create-shipment-template | Saves a reusable shipping configuration for repeat shipments. |
Resources
The server provides read-only resources covering account and team details, available routes, service point information, shipment records, tracking data, saved templates, and downloadable shipping documents. Agents read these to ground their answers in your real data.Prompts
Two guided prompts walk an agent through multi-step workflows:book-shipment— collect the details, choose a service, and confirm before booking.track-shipment— find a shipment and report its current status.
Build a custom integration
Prefer to integrate directly? The same shipping capabilities are available through the Smart Send REST API.REST API
Authenticate with a token and call the API from any system.