easypost_track
ActiveTool of Easypost
Track a package by tracking number — returns current status, carrier, estimated delivery date, and recent scan events. Example: easypost_track({ tracking_code: "9400100000000000000000", carrier: "USPS", _apiKey: "your-key" })
Parameters schema
{
"type": "object",
"required": [
"tracking_code",
"_apiKey"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "EasyPost API key (get one free at easypost.com)"
},
"carrier": {
"type": "string",
"description": "Carrier name (optional but recommended), e.g. \"USPS\", \"UPS\", \"FedEx\""
},
"tracking_code": {
"type": "string",
"description": "Carrier tracking number, e.g. \"9400100000000000000000\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Easypost
https://github.com/pipeworx-io/mcp-easypost
1/7 registries