← Registry

API Tools

trackjet.world

Provides APIs to detect, lookup, and track shipments from various carriers.

1 endpoint12 known toolsFirst detected June 12, 2026Last detected August 20, 2026

ENDPOINT 1

https://trackjet.world/mcp

No auth detected

MCP server metadata

Name
trackjet-mcp
Version
0.1.0
Capabilities
tools
Server instructions

Read-only public MCP server. Detect tracking numbers, look up carrier metadata, and resolve where to route a number for live tracking. No PII, no live shipment events, no resale concerns — TrackJet exposes its own routing logic and catalog metadata.

Known tools 12

detect_tracking_number

Given a raw tracking number, identify the shipment format (IATA MAWB, ISO 6346 ocean container, UPU S10 postal, UPS 1Z parcel, FedEx, DHL, etc.) and the public TrackJet vertical that owns the lookup.

Inferred read-only
get_carrier_info

Look up a carrier in TrackJet's catalog by its URL-safe slug (e.g.

Inferred read-only
get_tracking_url

Given a raw tracking number, return the single best URL to send the user to for live tracking.

Potential side effects
list_supported_carriers

Enumerate the carriers TrackJet knows about.

Inferred read-only
get_shipment_events

Fetch live tracking events for a DHL Group shipment number (DHL Express, DHL Paket, DHL eCommerce, DHL Freight, DHL Global Forwarding) via the official DHL Unified Tracking API.

Inferred read-only
get_trackjet_capabilities

Returns a live snapshot of what TrackJet can do RIGHT NOW.

Inferred read-only
estimate_carbon

Estimate the carbon footprint (kg CO2e) of a shipment from its transport mode, weight and distance, using GLEC Framework / ISO 14083 default modal intensity factors — the same factors trackjet.world's on-page calculator and REST API use.

Inferred read-only
verify_timeline

Check whether a tracked shipment's event history is intact.

Inferred read-only
get_distance

Resolve two location identifiers (IATA code, UN/LOCODE, ICAO code, or an unambiguous "City, CC") against TrackJet's locally imported UN/LOCODE 2025-1 + OurAirports data and return the great-circle (haversine) distance in km.

Inferred read-only
get_transit_stats

p50/p90 transit duration for a (vertical, origin country, destination country[, carrier]) route, computed exclusively from TrackJet's own anonymous observations of completed tracked shipments.

Inferred read-only
assess_shipment_truth

Assess the time-consistency of a shipment's carrier history that TrackJet has already observed.

Inferred read-only
forecast_delivery

Probability that a shipment is delivered within 1/2/3/5/7/10/14 days, plus remaining-time p50/p90, from a Monte-Carlo + Markov model over TrackJet's own observed transit times for the (vertical, origin country, destination country[, carrier]) route, conditioned on current_status and elapsed_hours.

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.trackjet-mcp]
url = "https://trackjet.world/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trackjet-mcp": {
      "type": "http",
      "url": "https://trackjet.world/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trackjet-mcp
Remote MCP URL: https://trackjet.world/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": {
    "trackjet-mcp": {
      "url": "https://trackjet.world/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trackjet-mcp": {
      "type": "http",
      "url": "https://trackjet.world/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trackjet-mcp",
  "transport": "streamable-http",
  "url": "https://trackjet.world/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 trackjet.world was fetched 2026-08-29T14:05:21.713Z.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

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