← Registry

General Tools

ship24.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint12 known toolsFirst detected June 5, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.ship24.com/mcp

No auth detected

MCP server metadata

Name
ship24-tracking
Version
1.0.1
Capabilities
tools.listChanged
Server instructions

Ship24 shipment tracking. This connection carries no API key: tools can be listed but not called. To use them, reconnect with the header "Authorization: Bearer <Ship24 API key>" (create a key at https://dashboard.ship24.com/integrations/api-keys).

Known tools 12

create_tracker

Creates a new tracker for a tracking number.

Inferred read-only
list_trackers

Returns a paginated list of all trackers.

Inferred read-only
bulk_create_trackers

Creates up to 100 trackers in one request.

Inferred read-only
track

Creates a persistent tracker on the account AND returns full tracking results synchronously in one call (per-shipment plan).

Inferred read-only
get_tracker

Retrieves a single tracker by trackerId (or clientTrackerId when searchBy is set).

Inferred read-only
update_tracker

Partially updates a tracker (PATCH).

Inferred read-only
get_tracking_results

Returns full tracking results for an existing tracker: metadata, shipment status, all events in order, and delivery statistics.

Inferred read-only
search_tracking_by_number

Returns existing tracking results for a raw tracking number across trackers already on the account, without needing a trackerId.

Inferred read-only
get_couriers

Returns the list of all couriers supported by Ship24, including their unique courier codes, human-readable names, and any special tracking requirements.

Inferred read-only
search_tracking

Default tool for one-off tracking lookups ('track X', 'where is my package').

Inferred read-only
resend_webhooks

Replays all webhook events for a tracker.

Inferred read-only
download_webhook_history

Retrieves the full webhook push history for a tracker.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ship24-tracking]
url = "https://api.ship24.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ship24-tracking": {
      "type": "http",
      "url": "https://api.ship24.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ship24-tracking
Remote MCP URL: https://api.ship24.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ship24-tracking": {
      "url": "https://api.ship24.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ship24-tracking": {
      "type": "http",
      "url": "https://api.ship24.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ship24-tracking",
  "transport": "streamable-http",
  "url": "https://api.ship24.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for ship24.com was fetched 2026-08-03T17:46:39.624Z and is being refreshed.

Trust status Trusted

ship24.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.