OptimoRoute Connector for AI agents.
10 live capabilities
Manage delivery routes and track fleet drivers in real time.
Waiting for input…
Why people use OptimoRoute
OptimoRoute for Eliminating Logistics Dashboard Fatigue
This Connector lets you ditch the tab-switching. You just ask your agent where a driver is or to start the day's route planning. It pulls that data instantly, turning a five-minute search into a five-second conversation.
What Vinkius changes
You get a conversational interface for your entire logistics dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Morning Rush
A dispatcher sees 50 new orders come in.
- Real-world use case 02
The Customer Inquiry
A customer calls asking where their package is.
- Real-world use case 03
The Performance Audit
At the end of the month, a logistics lead asks the agent to get_analytics to see which routes had the most delays and how to fix them.
Complete set · 10capabilities
The complete OptimoRoute capability set.
These are the exact actions your AI can choose when you ask it to work with OptimoRoute.
01—04
4 capabilities in this set.
Part of 10 available through OptimoRoute.
- 01 Capability
Get planning status
Check the status of an optimization task. Use this to see if the AI is still crunching your routes or if they're ready.
- 02 Capability
Get analytics
Get delivery performance analytics for your fleet. This lets you see how well your routes are actually performing over time.
- 03 Capability
Get order
Get details for a specific order. This pulls up the specific metadata for any single job in your system.
- 04 Capability
Create order
Create a new delivery order with specific location details. This helps you add new jobs to the queue without leaving your chat.
05—07
3 capabilities in this set.
Part of 10 available through OptimoRoute.
- 05 Capability
Delete order
Remove a delivery order from the system. Use this when a customer cancels or a job needs to be purged.
- 06 Capability
Get driver locations
Get real-time driver locations. Use this to see exactly where every vehicle is on the map at any second.
- 07 Capability
List routes
List routes for a specific date. This gives you a bird's eye view of the day's planned logistics.
08—10
3 capabilities in this set.
Part of 10 available through OptimoRoute.
- 08 Capability
Get stop sequence
Get the stop sequence for a specific driver. This shows the exact order of deliveries for a single vehicle.
- 09 Capability
List drivers
List all drivers in your fleet. Use this to quickly see who is active and who is currently on the road.
- 10 Capability
Start planning
Start route optimization for a specific date. This triggers the system to find the most efficient delivery paths.
Set up in minutes
One URL. Then ask OptimoRoute to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use OptimoRoute 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_ZK9HgHz0AxhF4nsjzHDYYuCo5sfDY3SnOfGKp26z/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 OptimoRoute, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable OptimoRoute for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZK9HgHz0AxhF4nsjzHDYYuCo5sfDY3SnOfGKp26z/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 OptimoRoute URL.
- Step 03
Save and start
Save the connection and enable OptimoRoute in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"optimoroute-1": {
"url": "https://edge.vinkius.com/vk_preview_ZK9HgHz0AxhF4nsjzHDYYuCo5sfDY3SnOfGKp26z/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 OptimoRoute
Open Agent mode in chat and ask: "Using OptimoRoute, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"optimoroute-1": {
"url": "https://edge.vinkius.com/vk_preview_ZK9HgHz0AxhF4nsjzHDYYuCo5sfDY3SnOfGKp26z/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 OptimoRoute
Ask Copilot: "Using OptimoRoute, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"optimoroute-1": {
"url": "https://edge.vinkius.com/vk_preview_ZK9HgHz0AxhF4nsjzHDYYuCo5sfDY3SnOfGKp26z/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 OptimoRoute
Open Cascade and ask: "Using OptimoRoute, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"optimoroute-1": {
"url": "https://edge.vinkius.com/vk_preview_ZK9HgHz0AxhF4nsjzHDYYuCo5sfDY3SnOfGKp26z/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 OptimoRoute
Ask Cline: "Using OptimoRoute, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add optimoroute-1 --transport http "https://edge.vinkius.com/vk_preview_ZK9HgHz0AxhF4nsjzHDYYuCo5sfDY3SnOfGKp26z/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 OptimoRoute
Ask Claude: "Using OptimoRoute, show me...". 10 tools are ready
Where the request belongs
Work OptimoRoute can move forward.
This is for the logistics lead who is tired of manual data entry and the dispatcher who needs to answer "where is my stuff?" calls instantly. It's for anyone managing a fleet who wants to stop clicking through dashboards and start getting answers.
Dispatcher
Manages the minute-to-minute flow of drivers and creates new orders as they come in during the day.
Logistics Manager
Audits performance and checks daily route plans to ensure the fleet is hitting targets and staying on budget.
Fleet Owner
Monitors real-time driver locations and pulls analytics to see where costs are spiking or delays are happening.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOptimoRoute
Optimize delivery routes via OptimoRoute. create orders, run route planning, track driver GPS, and verify proof of delivery from any AI agent.
Trimble
Equip your AI agent with enterprise-grade truck routing, commercial geocoding, and advanced toll cost logistics algorithms.
HyperTrack
Manage location tracking, trips, and geofences via HyperTrack API.
Arrivy
Manage field service tasks, crews, and customer bookings with Arrivy. coordinate last-mile delivery and jobs via AI.
Upper Route Planner
Plan delivery routes for multiple drivers with optimization algorithms that minimize drive time and maximize daily stops.
Routific
Connect your AI assistant to Routific to solve complex vehicle routing problems, dispatch drivers, and manage global delivery timelines natively through chat.
Bring your own AI
Change the model, client or framework. Keep OptimoRoute 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 OptimoRoute.
The practical details behind the request, access and result.
Can I use OptimoRoute MCP to create new orders?
Yes, you can use it to add new delivery orders with specific location details directly through your AI client. This saves you from having to manually enter data into the dashboard.
How do I track my drivers in real time with OptimoRoute MCP?
You can ask your agent for the live location of any driver, and it will pull the current coordinates from your fleet data. It's a great way to get quick updates without opening a map.
Does OptimoRoute MCP support route optimization?
It allows you to start optimization tasks for specific dates and check their progress as they complete. You can then see the most efficient paths for your fleet.
Can I see the specific order of stops for my drivers?
Yes, you can pull the exact stop sequence for any driver to see their planned route for the day. This helps you provide accurate ETAs to your customers.
How does OptimoRoute MCP help with logistics analytics?
You can ask your agent to pull performance analytics to see how your fleet is performing over time. It helps you identify trends and areas for improvement.
Can I see all my routes for a specific day?
You can list all planned routes for any date to get a full overview of your daily logistics. It's perfect for morning briefings or end-of-day audits.
How do I get an OptimoRoute API Key?
In your OptimoRoute account, go to Administration > API Key. There you can generate and copy your unique access key.
Can I see where my drivers are right now?
Yes! Use the get_driver_locations capability to retrieve the real-time coordinates and status of all active vehicles in your fleet.
Does starting planning affect existing routes?
The start_planning capability initiates the optimization engine for the specified date. It will create or update routes based on the pending orders and driver availability for that day.
One connection away
Give your agent a direct line to OptimoRoute.
Connect OptimoRoute once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available