ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use geometry-calculator with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Compute exact Euclidean distances, 2D areas, and 3D volumes completely local. A zero-latency geometry engine for autonomous AI agents.

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

The complete geometry-calculator capability set.

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

Capability set01 / 01

01-03

3 capabilities in this set.

Part of 3 available through geometry-calculator.

  1. 01

    Calculate 3d volume

    Sphere: {"radius": x}. Cube: {"side": x}. Cylinder: {"radius": x, "height": y}. Prism: {"width": x, "height": y, "depth": z}. Calculates the exact volume of 3D shapes (sphere, cube, cylinder, prism)

  2. 02

    Calculate 2d area

    For circle: {"radius": x}. For rectangle: {"width": x, "height": y}. For triangle: {"base": x, "height": y}. Calculates the exact area of 2D shapes (circle, rectangle, triangle)

  3. 03

    Calculate distance

    2D example: {"x": 0, "y": 0}. 3D example: {"x": 1, "y": 2, "z": 3}. Calculates the Euclidean distance between two points in 2D or 3D space

Observed, not estimated

861ms average. Fast in production.

geometry-calculator is checked daily against the live service.

Daily averagePeak 1059ms
Aug 20Today
Fastest day
666ms
Slowest day
1059ms
14-day trend
Slowing+45%

Connect your client

One URL. Every client.

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

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

geometry-calculator Connector

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

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

  • 01

    Does it support 3D spatial distances?

    Yes! The calculate_distance capability supports both 2D (x,y) and 3D (x,y,z) coordinates, calculating the exact Euclidean distance between any two points.

  • 02

    Why use this instead of an LLM prompt?

    LLMs predict text; they do not natively compute math. When calculating volumes (like Pi r^2 h), LLMs often generate subtly incorrect approximations. This MCP engine guarantees 100% architectural precision.

  • 03

    Does this require internet access?

    No. The entire engine runs strictly local in your local environment, ensuring that proprietary architectural layouts or sensitive geospatial coordinates never leave your machine.