MCP.so
登录

Usa Logistics

@junter1989k-ai

关于 Usa Logistics

Usa Logistics

基本信息

许可证

MIT

运行时

node

发布者

junter1989k-ai

提交者

junter1989k-ai

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

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.

概览

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.

评论

更多 MCP 服务器