MCP server for shipment tracking and logistics management via TrackMage API with 1600+ carrier support.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Trackmage MCP Server.
create_shipmentCallable MCP tool function
update_shipmentCallable MCP tool function
list_shipmentsCallable MCP tool function
get_shipment_checkpointsCallable MCP tool function
retrack_shipmentsCallable MCP tool function
create_orderCallable MCP tool function
A Model Context Protocol (MCP) server for shipment tracking api, package monitoring, and logistics management using the TrackMage API. Supports tracking across 1600+ carriers worldwide.
Data sharing with your LLM provider: This MCP server provides data to whichever LLM you're using (Claude, ChatGPT, etc.). While this is the expected behavior for MCP servers, please ensure you're comfortable sharing logistics data including tracking numbers, customer emails, addresses, and shipment details with your chosen LLM provider.
Best practices:
http://localhost:3000).Edit .env:
Run the server:
and then use
or using file process:
trackmage:///workspaces/{id}trackmage:///shipments/{id}trackmage:///orders/{id}trackmage:///carriers/{id}trackmage:///tracking_statuses/{id}create_shipment: Create a new shipment
{ trackingNumber, originCarrier?, email?, workspaceId? }update_shipment: Update an existing shipment
{ shipmentId, trackingNumber?, originCarrier?, email?, status? }list_shipments: List shipments from workspace
{ workspaceId?, page?, itemsPerPage? }get_shipment_checkpoints: Get tracking checkpoints for a shipment
{ shipmentId }retrack_shipments: Retrack multiple shipments by tracking numbers
{ trackingNumbers: [{ number, originCarrier? }], workspaceId? }create_order: Create a new order
{ orderNumber, email?, workspaceId? }update_order: Update an existing order
{ orderId, orderNumber?, email?, status? }list_orders: List orders from workspace
{ workspaceId?, page?, itemsPerPage? }list_carriers: List available carriers
{ page?, itemsPerPage? }detect_carrier: Detect possible carriers for a tracking number
{ trackingNumber }Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/trackmage-trackmage-mcp-server)<a href="https://allmcps.com/mcp/trackmage-trackmage-mcp-server"><img src="https://allmcps.com/api/badge/trackmage-trackmage-mcp-server?style=directory" alt="Trackmage MCP Server on AllMCPs" /></a>