Vinkius
Route4Me

Route4Me MCP for AI. Automate Dispatching & Track Every Vehicle Live.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Route4Me MCP on Cursor AI Code EditorRoute4Me MCP on Claude Desktop AppRoute4Me MCP on OpenAI Agents SDKRoute4Me MCP on Visual Studio CodeRoute4Me MCP on GitHub Copilot AI AgentRoute4Me MCP on Google Gemini AIRoute4Me MCP on Lovable AI DevelopmentRoute4Me MCP on Mistral AI AgentsRoute4Me MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

Route4Me connects your AI client to complex fleet logistics. It solves multi-stop route optimizations, tracks real-time vehicle GPS data, and lets you adjust driver manifests directly via chat commands.

What your AI can do

Create optimization problem

Builds a new route optimization plan by accepting parameters and multiple destination addresses.

Delete dispatched route

Permanently removes an entire dispatched route from the system.

Geocode address

Changes a free-form address string into verifiable geographic coordinates (latitude and longitude).

+ 7 more capabilities included
Calculate and retrieve optimal routes

The agent runs optimization problems to find the most efficient path given multiple stops, retrieving details with get_optimization_problem.

Monitor live vehicle status

Query real-time or historical GPS location data for any assigned route using get_route_gps_tracking.

Manage active trip details

List all ongoing routes (list_dispatched_routes) and pull the full list of stops and expected arrival times with get_route_manifest.

Modify a route on the fly

Add unexpected new deliveries to an active driver's day using insert_stop_into_route, or remove an entire dispatched trip via delete_dispatched_route.

Convert addresses to coordinates

The agent takes a plain address string and converts it into precise geographic latitude/longitude pairs using geocode_address.

Included with Plan

Waiting for input…

AI Agent

Route4Me MCP Server: 10 Tools for Fleet Management

Manage your entire dispatch lifecycle by running these tools. Calculate optimal paths, geocode addresses, track vehicles, and modify routes in real time.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Route4Me on Vinkius

Create Optimization Problem

Builds a new route optimization plan by accepting parameters and multiple destination addresses.

Delete Dispatched Route

Permanently removes an entire dispatched route from the system.

Geocode Address

