← ship24.com

INDIVIDUAL MCP TOOL

bulk_create_trackers

Creates up to 100 trackers in one request.

ship24.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.ship24.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for bulk_create_trackers and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ship24.com

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.

Related tools

  • create_tracker — Creates a new tracker for a tracking number.
  • list_trackers — Returns a paginated list of all trackers.
  • track — Creates a persistent tracker on the account AND returns full tracking results synchronously in one call (per-shipment plan).
  • get_tracker — Retrieves a single tracker by trackerId (or clientTrackerId when searchBy is set).
  • update_tracker — Partially updates a tracker (PATCH).
  • get_tracking_results — Returns full tracking results for an existing tracker: metadata, shipment status, all events in order, and delivery statistics.
  • search_tracking_by_number — Returns existing tracking results for a raw tracking number across trackers already on the account, without needing a trackerId.
  • get_couriers — Returns the list of all couriers supported by Ship24, including their unique courier codes, human-readable names, and any special tracking requirements.