Axle Connector for AI agents.
12 live capabilities
Manage your fleet and track shipments in real-time.
Waiting for input…
Why people use Axle
Axle for Fleet Management and Logistics Tracking
Axle changes this by putting all those actions into a single chat interface. Instead of hunting for info, you just ask your agent where a specific truck is or if a driver is over their hours. It pulls that data instantly, so you can focus on moving freight instead of clicking through menus.
What Vinkius changes
You get a chat-based command center for your entire logistics operation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding a lost truck
A driver calls saying they're stuck.
- Real-world use case 02
HOS Compliance Check
A coordinator wants to see if a driver can take another load.
- Real-world use case 03
Rapid Auditing
A customer claims a shipment is missing.
Complete set · 12capabilities
The complete Axle capability set.
These are the exact actions your AI can choose when you ask it to work with Axle.
01—04
4 capabilities in this set.
Part of 12 available through Axle.
- 01 Capability
Get account check
Verifies your connection to Axle is active. It ensures your agent has the right permissions to see your data.
- 02 Capability
Get driver availability
Shows how many hours a driver has left before they hit their limit. This helps you plan the next leg of a trip.
- 03 Capability
Get driver
Pulls up the full profile for a specific driver. You can see their history and current status in one go.
- 04 Capability
Update load
Modifies the details of a specific shipment. Use this to change destinations or notes on the fly.
05—08
4 capabilities in this set.
Part of 12 available through Axle.
- 05 Capability
Get load
Shows the specific details for a single shipment. It tells you where it's going and what's in it.
- 06 Capability
Get vehicle location
Grabs the last known GPS coordinates for a truck. It's the fastest way to see where your fleet is moving.
- 07 Capability
Get vehicle
Retrieves technical details and specs for a single vehicle. Use this to check the health of a specific truck.
- 08 Capability
List documents
Pulls up scanned shipping paperwork for your shipments. This makes auditing specific loads much faster.
09—12
4 capabilities in this set.
Part of 12 available through Axle.
- 09 Capability
List drivers
Shows every driver currently registered in your Axle account. It's a quick way to see your total manpower.
- 10 Capability
List loads
Lists every active shipment in your system. Use this to get a bird's-eye view of your current volume.
- 11 Capability
List vehicles
Shows every vehicle in your fleet. It's your starting point for tracking your entire hardware inventory.
- 12 Capability
Update driver status
Changes a driver's status to On Duty, Driving, or Off Duty. This keeps your records accurate in real-time.
Set up in minutes
One URL. Then ask Axle to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Axle 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_ERXjZhhwgJ3k5vrY43KBLHUEgJxWigKT57x8SeMu/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 Axle, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Axle for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ERXjZhhwgJ3k5vrY43KBLHUEgJxWigKT57x8SeMu/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 Axle URL.
- Step 03
Save and start
Save the connection and enable Axle in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"axle": {
"url": "https://edge.vinkius.com/vk_preview_ERXjZhhwgJ3k5vrY43KBLHUEgJxWigKT57x8SeMu/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 Axle
Open Agent mode in chat and ask: "Using Axle, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"axle": {
"url": "https://edge.vinkius.com/vk_preview_ERXjZhhwgJ3k5vrY43KBLHUEgJxWigKT57x8SeMu/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 Axle
Ask Copilot: "Using Axle, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"axle": {
"url": "https://edge.vinkius.com/vk_preview_ERXjZhhwgJ3k5vrY43KBLHUEgJxWigKT57x8SeMu/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 Axle
Open Cascade and ask: "Using Axle, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"axle": {
"url": "https://edge.vinkius.com/vk_preview_ERXjZhhwgJ3k5vrY43KBLHUEgJxWigKT57x8SeMu/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 Axle
Ask Cline: "Using Axle, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add axle --transport http "https://edge.vinkius.com/vk_preview_ERXjZhhwgJ3k5vrY43KBLHUEgJxWigKT57x8SeMu/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 Axle
Ask Claude: "Using Axle, show me...". 12 tools are ready
Where the request belongs
Work Axle can move forward.
Fleet managers and logistics coordinators who are tired of manual dashboard hopping and want to manage their transport network through a simple chat interface.
Fleet Manager
Checks vehicle health and locations during morning standups to plan the day.
Logistics Coordinator
Updates shipment statuses and pulls docs for late deliveries while on the phone.
Compliance Officer
Verifies HOS to ensure the company stays on the right side of DOT regulations.
Operations Lead
Identifies shipment bottlenecks by listing all active loads in a single chat.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKargo
Automate logistics and loading dock operations via Kargo. track shipments and sync data directly from your AI agent.
Track-POD
Optimize delivery routes, capture electronic proof of delivery, and track driver performance for logistics operations.
Omnitracs Fleet Intelligence
Manage your fleet and logistics via Omnitracs. track vehicles, drivers, and shipments directly from your AI agent.
DROPBOY
Equip your AI agent to manage logistics orders, track fleet vehicles, and monitor delivery drivers via the DROPBOY API.
Onfleet
Manage last-mile deliveries via Onfleet. create tasks, track drivers, check ETAs, and complete orders directly from any AI agent.
KeepTruckin
Manage your fleet and assets via KeepTruckin. track locations, monitor reefer sensors, and analyze vehicle utilization directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Axle 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 Axle.
The practical details behind the request, access and result.
How does the Axle MCP help with my fleet?
It connects your AI agent to your Axle account so you can manage trucks and drivers through chat. You can get real-time locations, check driver status, and update shipments without leaving your conversation.
Can I use Axle to check driver HOS?
Yes, your agent can check a driver's remaining Hours of Service instantly. This helps you stay compliant with regulations by knowing exactly how much time a driver has left before you assign a new load.
Is there a way to get shipping docs through the Axle MCP?
You can ask your agent to list and retrieve scanned shipping documents. It pulls the paperwork for specific loads so you don't have to hunt through folders or emails.
Can my agent update shipment details?
Yes, your agent can update load details like status or destination. You just tell the agent what changed, and it updates the information in your Axle account automatically.
Does this work with my current AI client?
It works with any MCP-compatible client like Claude, Cursor, or Windsurf. Once connected, your agent can perform all the logistics actions listed in the Axle toolset.
How do I get started with Axle?
You just need to subscribe to the Connector on Vinkius and enter your Axle API key and Base URL. From there, you can start asking your agent questions about your fleet immediately.
How can I check if a vehicle is currently moving?
Use the get_vehicle_location capability. It returns the last known GPS coordinates, speed, and heading for the specified vehicle ID.
Can I update a driver's status through the agent?
Yes. Use the update_driver_status capability and provide the new duty status (e.g., 'On Duty', 'Driving', or 'Off Duty') to keep your logs accurate.
How do I access shipping documents for a load?
Use the list_documents capability. It retrieves all scanned paperwork associated with your shipments, allowing your agent to audit or summarize the contents.
One connection away
Give your agent a direct line to Axle.
Connect Axle once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available