ship24-tracking

Track shipments and manage trackers using Ship24's universal tracking API — 2,500+ couriers and eCommerce platforms worldwide.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ship24-tracking" with this command: npx skills add ship24/ship24-tracking

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"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

STT Recognizer | STT 识别器

语音转文字(Speech-to-Text / STT)工具。 支持从麦克风录音,使用 Whisper(faster-whisper)在本地进行语音转文字, 或通过 OpenAI 兼容 API 进行云端转写。 触发词:录音、语音转文字、STT、语音识别、转写、录音转文字。 适用平台:Linux / Windows...

Registry SourceRecently Updated
General

TTS Synthesizer | TTS 合成器

文字转语音(Text-to-Speech / TTS)工具。 支持 edge-tts(微软神经网络 TTS,在线合成)和 OpenAI 兼容 API TTS。 触发词:语音回复、TTS、文字转语音、语音合成、语音对话。 适用平台:Linux / Windows / macOS。

Registry SourceRecently Updated
General

AI大图生成器-by Digilifeform

根据用户文案或上传文件,生成16:9或21:9比例的4K或8K高清信息海报,并支持AI智能修图优化。

Registry SourceRecently Updated
General

Multi Model Consensus

多模型决策委员会 — 消除单模型偏见,通过多轮分歧讨论产出客观决策参考。支持3-13个模型同时评审,提供量化投票矩阵和6段式共识报告。触发条件:包含「多模型决策」或「多模型委员会」时自动激活。

Registry SourceRecently Updated