ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use OpenRouteService with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Plan routes and analyze spatial data via OpenRouteService. calculate directions, isochrones, distance matrices, VRP optimization, and geocoding from any AI age

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 OpenRouteService capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through OpenRouteService.

  1. 01

    Get elevation line

    For polyline, provide the encoded polyline string as JSON. Return elevation values along a line

  2. 02

    Reverse geocode

    Reverse geocode longitude and latitude into an address

  3. 03

    Calculate matrix

    Unreachable pairs may be null. Calculate a duration matrix between multiple locations

  4. 04

    Geocode search

    Search an address or place with OpenRouteService geocoding

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through OpenRouteService.

  1. 05

    Snap gps to road

    Snap GPS coordinates to the nearest road network

  2. 06

    Calculate directions

    Supported profiles include driving-car, cycling-regular, foot-walking, and wheelchair. Calculate a route between two or more coordinates

  3. 07

    Calculate isochrones

    Range values are seconds for time-based isochrones. Generate reachable areas around one or more coordinates

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through OpenRouteService.

  1. 08

    Get ors status

    This is not an optimization job status. Check OpenRouteService API status

  2. 09

    Search country boundary

    Country filtering with a two-letter ISO country code. Search places constrained to an ISO country code

  3. 10

    Solve vrp optimization

    Solve a vehicle routing problem with jobs and vehicles

Observed, not estimated

875ms average. Fast in production.

OpenRouteService is checked daily against the live service.

Daily averagePeak 1064ms
Aug 20Today
Fastest day
749ms
Slowest day
1064ms
14-day trend
Slowing+19%

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 OpenRouteService, so you can see the experience inside your AI.

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

OpenRouteService Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_PSUHMhycOvqpomQ4KyrnDt17AfCQwXu8mm8OMYhJ/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 — OpenRouteService capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "openrouteservice-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_PSUHMhycOvqpomQ4KyrnDt17AfCQwXu8mm8OMYhJ/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 OpenRouteService owners ask.

  • 01

    Is the OpenRouteService API free?

    Yes. ORS offers a free Standard plan with generous daily limits for all services (directions, isochrones, matrix, geocoding, and optimization). No credit card required. Higher rate limits are available through the Collaborative plan for non-profits, academics, and government organizations.

  • 02

    What routing profiles are supported?

    ORS supports driving-car, driving-hgv (heavy goods vehicles), cycling-regular, cycling-road, cycling-mountain, cycling-electric, foot-walking, foot-hiking, and wheelchair. Each profile optimizes routes based on road network restrictions specific to that transportation mode.

  • 03

    Can I solve vehicle routing problems with time windows and capacity constraints?

    Yes. The VRP optimization capability uses the VROOM solver. Define jobs with locations, service times, and time windows, then define vehicles with start/end locations, capacities, and operating hours. The solver returns optimized assignments and routes for your entire fleet.