ENDPOINT 1
https://api.ship24.com/mcp
MCP server metadata
- Name
- ship24-tracking
- Version
- 1.0.1
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
trackCreates a persistent tracker on the account AND returns full tracking results synchronously in one call (per-shipment plan).
Inferred read-onlyget_trackerRetrieves a single tracker by trackerId (or clientTrackerId when searchBy is set).
Inferred read-onlyget_tracking_resultsReturns full tracking results for an existing tracker: metadata, shipment status, all events in order, and delivery statistics.
Inferred read-onlysearch_tracking_by_numberReturns existing tracking results for a raw tracking number across trackers already on the account, without needing a trackerId.
Inferred read-onlyget_couriersReturns the list of all couriers supported by Ship24, including their unique courier codes, human-readable names, and any special tracking requirements.
Inferred read-onlysearch_trackingDefault tool for one-off tracking lookups ('track X', 'where is my package').
Inferred read-onlyCONNECT 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.
ship24.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.