← trackjet.world

INDIVIDUAL MCP TOOL

get_trackjet_capabilities

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

trackjet.worldnone authenticationAvailability not checked

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 endpoint

trackjet.world

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "trackjet-world",
  "transport": "streamable-http",
  "url": "https://trackjet.world/mcp"
}
MCP Inspector

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

Related tools

  • 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.
  • get_carrier_info — Look up a carrier in TrackJet's catalog by its URL-safe slug (e.g.
  • get_tracking_url — Given a raw tracking number, return the single best URL to send the user to for live tracking.
  • list_supported_carriers — Enumerate the carriers TrackJet knows about.
  • 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.
  • 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.
  • verify_timeline — Check whether a tracked shipment's event history is intact.
  • 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.