ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Routific API with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Connect your AI assistant to Routific to solve complex vehicle routing problems, dispatch drivers, and manage global delivery timelines natively through chat.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Routific API capability set.

These are the exact actions your AI can choose when you ask it to work with Routific API.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Routific API.

  1. 01

    Cancel saas job

    This action is irreversible. Cancels and deletes a delivery job from the platform

  2. 02

    Create saas job

    Provide a JSON object with order details. Creates a new delivery job in the platform

  3. 03

    Get route timeline

    Retrieves the stop-by-stop timeline for a route

  4. 04

    List platform jobs

    Lists all delivery jobs in the Routific platform

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Routific API.

  1. 05

    Solve standalone vrp

    Provide a JSON object with visits, fleet, and options. Solves a standalone Vehicle Routing Problem synchronously

  2. 06

    Publish route to driver

    Publishes a route to the driver's mobile app

  3. 07

    Create platform route

    Creates a new route plan in the platform

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Routific API.

  1. 08

    Poll async solution

    Polls the status of an asynchronous VRP job

  2. 09

    Solve async vrp long

    Returns a job ID for polling. Submits a large Vehicle Routing Problem for asynchronous solving

  3. 10

    Update saas job

    Updates an existing delivery job

Observed, not estimated

873ms average. Fast in production.

Routific API is checked daily against the live service.

Daily averagePeak 1046ms
Aug 20Today
Fastest day
740ms
Slowest day
1046ms
14-day trend
Slowing+17%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Routific API, so you can see the experience inside your AI.

It does not authenticate your account with Routific API. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Routific API Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_8iCA9lUJ5A922UmQpuJnnULTrZGCsvWghbWOMcS8/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Routific API capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "routific-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_8iCA9lUJ5A922UmQpuJnnULTrZGCsvWghbWOMcS8/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Routific API owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.