Changes a free-form address string into verifiable geographic coordinates (latitude...

Get Optimization Problem

Retrieves the full details for a specific route optimization plan ID.

Get Route Gps Tracking

Gets real-time or historical GPS location data for any specified route.

Get Route Manifest

Pulls the complete list of stops and estimated times for a defined route ID.

Insert Stop Into Route

Adds a new stop directly into an existing, active driver's planned route.

List Dispatched Routes

Lists every single route that is currently marked as dispatched and active in the...

List Fleet Vehicles

Retrieves a list of all vehicles registered within your account's fleet management...

List Optimizations

Lists both active and historical route optimization problems that have been solved...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Route4Me integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Route4Me, then connect any of our 5,000+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,000+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Route4Me MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Route4Me API. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 10 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Managing logistics means jumping between five different screens: GPS map, manifest PDF, scheduling sheet, and dispatch radio. It’s exhausting.

Right now, if a truck gets delayed or a new priority drop-off comes in, you have to jump into the proprietary dashboard. You find the route ID, manually check the map against the manifest, then open another tab to calculate how long the delay means for everything else. It’s clicking through five different system silos just to adjust one stop.

With this MCP server, it's a single conversation. Tell your agent: 'We have an emergency stop at 14 Main Street.' The tool runs `insert_stop_into_route` automatically, updates the entire manifest structure, and tells you the new estimated arrival times for all subsequent stops. It’s one chat window doing the work of five different software packages.

Route4Me MCP Server: Use `geocode_address` to turn raw data into usable coordinates.

Traditionally, if you had a list of 500 addresses—say, from a vendor feed—you couldn't just plug them in. You needed specialized software that accepted free-form text and spit out structured Lat/Long pairs, which was often expensive or slow.

Now, your AI agent runs `geocode_address`. You provide the list of rough strings, and it instantly returns a clean data array with verifiable coordinates. The process moves from hours of manual cleanup to seconds of API call.

What your AI can actually do with this

You connect your AI client directly to Route4Me, and it turns your agent into a full-time dispatcher that handles complex fleet logistics through simple chat commands. You're dealing with multi-stop routing, real-time tracking, and changing manifests—this server lets you do all that stuff.

To build any route, you first convert addresses to coordinates using geocode_address. This tool takes a messy, free-form street address and spits out precise geographic latitude and longitude pairs. Once you've got those coords, you can run an optimization job by calling create_optimization_problem, passing in parameters and all your destination locations to build the initial route plan.

You won't wanna lose track of what routes you ran; use list_optimizations to see every solved and pending problem, then pull full details for any specific run with get_optimization_problem.

To monitor things once they’re moving, start by listing all registered hardware using list_fleet_vehicles. You can check what trips are currently active in the field by running list_dispatched_routes. For live updates, you pull real-time or historical GPS location data for any assigned run with get_route_gps_tracking. If you need to know the sequence of stops and when they're supposed to arrive, use get_route_manifest against a specific route ID.

When things go sideways out on the road—and they always do—you need quick controls. You can add an unexpected delivery stop directly into an active driver’s day using insert_stop_into_route. If a whole trip gets canceled, you permanently remove it from the system with delete_dispatched_route.

Basically, you use these tools to manage the entire flow: first, geocode addresses; then, build and retrieve an optimization plan; next, list active routes and track them via GPS; finally, adjust the manifest by adding stops or deleting whole trips. You don't write complex API calls—you just talk to your agent.

Built · Hosted · Managed by Vinkius Route4Me MCP Server - Fleet Logistics & Route Optimization
Server ID 019d7600-1f15-731a-aafb-9be1489d4474
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How do I check if my route is active using list_dispatched_routes? +

You use list_dispatched_routes to pull a roster of all routes currently marked as dispatched. This tool gives you the IDs and basic statuses of every operational path right now.

Is get_route_manifest better than list_dispatched_routes? +

Yes. list_dispatched_routes just tells you which routes exist. Use get_route_manifest when you need the actual details: the full sequence of stops, the estimated time windows, and the specific destinations for a known route ID.

Can I run optimization without knowing all addresses? +

No. The create_optimization_problem tool requires you to provide a structured JSON object containing all necessary parameters and destination addresses upfront for it to calculate anything.

What if I need to change an active route's stop? +

Use insert_stop_into_route. This tool adds the new delivery into the existing sequence, automatically adjusting the rest of the manifest and estimated times for the driver.

Does get_route_gps_tracking work only with live data? +

No. It retrieves both real-time telemetry and historical GPS tracking data. You can track a truck's movements over the last 24 hours or see its current location on demand.

What are the risks of using the `delete_dispatched_route` tool? +

The action is irreversible, so exercise caution. This function permanently removes a dispatched route from your system. Always confirm that you want to delete the entire operational path before calling it.

How do I verify my API connection using `list_fleet_vehicles`? +

Run list_fleet_vehicles to test your connection and permissions immediately. If the tool returns a list of registered vehicles, your API key is valid and you have full access to fleet data.

How do I check historical route performance with `list_optimizations`? +

The tool provides a comprehensive record of all past optimization problems. This lets you review the parameters and outcomes of previous planning sessions without needing specific IDs.

Can the AI automatically assign drivers to newly generated routes? +

This particular capability set focuses heavily on querying navigational routes, analyzing optimizations, and live tracking variables. Assigning specific user accounts or driver individuals to dispatched routes typically requires organizational-level management directly performed through your centralized Route4Me web board to appropriately handle real payroll, licensing, or schedule complications instead of conversational automation.

How does `get_route_gps_tracking` update if the vehicle goes offline? +

If a Route4Me integrated tracking application or native vehicular telematics unit temporarily loses signal, the platform caches the latest recorded ping. Therefore, running the tracking querying task via the AI returns the last reliable known geographical timestamp instead of an extrapolated error, keeping expectations transparent to operational visibility parameters.

Can I add a new stop to an already-active route without re-optimizing everything? +

Yes. The insert_stop_into_route tool lets you inject a new address into an existing dispatched route. The platform appends it without recalculating the full optimization, keeping the rest of the sequence intact.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Route4Me. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.