How to Use the 17Track MCP in Claude Code
Bring global logistics into your terminal. Manage tracking numbers and carrier data via the Claude Code MCP client.
Works with every AI agent you already use
…and any MCP-compatible client
Connect 17Track MCP to Claude Code
Create your Vinkius account to connect 17Track to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless tracking with the 17Track MCP integration
The 17Track MCP integration brings global logistics monitoring directly into your terminal environment. You can drop into your shell and ask Claude to check the status of a delayed freight shipment. The CLI triggers `get_tracking_info` and prints the exact location data directly to standard output. This lets you pipe shipping data into your existing DevOps workflows. You can wrap the command in a shell script that alerts your Slack channel if a package gets flagged at customs. No graphical interface required.
Bulk register shipments via CLI
This server lets you process hundreds of daily orders through simple CLI commands. You can point Claude Code at a CSV file full of new tracking numbers. Your MCP setup reads the file, identifies the carrier using `detect_carrier`, and executes `register_tracking` for the entire batch. Tagging happens in the same execution flow. The CLI calls `update_tracking_tag` to append your internal database IDs to the external tracking records. You run one command and the entire day's logistics are synced.
Automate tracking cleanup in cron jobs
The tracking API limits require you to clear out delivered packages regularly. You can configure a headless cron job that wakes up Claude Code every midnight to process these updates. The system runs `stop_tracking` on anything that reached its destination. If you need to enforce strict data retention policies, the CLI handles the hard deletes. It fires `delete_tracking` to wipe the records from the upstream provider. Your infrastructure stays clean without manual intervention.
Set up 17Track MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should see17track-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest 17Track transactions." It will automatically discover and invoke the available 17Track tools.
claude mcp add --transport http 17track-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about 17Track MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the 17Track MCP today
We host it, we monitor it, we maintain it. You just paste one token.