Route4Me Connector for AI agents.
10 live capabilities
Manage fleet logistics and route optimizations through your AI agent.
Waiting for input…
Why people use Route4Me
Route4Me Logistics Data Extraction: Stop the manual CSV dance.
This Connector changes that. You can just tell your agent to add the address or pull the optimization report. You get the data you need in a chat window, letting you stay focused on moving the fleet rather than managing the software.
What Vinkius changes
You get a conversational interface for your entire Route4Me logistics stack.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Adding a last-minute stop
A dispatcher needs to add a new stop.
- Real-world use case 02
Analyzing weekly performance
An analyst wants to see last week's performance.
- Real-world use case 03
Checking fleet availability
A manager wants to see who's available.
Complete set · 10capabilities
The complete Route4Me capability set.
These are the exact actions your AI can choose when you ask it to work with Route4Me.
01—04
4 capabilities in this set.
Part of 10 available through Route4Me.
- 01 Capability
Get address
Fetch specific address details using a unique ID. This is useful for looking up customer information quickly.
- 02 Capability
Get route
Retrieve the details of a specific vehicle route. Use this to check planned paths and stop counts.
- 03 Capability
Create address
Add a new customer location to your book by sending a JSON object. This keeps your database current without manual entry.
- 04 Capability
Get addresses
Pull a full list of addresses from your Route4Me book. Use this to audit your customer list or find specific locations.
05—07
3 capabilities in this set.
Part of 10 available through Route4Me.
- 05 Capability
Get optimizations
Access your history of route optimizations. This helps you review past performance and VRP algorithm results.
- 06 Capability
Get routes
List all the active routes currently assigned to your fleet. This gives you a bird's-eye view of current operations.
- 07 Capability
Get users
See a list of all drivers and users linked to your account. This helps you manage personnel and permissions.
08—10
3 capabilities in this set.
Part of 10 available through Route4Me.
- 08 Capability
Get vehicles
View the list of all registered vehicles in your fleet. Use this to check your current fleet size and availability.
- 09 Capability
Delete address
Remove a specific address from your database. This is the quickest way to clean up old or incorrect customer records.
- 10 Capability
Update address
Modify the information for an existing customer address. Use this to keep your data accurate as customer needs change.
Set up in minutes
One URL. Then ask Route4Me to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Route4Me 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_lXDGLcvA89W820Dg9yEmeN8DIKvOZqNlTM2CxgWM/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 Route4Me, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Route4Me for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_lXDGLcvA89W820Dg9yEmeN8DIKvOZqNlTM2CxgWM/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 Route4Me URL.
- Step 03
Save and start
Save the connection and enable Route4Me in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"route4me-alternative": {
"url": "https://edge.vinkius.com/vk_preview_lXDGLcvA89W820Dg9yEmeN8DIKvOZqNlTM2CxgWM/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 Route4Me
Open Agent mode in chat and ask: "Using Route4Me, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"route4me-alternative": {
"url": "https://edge.vinkius.com/vk_preview_lXDGLcvA89W820Dg9yEmeN8DIKvOZqNlTM2CxgWM/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 Route4Me
Ask Copilot: "Using Route4Me, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"route4me-alternative": {
"url": "https://edge.vinkius.com/vk_preview_lXDGLcvA89W820Dg9yEmeN8DIKvOZqNlTM2CxgWM/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 Route4Me
Open Cascade and ask: "Using Route4Me, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"route4me-alternative": {
"url": "https://edge.vinkius.com/vk_preview_lXDGLcvA89W820Dg9yEmeN8DIKvOZqNlTM2CxgWM/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 Route4Me
Ask Cline: "Using Route4Me, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add route4me-alternative --transport http "https://edge.vinkius.com/vk_preview_lXDGLcvA89W820Dg9yEmeN8DIKvOZqNlTM2CxgWM/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 Route4Me
Ask Claude: "Using Route4Me, show me...". 10 tools are ready
Where the request belongs
Work Route4Me can move forward.
This is for logistics managers who are tired of manual data entry and fleet owners who need real-time visibility without the tab fatigue.
Logistics Manager
Checking fleet status and pulling optimization reports on the fly during shift changes.
Dispatcher
Adding new stops to the address book during a busy shift without leaving the chat.
Transportation Analyst
Extracting data from optimization history for weekly performance reporting.
Fleet Owner
Keeping track of registered vehicles and driver counts without logging into the dashboard.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsRoute4Me
Connect your Route4Me account to AI agents to manage addresses, routes, optimizations, and vehicles.
Routific
Connect your AI assistant to Routific to solve complex vehicle routing problems, dispatch drivers, and manage global delivery timelines natively through chat.
Upper Route Planner
Plan delivery routes for multiple drivers with optimization algorithms that minimize drive time and maximize daily stops.
DROPBOY
Equip your AI agent to manage logistics orders, track fleet vehicles, and monitor delivery drivers via the DROPBOY API.
OptimoRoute
Optimize delivery routes via OptimoRoute. create orders, track driver locations, and manage route planning directly from any AI agent.
Trimble
Equip your AI agent with enterprise-grade truck routing, commercial geocoding, and advanced toll cost logistics algorithms.
Bring your own AI
Change the model, client or framework. Keep Route4Me 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 Route4Me.
The practical details behind the request, access and result.
Can Route4Me MCP help me manage my driver list?
Yes, it allows your AI agent to pull the full list of associated users and drivers from your account instantly. You can check who is on the road or manage permissions without logging into the dashboard.
How does Route4Me MCP handle my address book?
The Connector connects directly to your address book. Your agent can list all current addresses, update existing ones, or add new customer stops on the fly.
Can I use Route4Me MCP to see my optimization history?
Yes. You can ask your agent to pull reports on previous route optimizations. This is great for reviewing VRP algorithm performance and historical data.
Is Route4Me MCP good for fleet tracking?
It is excellent for high-level fleet oversight. You can quickly check which vehicles are registered and see your total fleet status through a simple conversation.
How do I get my data into the Route4Me MCP?
You just need to grab your API Token from your Route4Me Developer settings and paste it into your Vinkius vault. From there, your agent can access everything.
Can Route4Me MCP help with logistics reporting?
Absolutely. It lets you extract specific optimization and route data into a chat interface, making it much easier to gather info for reports without manual exports.
Can the agent trigger a new algorithm calculation?
Currently, the agent is restricted to retrieving existing optimization histories and reading paths to ensure API limits are protected. Address book creations are however supported.
Is the API key secure across requests?
Yes. The API key is securely appended to standard HTTPS queries locally during execution time.
What addresses are retrieved from the book?
The capability fetches the most recent addresses but allows passing a dynamic parameter to iterate through larger chunks of your system.
One connection away
Give your agent a direct line to Route4Me.
Connect Route4Me once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available