easypost_track

Pack: easypost · Endpoint: https://gateway.pipeworx.io/easypost/mcp

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

NameTypeRequiredDescription
tracking_codestringyesCarrier tracking number, e.g. “9400100000000000000000”
carrierstringnoCarrier name (optional but recommended), e.g. “USPS”, “UPS”, “FedEx”
_apiKeystringyesEasyPost API key (get one free at easypost.com)

Example call

curl -X POST https://gateway.pipeworx.io/easypost/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"easypost_track","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "easypost": {
      "url": "https://gateway.pipeworx.io/easypost/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026