AfterShip for your agents.
Connect AfterShip 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 AfterShip.
What agents can do with AfterShip
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
aftership_get_couriersList all supported couriers and their slugs. No auth needed beyond the API key.
aftership_get_trackingsList tracked shipments with optional filters for courier, status, or date range.
aftership_create_trackingStart tracking a new shipment by providing the tracking number and courier slug.
aftership_get_tracking_by_idGet detailed tracking info by ID, including checkpoints and estimated delivery.
aftership_detect_courierDetect which courier handles a tracking number. Useful when the courier is unknown.
aftership_update_trackingUpdate an existing tracking record's metadata (title, email, custom fields).
aftership_delete_trackingDelete a tracking record by id.
aftership_get_tracking_checkpointsGet all checkpoints (status events) for a tracking record.
aftership_batch_create_trackingsCreate up to 200 tracking records in a single request. Accepts an array of tracking objects.
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 your AfterShip account and navigate to API Keys.
- Generate a new API key with Tracking API scopes (read/write).
- Copy the key. AfterShip also supports an 'as' header for organization switching.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect AfterShip to Even: call connect_begin("aftership") on the even-connect MCP and walk me through it.
Track a package through AfterShip, detect delivery status, and create tracking records for customer orders.
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.