usefulapi

EasyPost MCP server. MCP server for EasyPost — rate shipments, buy & refund labels, track packages, verify addresses.

Claude

  1. Open Settings → Connectors → Add custom connector
  2. Paste this URL:
    https://easypost.usefulapi.io/mcp
  3. Authenticate with EasyPost when prompted

Cursor · VS Code · Windsurf · Cline

Add to your MCP config, then reload & authorize:

{
  "mcpServers": {
    "easypost": {
      "url": "https://easypost.usefulapi.io/mcp"
    }
  }
}
live13 toolsFree 100 tool calls / monthPro $9/mo · $90/yr

Tools 13

ToolTypeWhat it does
easypost_list_shipmentsread
List shipments
List shipments, most recent first
easypost_get_shipmentread
Get shipment
Get a shipment — rates, label, tracking
easypost_list_trackersread
List trackers
List package trackers
easypost_get_trackerread
Get tracker
Get a tracker — status & history
easypost_list_addressesread
List addresses
List saved addresses
easypost_get_addressread
Get address
Get a saved address with verification
easypost_verify_addresswrite
Verify address
Verify & normalize an address (no charge)
easypost_create_shipmentwrite
Create shipment
Rate a shipment across carriers (no charge)
easypost_create_trackerwrite
Create tracker
Start tracking a package (no charge)
easypost_buy_shipmentwrite
Buy shipment
Buy a shipping label (charges balance)
easypost_refund_shipmentwrite
Refund shipment
Refund / void a purchased label
easypost_usage_statusmeta
Usage status (free-tier meter)
Report the caller's current free-tier usage this month: calls used, monthly limit, remaining, and whether the cap is reached. Read-only; does not count against the meter.
easypost_upgrademeta
Upgrade to Pro (unlimited)
Subscribe to the Pro plan for UNLIMITED EasyPost tool calls (the free tier caps monthly usage). Choose monthly ($9/month) or yearly ($90/year — 2 months free) billing. Returns a Stripe Checkout link to open in your browser; after payment your account upgrades automatically. Read-only; does not count against the meter.

Pricing

PlanPriceLimit
Free$0100 tool calls / month
Pro$9/mo · $90/yrUnlimited

This is a Model Context Protocol endpoint — meant to be connected from an AI client, not opened in a browser. An invalid_token response at the URL is the auth gate working as designed; clients authenticate automatically.