Paste a list of addresses into Claude, ChatGPT, or any MCP-enabled agent and get back the optimal visiting order — with ETAs, leg distances, and total route stats. Powered by the same Routific engine behind 191 million+ optimized deliveries.
https://mcp.routific.com/mcp
The server exposes a single tool, optimize_route, that your AI agent
calls whenever you ask it to plan a multi-stop trip.
Add mcp.routific.com/mcp as a connector in Claude, ChatGPT, or
any MCP client. No account, no API key, nothing to configure.
Share up to 8 addresses in plain text. Routific geocodes them automatically — just include the city and region.
Claude returns the optimal visiting order with an ETA and driving distance for every stop, plus total time and distance.
This is actual output from the server, shown in Claude — six stops around Vancouver, optimized in about two seconds. It works the same in ChatGPT or any MCP-enabled agent.
The server speaks Streamable HTTP — the standard MCP transport. Pick your client:
https://mcp.routific.com/mcp
https://mcp.routific.com/mcp
claude mcp add --transport http routific https://mcp.routific.com/mcp
{
"mcpServers": {
"routific": {
"type": "http",
"url": "https://mcp.routific.com/mcp"
}
}
}
optimize_route toolOne tool, four parameters. Routific solves the underlying traveling-salesman problem and returns a schedule with machine-learned ETAs — not just a stop order.
| Name | Type | Description |
|---|---|---|
stops required | string[] · 2–8 | Addresses to visit, e.g. “800 Robson St, Vancouver, BC”. Include city + region for reliable geocoding. |
start_address optional | string | Where the driver starts. Defaults to the first entry in stops. |
return_to_start optional | boolean | End the route back at the start. Default false. |
departure_time optional | string | 24h hh:mm departure used to compute ETAs. Default 09:00. |
| Field | Description |
|---|---|
route[] | Stops in optimal order: address, eta, departure, and distance_from_previous_m. |
total_travel_time_minutes | Driving + service time for the whole route. |
total_distance_km | Total driving distance. |
unserved | Stops that couldn’t be routed, with the reason (e.g. address not found). |
This free demo is capped at 8 stops per request. Splitting a longer list into chunks and optimizing them separately does not produce an optimized route — the chunks are only locally optimal. For unlimited stops, multiple drivers, time windows, and proof of delivery, upgrade to Routific or build on the Engine API.
We’re actively expanding what AI agents can do with Routific — and your ideas help decide what ships next.
We’re working on additional MCP tools and higher stop limits — letting your agent interact with the full Routific platform: optimizing routes across your whole fleet, visualizing them on a map, dispatching them to drivers, and tracking deliveries as they happen.
Building something with AI agents and delivery logistics? We’d love to hear what you’d use a Routific MCP for — your ideas shape the roadmap.
Share your idea →Yes — it runs on Routific’s public demo API token. The only limit is 8 stops per request. If your routes outgrow that, that’s the catch: we’d love you to try Routific.
The addresses and route parameters you provide are forwarded to the Routific
Engine API (api.routific.com) to geocode and optimize the route —
nothing else is collected, and this server stores nothing. See the
Routific privacy policy.
They’re powered by machine learning. The Routific Engine learns from millions of real-world deliveries every month, so its travel-time predictions keep getting more accurate — the same blazing-fast engine behind our route optimization API. Each ETA combines your chosen departure time (default 09:00), ML-predicted driving times between stops, and 5 minutes of service time at each stop.
Plain addresses work — they’re geocoded automatically. For best results include the city and region (e.g. “800 Robson St, Vancouver, BC, Canada”).
Any client that speaks Streamable HTTP: Claude (web, desktop, mobile), ChatGPT (developer mode), Claude Code, Cursor, and most other MCP-capable tools. The endpoint is stateless, so no session or auth setup is needed.
Routific plans routes for entire fleets — unlimited stops, multiple drivers, time windows, live tracking, and proof of delivery. Trusted by 1,000+ delivery businesses.