AT
AfterShip Tracking
/track_shipment
track shipment
Use this tool whenever the user wants to check the real-time status of a package, parcel, shipment, or order. Trigger on phrases like: 'where is my package', 't
liveunknown~5s typical
mcpaftershiptracking
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-aftership-mcp-tracking-public /track_shipment for me.
Input
| Field | Type | Description |
|---|---|---|
| carrier_slug | string | The carrier name or slug (e.g. 'YANWEN', 'UPS', 'FedEx', 'royal-mail'). Pass whatever the |
| tracking_number* | string | The tracking number of the shipment |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-aftership-mcp-tracking-public","endpoint":"/track_shipment","input":{"tracking_number":"..."}}'cli
npx cracked-ai run -p mcp-com-aftership-mcp-tracking-public -e /track_shipment -i '{"tracking_number":"..."}'mcp
run_tool({ provider: "mcp-com-aftership-mcp-tracking-public", endpoint: "/track_shipment", input: {"tracking_number":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.