You're viewing a demo portfolio

Join the waitlist
PRSM

easypost_rates

Active

Tool of Easypost

declared in 0.1.0

Get shipping rate quotes from `<from_zip>` to `<to_zip>` for a parcel — returns multi-carrier rates (USPS, UPS, FedEx, etc.) with price, service level, and estimated delivery days. Example: easypost_rates({ from_zip: "94105", to_zip: "10001", weight_oz: 16, _apiKey: "your-key" })

Parameters schema

{
  "type": "object",
  "required": [
    "to_zip",
    "from_zip",
    "weight_oz",
    "_apiKey"
  ],
  "properties": {
    "to_zip": {
      "type": "string",
      "description": "Destination postal/ZIP code, e.g. \"10001\""
    },
    "_apiKey": {
      "type": "string",
      "description": "EasyPost API key (get one free at easypost.com)"
    },
    "to_city": {
      "type": "string",
      "description": "Destination city (optional), e.g. \"New York\""
    },
    "from_zip": {
      "type": "string",
      "description": "Origin postal/ZIP code, e.g. \"94105\""
    },
    "to_state": {
      "type": "string",
      "description": "Destination state/province code (optional), e.g. \"NY\""
    },
    "width_in": {
      "type": "number",
      "description": "Parcel width in inches (optional)"
    },
    "height_in": {
      "type": "number",
      "description": "Parcel height in inches (optional)"
    },
    "length_in": {
      "type": "number",
      "description": "Parcel length in inches (optional)"
    },
    "weight_oz": {
      "type": "number",
      "description": "Parcel weight in ounces, e.g. 16 for 1 lb"
    },
    "to_country": {
      "type": "string",
      "description": "Destination ISO country code (default \"US\")"
    },
    "from_country": {
      "type": "string",
      "description": "Origin ISO country code (default \"US\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Easypost

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

1/7 registries
View full server →
easypost_rates — Easypost — PRSM MCP