Vinkius
Routific

Routific MCP for AI. Resolve complex multi-stop routes and manage dispatch from chat.

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

Routific MCP on Cursor AI Code EditorRoutific MCP on Claude Desktop AppRoutific MCP on OpenAI Agents SDKRoutific MCP on Visual Studio CodeRoutific MCP on GitHub Copilot AI AgentRoutific MCP on Google Gemini AIRoutific MCP on Lovable AI DevelopmentRoutific MCP on Mistral AI AgentsRoutific MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

Routific MCP Server solves complex vehicle routing problems and manages entire dispatch operations through natural language chat. It lets your AI client plan multi-stop routes, audit pending delivery jobs across the platform, and push finalized manifests directly to driver mobile apps.

What your AI can do

Cancel saas job

Deletes and cancels a delivery job from the platform. This action cannot be undone.

Create platform route

Generates a new, initial route plan within the Routific system.

Create saas job

Creates an entirely new delivery job in the platform by providing structured order details (JSON).

+ 7 more capabilities included
Plan and Solve Routes

Calculates optimized driving routes for specific addresses or large groups of visits.

Manage Delivery Jobs

Creates, updates, lists, or cancels the status of delivery orders within the platform.

Review Timelines and ETAs

Retrieves a detailed, stop-by-stop schedule including estimated arrival times for any completed route.

Dispatch Routes to Drivers

Sends the final, calculated manifest directly into a designated driver's mobile application.

Included with Plan

Waiting for input…

AI Agent

Routific MCP Server: 10 Tools for Logistics Management

Manage the full delivery job lifecycle—from initial creation and background solving to timeline review and final dispatch—using these ten specialized tools.

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 Routific on Vinkius

Cancel Saas Job

Deletes and cancels a delivery job from the platform. This action cannot be undone.

Create Platform Route

Generates a new, initial route plan within the Routific system.

Create Saas Job

Creates an entirely new delivery job in the platform by providing structured order...

Get Route Timeline

Retrieves a detailed, stop-by-stop timeline for any given route.

List Platform Jobs

Lists all outstanding delivery jobs currently recorded in the Routific platform.

Poll Async Solution

Checks and retrieves the current status of a large, background Vehicle Routing Problem (VRP) calculation by its job ID.

Publish Route To Driver

Sends the final route plan directly to the targeted driver's mobile application for immediate action.

Solve Async Vrp Long

Starts a massive Vehicle Routing Problem calculation in the background, returning an...

Solve Standalone Vrp

Calculates an optimized route for a small set of visits right away without needing...

Update Saas Job

Modifies or changes details for an existing delivery job that is already in the...

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 Routific 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 Routific, 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
Routific 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 Routific 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.

Manually coordinating routes and jobs is a nightmare.

Right now, if you need to change a route or check on outstanding jobs, you have to jump between the main routing dashboard, the job list screen, and maybe an internal spreadsheet. You're clicking through tabs just to verify that 25 stops are still valid for today.

With this MCP server, you ask your agent: "List all pending delivery jobs." It runs `list_platform_jobs` and gives you a clean, actionable list right in the chat. No clicks required.

Routific MCP Server: Get routes and job status from chat.

You no longer have to run an entire batch calculation through a complicated web form, wait 10 minutes for it to process, and then manually check the result ID. You just ask your agent to submit the big routing problem using `solve_async_vrp_long`.

It sends back a job ID—which you can reference immediately with `poll_async_solution` until it's done. Then, one command gets the final ETA details via `get_route_timeline`. It’s that simple.

What your AI can actually do with this

You're connecting your AI client straight up to Routific. This isn't some gimmick; it turns your chat interface into a full-blown dispatch manager. You can build multi-stop routes, audit every outstanding order in the system, and push finalized manifests right into the driver’s mobile app—all without ever leaving the chat window.

When you need to figure out where things are going, Routific handles the complex routing math for you. If you've got a small cluster of stops that just need optimizing, you can run it immediately with solve_standalone_vrp, which calculates an optimized route right away. But what if you’re dealing with dozens of stops across multiple depots? You launch that massive job using solve_async_vrp_long.

This starts the Vehicle Routing Problem calculation in the background, giving you a unique ID; you gotta use that ID to check its status later by calling poll_async_solution until it's done. Before you even solve anything, you can generate an initial plan for the whole system using create_platform_route.

To manage the actual deliveries—the jobs themselves—you've got total control. You start a new delivery order in the platform by calling create_saas_job, where you feed it structured JSON with all the necessary order details. If an existing job changes, don't sweat it; you can modify or change details for any active record using update_saas_job.

Need to see what's pending? You run list_platform_jobs and get a comprehensive list of every outstanding delivery job on file. And if a job gets canceled before it even starts, you hit the kill switch with cancel_saas_job, which deletes and cancels that delivery job from the platform—just be warned, that action is irreversible.

Once the route is solved and the jobs are in place, you need to know the timeline. You retrieve a detailed, stop-by-stop schedule including estimated arrival times for any completed or planned run using get_route_timeline. When everything's locked down and the plan is set, you send that final manifest directly into the targeted driver’s mobile application with one command: publish_route_to_driver.

It's a simple flow. Your agent handles the complexity. You tell it what needs to happen—whether it's creating the job via structured data (create_saas_job), solving the logistics puzzle (solve_standalone_vrp), checking on its progress (poll_async_solution), or pushing the final directions out (publish_route_to_driver). You don't write complicated API calls; you just chat, and your agent does the heavy lifting.

Built · Hosted · Managed by Vinkius Routific MCP Server - Dispatch & Route Optimization
Server ID 019d7600-4557-73d5-b5ed-729ad0e89b92
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How do I list all pending jobs using list_platform_jobs? +

You simply ask your agent to run list_platform_jobs. This tool returns an immediate snapshot of every active delivery job ID and its current status in the Routific platform.

What is the difference between solve_standalone_vrp and solve_async_vrp_long? +

solve_standalone_vrp solves a small, immediate route synchronously (right now). solve_async_vrp_long handles massive routing problems that take time; it kicks off the job in the background and returns an ID you must poll.

Can I send a finished route to the driver using publish_route_to_driver? +

Yes. After calculating the optimal path, you use publish_route_to_driver to push the final manifest directly into the designated mobile app for the driver.

How do I update an old job after it's been created? +

Use the update_saas_job tool. You need to provide the existing job ID and a JSON object containing only the fields you want to change.

When using `create_saas_job`, what specific fields must I include to ensure the job respects order constraints? +

You must provide a JSON object that explicitly lists all required details, including any priority flags and physical constraints. If critical information is missing, the API call fails validation immediately.

After running `solve_async_vrp_long`, how do I check if the large routing job has finished using `poll_async_solution`? +

You repeatedly query the status endpoint. The response will cycle through states (like PENDING or PROCESSING) until it returns a final result object or an explicit error code.

Using `get_route_timeline`, what exact metrics do I get for every stop on the completed route? +

The tool provides sequential, detailed data points. This includes the estimated time of arrival (ETA), necessary service time at the location, and the distance to the next point.

What happens if my bearer token is invalid when I try to run `create_platform_route`? +

The system immediately throws an authorization error. You'll need to verify your API key in the Routific backend console and ensure it has owner-level permissions.

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.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Routific. 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.