Shippo for your agents.
Connect Shippo once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Shippo.
What agents can do with Shippo
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
shippo_list_shipmentsList recent shipments, optionally filtered by date range or status.
shippo_get_ratesGet shipping rates for a shipment. Pass the rate ID from a created shipment to return available carrier rates.
shippo_create_labelPurchase a shipping label using a rate ID (previous step) or by providing shipment details directly.
shippo_get_trackingTrack a package by carrier and tracking number. Returns checkpoint events and status.
shippo_list_addressesList addresses in the address book.
shippo_create_addressCreate a new address (sender or recipient).
shippo_create_parcelCreate a parcel template with dimensions and weight.
shippo_get_shipmentGet details of a specific shipment by id.
shippo_list_carrier_accountsList all carrier accounts registered with Shippo.
shippo_create_orderCreate an order representing a collection of shipments.
shippo_list_transactionsList shipping label transactions (purchased labels).
shippo_get_transactionGet details of a specific transaction by id.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to the Shippo API portal and open the API Configuration page.
- Under Developer Keys, click 'Create new live key' or 'Create new test key'.
- Copy the key (starts with shippo_live_ or shippo_test_). It is only shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Shippo to Even: call connect_begin("shippo") on the even-connect MCP and walk me through it.
List shipments and rates with Shippo, create shipping labels, and track packages across multiple carriers.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.