Sendbox for your agents.
Connect Sendbox once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Sendbox.
What agents can do with Sendbox
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
sendbox_create_parcelCreate a new parcel with origin and destination details.
sendbox_list_shipmentsList all shipments on your account with status and dates.
sendbox_get_ratesGet shipping rates for a parcel between origin and destination.
sendbox_track_shipmentTrack a shipment by its ID for the latest status update.
sendbox_list_carriersList all available carriers and their service tiers.
sendbox_get_shipmentGet full details of a specific shipment by id, including status, tracking number, and dates.
sendbox_create_shipmentCreate a shipment from an existing parcel. Provide the parcel_id and the selected rate_id from get_rates.
sendbox_get_parcelGet details of a specific parcel by id.
sendbox_cancel_shipmentCancel a shipment that has not yet been picked up.
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 into your Sendbox dashboard.
- Navigate to Settings > Developer > API Keys.
- Click 'Create API Key', copy the secret, and paste it here.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Sendbox to Even: call connect_begin("sendbox") on the even-connect MCP and walk me through it.
Create parcels with origin and destination, get shipping rates, and track shipment status across 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.