You're viewing a demo portfolio

Join the waitlist
PRSM

easypost_track

Active

Tool of Easypost

declared in 0.1.0

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\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Easypost

https://github.com/pipeworx-io/mcp-easypost

1/7 registries
View full server →