trackmage/trackmage-mcp-server
Shipment tracking api and logistics management capabilities through the [TrackMage API] (https://trackmage.com/)
Quick Start
Clone the repository:
git clone https://github.com/trackmage/trackmage-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"trackmage-mcp-server": {
"command": "npx",
"args": [
"-y",
"trackmage/trackmage-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.