trackmage/trackmage-mcp-server
Shipment tracking api and logistics management capabilities through the [TrackMage API] (https://trackmage.com/)
Ads
Overview
Shipment tracking api and logistics management capabilities through the [TrackMage API] (https://trackmage.com/)
Installation
npm install
Configuration
{
"mcpServers": {
"trackmage": {
"transport": {
"type": "http",
"host": "localhost",
"port": 3000
}
}Capabilities
- Create a shipment for tracking
Use `create_shipment` to register a tracking number and optionally set a carrier and notification email.
- Get shipment tracking checkpoints
Retrieve detailed checkpoint events for a shipment with `get_shipment_checkpoints`.
- Detect a carrier from a tracking number
Use `detect_carrier` to find likely carriers matching a tracking number format.
- List shipments in a workspace
Browse shipments with `list_shipments`, with optional pagination and workspace filtering.
- Retrack multiple shipments at once
Re-trigger tracking for several tracking numbers in bulk using `retrack_shipments`.
- Manage orders alongside shipments
Create, update, and list orders via `create_order`, `update_order`, and `list_orders`.
Tags
- api
- business-operations
- awesome-list
Related MCP servers
sthan-io/mcp-server
US address verification, parsing, autocomplete, forward/reverse geocoding, and IP geolocation via sthan.io APIs. 8 tools, free tier available. `npx @sthan/mcp-server`
vibecodebeast/swath-mcp
OfficialRadar-verified hail/wind storm detection and affected-property intelligence for the continental US — NOAA MRMS swath detection, per-address storm history, area monitors with webhook + email alerts, emailed reports, and swath maps. Hosted Streamable HTTP endpoint at `https://swathapi.com/mcp` (9 tools, free tier).
ThinAirTelematics/thinair-geo
Location & routing intelligence for AI agents — geocoding, truck routing with hazmat/dimension constraints, traffic, weather, isochrones, place search. Full planet coverage. Hosted MCP server with OAuth 2.0 + Bearer auth.
TimLukaHorstmann/mcp-weather
Accurate weather forecasts via the AccuWeather API (free tier available).