Routific API Connector for AI agents.
10 live capabilities
Manage vehicle routing and driver dispatching through a conversational interface.
Waiting for input…
Why people use Routific API
Stop Wrestling with Routing Software: Routific Logistics
This Connector lets you ditch the manual work. You tell your agent what needs to go where, and it handles the math and the updates. You get a clean, conversational way to manage your fleet's movement.
What Vinkius changes
You get to manage a complex logistics fleet using plain text commands.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Handling a sudden order spike
A dispatcher gets 20 new orders in 10 minutes.
- Real-world use case 02
Correcting a driver's route
A driver calls saying they can't make a stop.
- Real-world use case 03
Preparing the daily manifest
An ops manager wants to see tomorrow's plan.
Complete set · 10capabilities
The complete Routific API capability set.
These are the exact actions your AI can choose when you ask it to work with Routific API.
01—04
4 capabilities in this set.
Part of 10 available through Routific API.
- 01 Capability
Update saas job
Modifies an existing delivery job in your platform. Use this to change order details on the fly.
- 02 Capability
Cancel saas job
Permanently deletes a delivery job from your platform. Use this to clear out completed or cancelled orders.
- 03 Capability
Create platform route
Builds a new route plan within the Routific system. This helps you organize your fleet's daily journey.
- 04 Capability
Create saas job
Adds a new delivery job to the platform using specific order details. It handles your incoming orders automatically.
05—07
3 capabilities in this set.
Part of 10 available through Routific API.
- 05 Capability
Get route timeline
Fetches the stop-by-stop ETA for a specific route. This is perfect for providing customers with precise updates.
- 06 Capability
List platform jobs
Shows every delivery job currently in your Routific platform. Use this to get a bird's eye view of your workload.
- 07 Capability
Poll async solution
Checks the status of a large, background routing calculation. Use this for massive batch jobs that take time to solve.
08—10
3 capabilities in this set.
Part of 10 available through Routific API.
- 08 Capability
Solve standalone vrp
Calculates a single route for a specific set of visits and vehicles. Use this for quick, one-off route planning.
- 09 Capability
Publish route to driver
Sends the finished route to the driver's mobile app. This ensures your drivers see the latest plan instantly.
- 10 Capability
Solve async vrp long
Submits a massive routing problem to be solved in the background. This is for complex, high-volume logistics.
Set up in minutes
One URL. Then ask Routific API to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Routific API 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_8iCA9lUJ5A922UmQpuJnnULTrZGCsvWghbWOMcS8/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 Routific API, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Routific API for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8iCA9lUJ5A922UmQpuJnnULTrZGCsvWghbWOMcS8/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 Routific API URL.
- Step 03
Save and start
Save the connection and enable Routific API in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"routific": {
"url": "https://edge.vinkius.com/vk_preview_8iCA9lUJ5A922UmQpuJnnULTrZGCsvWghbWOMcS8/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 Routific API
Open Agent mode in chat and ask: "Using Routific API, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"routific": {
"url": "https://edge.vinkius.com/vk_preview_8iCA9lUJ5A922UmQpuJnnULTrZGCsvWghbWOMcS8/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 Routific API
Ask Copilot: "Using Routific API, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"routific": {
"url": "https://edge.vinkius.com/vk_preview_8iCA9lUJ5A922UmQpuJnnULTrZGCsvWghbWOMcS8/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 Routific API
Open Cascade and ask: "Using Routific API, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"routific": {
"url": "https://edge.vinkius.com/vk_preview_8iCA9lUJ5A922UmQpuJnnULTrZGCsvWghbWOMcS8/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 Routific API
Ask Cline: "Using Routific API, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add routific --transport http "https://edge.vinkius.com/vk_preview_8iCA9lUJ5A922UmQpuJnnULTrZGCsvWghbWOMcS8/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 Routific API
Ask Claude: "Using Routific API, show me...". 10 tools are ready
Where the request belongs
Work Routific API can move forward.
This is for the logistics manager who's tired of wrestling with routing software during peak hours. It's for the person who needs to move fast when new orders come in and wants to stay out of the dashboard.
Fleet Dispatcher
Manages live chaos by overriding routes via chat and pushing updates to drivers instantly.
Logistics Coordinator
Pulls route matrices and ETAs for reporting and keeps customers updated on delivery status.
Operations Engineer
Executes large batch routing tasks and manages massive multi-depot configurations through a text interface.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsUpper Route Planner
Plan delivery routes for multiple drivers with optimization algorithms that minimize drive time and maximize daily stops.
Route4Me
Connect your Route4Me account to AI agents to manage addresses, routes, optimizations, and vehicles.
Onfleet
Manage last-mile deliveries via Onfleet. create tasks, track drivers, check ETAs, and complete orders directly from any AI agent.
OptimoRoute
Optimize delivery routes via OptimoRoute. create orders, track driver locations, and manage route planning directly from any AI agent.
Track-POD
Optimize delivery routes, capture electronic proof of delivery, and track driver performance for logistics operations.
Shipday
Dispatch and track local deliveries with driver management, route optimization, and real-time tracking for last-mile operations.
Bring your own AI
Change the model, client or framework. Keep Routific API 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 Routific API.
The practical details behind the request, access and result.
Can the Routific MCP handle multi-stop routes?
Yes, it's built specifically for that. It can calculate the most efficient path for multiple stops across your entire fleet.
How does the Routific MCP send info to drivers?
The Connector pushes the finalized route directly to the driver's mobile app, so they get instant updates on their manifests.
Can I use the Routific MCP to update existing orders?
Absolutely. You can tell your agent to update specific job details, like priorities or order constraints, in real time.
Is the Routific MCP good for large-scale logistics?
Yes, it handles massive batch routing problems in the background, making it ideal for high-volume delivery operations.
Does the Routific MCP provide real-time ETAs?
Yes, it can pull stop-by-stop ETAs from the system so you can keep your customers informed on their delivery status.
How do I get my orders into the Routific MCP?
You can simply describe the orders to your agent or provide a list of details, and it will create the jobs in the platform for you.
Can the AI push routes dynamically to drivers' smartphones automatically?
Yes! Activating the publish_route_to_driver function dynamically interacts with the saas infrastructure, natively pushing an authorized manifest to the delivery team's active Routific phone apps flawlessly.
Does `solve_standalone_vrp` handle extremely large thousands of stops simultaneously efficiently?
For very large batches, use solve_async_vrp_long instead. It processes the request asynchronously and you can poll for results with poll_async_solution. The standalone solver is best for smaller, real-time requests.
Can the integration update a delivery job after it has been created?
Yes. Use update_saas_job to modify constraints, priorities, or delivery details on an existing job without having to delete and recreate it.
One connection away
Give your agent a direct line to Routific API.
Connect Routific API once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available