← 返回
未分类 Key 中文

Ship24 Order Tracking

Track shipments and manage trackers using Ship24's universal tracking API — 2,500+ couriers and eCommerce platforms worldwide.
使用 Ship24 通用追踪 API 追踪包裹并管理追踪器,覆盖全球 2,500 多家快递和电商平台。
ship24 ship24 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 283
下载
💾 0
安装
1
版本
#latest

概述

Ship24 Tracking

Connect Claude to Ship24 — the universal shipment tracking API covering 2,500+ couriers and eCommerce platforms worldwide.

Setup

  1. Sign up and get your API key from the Ship24 dashboard
  2. Add the Ship24 MCP server to your .mcp.json:
{
  "mcpServers": {
    "ship24-api": {
      "type": "http",
      "url": "https://api.ship24.com/mcp",
      "headers": {
        "Authorization": "Bearer ${SHIP24_API_KEY}"
      }
    }
  }
}
  1. Set your API key as an environment variable:
SHIP24_API_KEY=your_api_key_here

Available Tools

ToolDescription
-------------------
trackCreate a persistent tracker and immediately return full tracking results (events, status, milestones). Idempotent — safe to call multiple times for the same tracking number.
create_trackerRegister a tracker to receive webhook notifications. Returns tracker metadata only — use get_tracking_results to fetch events and status.
bulk_create_trackersRegister up to 100 trackers in one request. Returns counts of created, duplicate, and failed entries. Not fully idempotent — retrying a failed request may partially create trackers.
get_trackerGet tracker metadata by trackerId or clientTrackerId. Does not include events or delivery status — use get_tracking_results for that.
update_trackerPartially update a tracker (PATCH). Common uses: toggle webhook subscription (isSubscribed), correct destination, set a clientTrackerId reference.
list_trackersList all trackers in your account (paginated).
get_tracking_resultsGet full tracking events and delivery status for a tracker. Returns statusMilestone values such as in_transit, delivered, out_for_delivery, exception, and more.
search_trackingOne-off per-call tracking lookup — no persistent tracker is created. Billed per query on per-call plans.
search_tracking_by_numberSearch tracking results by raw tracking number across all couriers without needing a trackerId.
get_couriersGet the full list of 2,500+ supported couriers with their codes and required fields. Rate-limited to 1 request/second.
resend_webhooksReplay all webhook events for a tracker (use when your endpoint missed previous notifications). Rate-limited to 1 request/second per tracker.

Key Concepts

  • trackerId vs clientTrackerId: trackerId is Ship24's internal ID. clientTrackerId is your own reference (order ID, internal key) — set it on creation or via update_tracker, then use searchBy: "clientTrackerId" in get_tracker, update_tracker, and resend_webhooks.
  • track vs create_tracker: Use track when you want results immediately. Use create_tracker when you're setting up webhook-driven monitoring.
  • search_tracking vs track: search_tracking is for per-call billing plans and leaves no persistent tracker. track creates a tracker in your account.

Example Prompts

  • "Track my package 1Z999AA10123456784"
  • "Create a tracker for JD014600006600006810 shipping to France"
  • "Look up where RA123456785CN is without creating a tracker"
  • "Bulk create trackers for these 5 tracking numbers: ..."
  • "Show me all my active trackers"
  • "Update tracker abc123 to subscribe to webhook notifications"
  • "Get the full tracking history for tracker ID abc123"
  • "What couriers do you support for shipments from China?"
  • "Resend all webhook events for tracker abc123"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 03:11 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,111
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,337
business-ops

Discord

steipete
当需要通过discord工具控制Discord时使用:发送消息、添加反应、发布或上传表情包、上传表情、创建投票、管理帖子/置顶/搜索、获取权限或成员/角色/频道信息,或在Discord私信或频道中处理管理操作。
★ 80 📥 38,101