MCP.so
Sign In

Usa Logistics

@junter1989k-ai

About Usa Logistics

Usa Logistics

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "usa-logistics": {
      "type": "http",
      "url": "https://logi-us.wishpool.app/mcp",
      "headers": {
        "x-easypost-api-key": "EZTK_your_test_key"
      }
    }
  }
}

Tools

3

Buy a US label. `to_*` + `from_*` address fields, parcel `weight` (ounces, required) and either `length`/`width`/`height` (inches) or `predefined_package`. Optional `carrier`/`service` restrict the choice — default is the **cheapest** rate across all enabled carriers. Fetches rates, buys the chosen rate, returns `shipment_id`, `tracking_code`, printable `label_url`, `carrier`, `service` and the `rate` (USD).

Track by `tracking_code` (+ optional `carrier` hint). Returns `status` from the EasyPost enum — `unknown` / `pre_transit` / `in_transit` / `out_for_delivery` / `delivered` / `available_for_pickup` / `return_to_sender` / `failure` / `cancelled` / `error` — plus a plain-English hint; non-terminal statuses carry `next_steps`. Raw carrier scans always included.

Refund an **unused** label by `shipment_id` (preferred) or `tracking_code` (+`carrier`, default USPS). Returns `refund_status`: `submitted` / `refunded` / `rejected` / `not_applicable`. USPS: within 30 days of creation **and only if never scanned** — an already-shipped label cannot be refunded.

Overview

What is Usa Logistics?

USA Logistics MCP 🇺🇸 — How can my AI agent buy a USPS / UPS / FedEx shipping label?

How to use Usa Logistics?

The README includes setup instructions such as node test/serve.js # local server on :3236 (/mcp).

Key features of Usa Logistics

  • MCP server integration

Use cases of Usa Logistics

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Usa Logistics

Where is the source code for Usa Logistics?

The source code is linked from the repository URL on this page.

Does Usa Logistics include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Usa Logistics?

The source code is linked from the repository URL on this page.

Does Usa Logistics include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers