ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Geographic Distance Calculator with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Calculate precise distances, bearings, and waypoints using Haversine, Vincenty, and Euclidean models.

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 · 5 capabilities

The complete Geographic Distance Calculator capability set.

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

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 5 available through Geographic Distance Calculator.

  1. 01

    Get bearing stats

    Get bearing statistics between two points

  2. 02

    Generate bounding box

    Generate a bounding box for a circular area

  3. 03

    Get midpoint

    Find the midpoint between two points

Capability set02 / 02

04-05

2 capabilities in this set.

Part of 5 available through Geographic Distance Calculator.

  1. 04

    Calculate distance

    Calculate the distance between two geographic points

  2. 05

    Compute destination

    Compute a destination point based on bearing and distance

Observed, not estimated

647ms average. Fast in production.

Geographic Distance Calculator is checked daily against the live service.

Daily averagePeak 866ms
Aug 27Today
Fastest day
523ms
Slowest day
866ms
14-day trend
Slowing+9%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 5 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 Geographic Distance Calculator, so you can see the experience inside your AI.

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

Geographic Distance Calculator Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_7XcEh40M569a4Ozwg2pjmlKZ5IXOkRjucVYppuey/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 — Geographic Distance Calculator capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "geographic-distance-calculator-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_7XcEh40M569a4Ozwg2pjmlKZ5IXOkRjucVYppuey/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 Geographic Distance Calculator owners ask.

  • 01

    Which calculation method should I use for distance?

    Use haversine for most general-purpose needs as it is efficient and accurate. Use vincenty when high precision is required for long-distance navigation, as it accounts for the Earth's ellipsoidal shape. Use euclidean only for extremely short distances where curvature is negligible.

  • 02

    Can I find the center point between two cities?

    Yes, you can use the get_midpoint capability to find the geographic center along the great-circle path between any two sets of coordinates.

  • 03

    Does the server support different distance units?

    Yes, all distance results from calculate_distance are returned in meters, kilometers, miles, and nautical miles.