SendCloud for your agents.
Connect SendCloud 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 SendCloud.
What agents can do with SendCloud
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
sendcloud_list_parcelsList parcels (shipments) with optional status and date filtering.
sendcloud_get_parcelGet details for a single parcel by ID, including labels, tracking, and carrier info.
sendcloud_create_parcelCreate a new parcel (shipment) with addresses, parcel dimensions, and selected carrier.
sendcloud_list_carriersList available carriers connected to the SendCloud account.
sendcloud_list_shipping_methodsList available shipping methods for given carriers.
sendcloud_cancel_parcelCancel a parcel (shipment) by its ID. Only parcels in open status can be cancelled.
sendcloud_update_parcelUpdate a parcel's address, dimensions, or items by id.
sendcloud_list_returnsList return shipments on the account.
sendcloud_create_returnCreate a return shipment for a previously delivered parcel.
sendcloud_get_userGet the authenticated user's account info and shipping settings.
sendcloud_list_sendersList sender addresses configured on the account.
sendcloud_create_senderCreate a new sender address for return labels.
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 SendCloud panel and go to Settings > API Keys.
- Copy the API key and API secret. The API key is sent as the username and the secret as the password via Basic auth.
- Stored as SENDCLOUD_API_KEY (username) and SENDCLOUD_API_SECRET (password).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect SendCloud to Even: call connect_begin("sendcloud") on the even-connect MCP and walk me through it.
List shipping carriers in SendCloud and create a new parcel for international delivery.
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.