HyperTrack Connector for AI agents.
10 live capabilities
Monitor real-time fleet locations and field worker movements.
Waiting for input…
Why people use HyperTrack
HyperTrack for Real-Time Fleet Monitoring
This Connector lets you stop the tab-switching. You can just ask your agent for a status update on a specific trip or worker. You get the information you need in plain text, allowing you to make decisions faster without the manual overhead.
What Vinkius changes
You get a conversational interface for your entire logistics and field operations backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a late driver
A dispatcher asks the agent to check a specific trip.
- Real-world use case 02
Verifying site arrival
A supervisor asks if any workers left the site.
- Real-world use case 03
Answering customer inquiries
A customer service rep asks for an update.
Complete set · 10capabilities
The complete HyperTrack capability set.
These are the exact actions your AI can choose when you ask it to work with HyperTrack.
01—04
4 capabilities in this set.
Part of 10 available through HyperTrack.
- 01 Capability
Get geofence
See the exact boundaries and settings for a specific geofence. Use this to verify site safety parameters.
- 02 Capability
Get order
Fetch the current status and information for a specific order. It's the fastest way to check a delivery's progress.
- 03 Capability
Get trip
Get the live details and progress of a specific trip. This helps you spot delays before they impact customers.
- 04 Capability
Get worker
Pull up the profile and current status of a specific worker. Use this to see exactly what a team member is doing.
05—07
3 capabilities in this set.
Part of 10 available through HyperTrack.
- 05 Capability
List devices
See every registered device currently connected to your account. This provides a full inventory of your hardware.
- 06 Capability
List geofences
Get a full list of all geofences you've set up in the system. Use this to manage your entire coverage area.
- 07 Capability
List orders
View all current and past orders in your logistics pipeline. This gives you a bird's-eye view of your daily volume.
08—10
3 capabilities in this set.
Part of 10 available through HyperTrack.
- 08 Capability
List trips
See a list of all active and completed trips. This helps you monitor the pulse of your active fleet.
- 09 Capability
List workers
Get a complete list of all field workers currently in the system. Use this to see who is on the clock.
- 10 Capability
Get device
Pull up the specific details for a single tracked device. This helps you identify hardware issues quickly.
Set up in minutes
One URL. Then ask HyperTrack to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use HyperTrack from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_wbdFDKXfpWgDDPl24Txu1Jx49QlS7dHBAWXGjX7v/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it HyperTrack, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable HyperTrack for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_wbdFDKXfpWgDDPl24Txu1Jx49QlS7dHBAWXGjX7v/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the HyperTrack URL.
- Step 03
Save and start
Save the connection and enable HyperTrack in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"hypertrack": {
"url": "https://edge.vinkius.com/vk_preview_wbdFDKXfpWgDDPl24Txu1Jx49QlS7dHBAWXGjX7v/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using HyperTrack
Open Agent mode in chat and ask: "Using HyperTrack, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"hypertrack": {
"url": "https://edge.vinkius.com/vk_preview_wbdFDKXfpWgDDPl24Txu1Jx49QlS7dHBAWXGjX7v/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using HyperTrack
Ask Copilot: "Using HyperTrack, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"hypertrack": {
"url": "https://edge.vinkius.com/vk_preview_wbdFDKXfpWgDDPl24Txu1Jx49QlS7dHBAWXGjX7v/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using HyperTrack
Open Cascade and ask: "Using HyperTrack, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"hypertrack": {
"url": "https://edge.vinkius.com/vk_preview_wbdFDKXfpWgDDPl24Txu1Jx49QlS7dHBAWXGjX7v/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using HyperTrack
Ask Cline: "Using HyperTrack, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add hypertrack --transport http "https://edge.vinkius.com/vk_preview_wbdFDKXfpWgDDPl24Txu1Jx49QlS7dHBAWXGjX7v/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using HyperTrack
Ask Claude: "Using HyperTrack, show me...". 10 tools are ready
Where the request belongs
Work HyperTrack can move forward.
This is for the ops manager who is tired of refreshing maps at 2am or the dispatcher who needs to answer customer questions about order status instantly without digging through a dashboard.
Fleet Manager
Checks where drivers are and if they're hitting their routes on time during the day.
Logistics Coordinator
Monitors last-mile delivery statuses and handles order delays in real-time.
Field Service Supervisor
Keeps track of technicians and ensures they arrive at job sites safely.
Operations Director
Gets a high-level view of fleet activity without digging into raw logs.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCartrack
Manage fleet operations via Cartrack. track vehicle locations, monitor fuel, and analyze trip history directly from any AI agent.
Track-POD
Optimize delivery routes, capture electronic proof of delivery, and track driver performance for logistics operations.
DROPBOY
Equip your AI agent to manage logistics orders, track fleet vehicles, and monitor delivery drivers via the DROPBOY API.
Geotab
Automate fleet management via Geotab. manage devices, track trips, and monitor vehicle diagnostics directly from any AI agent.
Omnitracs Fleet Intelligence
Manage your fleet and logistics via Omnitracs. track vehicles, drivers, and shipments directly from your AI agent.
Kippy
Track GPS locations of pets and loved ones in real time with wearable devices that send alerts when they leave safe zones.
Bring your own AI
Change the model, client or framework. Keep HyperTrack connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about HyperTrack.
The practical details behind the request, access and result.
Can I use HyperTrack MCP to track my delivery drivers?
Yes, this Connector lets your AI agent pull live location data and trip details directly from HyperTrack. You can ask about specific drivers or see a list of all active trips.
How does HyperTrack MCP help with geofencing?
You can ask your agent to check if workers are within specific boundaries. It pulls the geofence details so you can monitor site safety or delivery zones in real-time.
Can my AI agent see my order statuses?
Yes, the Connector connects to the HyperTrack API to pull order information. You can get updates on specific orders or list all orders in your current pipeline.
Is HyperTrack MCP good for field service management?
It's ideal for that. It allows you to track field workers and their movements, making it much easier to coordinate site visits and ensure your team is where they need to be.
How do I get my workers' details?
You can ask your agent to list all workers or get specific details for one person. It will pull their current status and profile information directly from your account.
Can I see all my registered devices at once?
Yes, you can ask the agent to list all devices. It will pull a complete list of every hardware unit registered in your HyperTrack account.
How do I get HyperTrack API credentials?
You can find your Account ID and Secret Key in the HyperTrack dashboard under the Setup page.
Which version of the API is used?
This Connector uses HyperTrack API v3, the latest version for location tracking and operations.
Can I track individual workers?
Yes, the list_workers capability provides access to field worker metadata and their current tracking status.
One connection away
Give your agent a direct line to HyperTrack.
Connect HyperTrack once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available