How to Use the Cartrack MCP in Claude Code
Manage fleet operations from your terminal. Claude Code pulls Cartrack telemetry directly into your shell scripts.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Cartrack MCP to Claude Code
Create your Vinkius account to connect Cartrack 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.
Terminal-native fleet telemetry
The Cartrack MCP server turns your command line into a logistics control center. Instead of logging into a clunky web portal, you ask your AI client to check on a delayed shipment. Claude Code runs `get_vehicle_position` and prints the exact GPS coordinates right to your standard output. Headless execution makes this incredibly powerful for DevOps and SRE teams. You can pipe the output of `list_vehicles` into a jq script, or have the agent write a quick bash loop to check the status of every truck in the active roster.
Build automated Cartrack MCP Server alerts
Setting up custom notifications is trivial when your terminal agent can read the live feed. Tell Claude Code you want a cron job that checks for speeding violations every hour. The agent writes a script calling `list_fleet_alerts` and configures the crontab for you. You do not have to mess with OAuth tokens or API pagination. The tools handle the heavy lifting, letting you combine `list_geofences` with real-time location data to trigger Slack webhooks the moment a truck leaves its designated zone.
Audit fuel and trip history via CLI
Pulling historical data for expense reports takes one prompt. Instruct the agent to grab last week's routes for a specific driver. It chains `list_fleet_drivers` to find the ID, then runs `list_vehicle_trips` to pull the raw location history. Analyzing consumption is just as fast. The agent uses `get_fuel_status` to grab the current tank levels and compares it against the trip distance. It formats the findings into a clean text table, saving you from exporting CSVs manually.
Set up Cartrack 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 seecartrack-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Cartrack transactions." It will automatically discover and invoke the available Cartrack tools.
claude mcp add --transport http cartrack-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 Cartrack MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Cartrack MCP today
We host it, we monitor it, we maintain it. You just paste one token.