# Ship24 Order Tracking Track parcels across **2,500+ carriers and 3PLs worldwide** — create trackers, pull live deliv…
# Ship24 Order Tracking Track parcels across **2,500+ carriers and 3PLs worldwide** — create trackers, pull live delivery status and full event history, search couriers, and replay webhook deliveries, all from one MCP server backed by the [Ship24](https://www.ship24.com) tracking API. No account is required to explore the server: every tool is discoverable and its schema readable with no API key. You only need a key ([get one free](https://dashboard.ship24.com/integrations/api-keys)) once you want a tool to actually return tracking data. ## What you can do with it - **Track a shipment in one call.** Give it a tracking number and get back current status, full event history, and delivery estimates — no need to know the carrier in advance. Ship24 auto-detects the courier from 2,500+ supported carriers and postal operators. - **Manage trackers at scale.** Create trackers one at a time or in bulk, list and paginate through everything on the account, update tracker settings, or look one up by your own reference ID instead of the tracking number. - **Search without creating a tracker.** Run a one-off lookup or search by tracking number when you just want an answer, not a persistent tracker. - **Look up courier metadata.** Get the full list of supported couriers, their codes, and what additional fields (postcode, country, account number) each one needs for accurate tracking. - **Debug and replay webhooks.** Pull the full webhook delivery history for a tracker, or trigger a resend if your endpoint missed a push. ## Tools (12) | Tool | What it does | |---|---| | `create_tracker` | Register a new tracker for a tracking number and start monitoring it. | | `list_trackers` | List and paginate trackers on the account. | | `bulk_create_trackers` | Create many trackers in a single call, with per-item success/error reporting. | | `track` | Create a tracker and return its tracking results in one round trip. | | `get_tracker` | Fetch a single tracker by ID. | | `update_tracker` | Update a tracker's reference, settings, or subscription state. | | `get_tracking_results` | Full event history and delivery statistics for a tracker. | | `search_tracking_by_number` | Look up existing tracking results by tracking number, no tracker ID needed. | | `search_tracking` | One-off tracking lookup without creating a persistent tracker. | | `get_couriers` | List all supported couriers, their codes, and required fields. | | `resend_webhooks` | Replay webhook deliveries for a tracker. | | `download_webhook_history` | Full webhook push history for a tracker, newest first. | ## Example prompts - *"Track this DHL package: 1234567890 and tell me if it's delayed."* - *"Create trackers for these 40 order numbers and flag any that fail."* - *"What couriers does Ship24 support in Germany, and which ones need a postcode to track accurately?"* - *"Show me the full delivery history for tracker `abc123`, including every status change."* - *"Did the webhook for order #4471 actually get delivered to our endpoint? Show me the last few pushes."* ## Authentication Connect with your Ship24 API key (starts with `apik_`) — paste it into the `ship24ApiKey` field when configuring the connection. Leave it blank to browse the tool list first; a key is only required once a tool needs to return real data. Keys are issued from the [Ship24 dashboard](https://dashboard.ship24.com/integrations/api-keys). ## Links - Docs: [docs.ship24.com](https://docs.ship24.com) - API reference: [docs.ship24.com/api-reference](https://docs.ship24.com/api-reference) - Get an API key: [dashboard.ship24.com/integrations/api-keys](https://dashboard.ship24.com/integrations/api-keys)
ship24
mcp
free
Others in the same category, ranked by how often they are opened.