geometry-calculator Connector for AI agents.
3 live capabilities
Perform precise 3D modeling and spatial math with absolute accuracy.
Waiting for input…
Why people use geometry-calculator
Geometry Calculator for precise engineering math
This Connector puts that calculator directly into your AI client. Your agent handles the dimensions and returns the exact result instantly. You get the right numbers without ever leaving your current screen.
What Vinkius changes
Your AI gets a calculator that never makes a math mistake.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Calculating construction material volumes
An architect asks for the volume of a support pillar.
- Real-world use case 02
Checking player range in a 3D game
A game developer needs to know if a player is within a certain radius.
- Real-world use case 03
Determining floor space for a triangular lot
A construction manager asks for the square footage of a lot.
Complete set · 3capabilities
The complete geometry-calculator capability set.
These are the exact actions your AI can choose when you ask it to work with geometry-calculator.
01—03
3 capabilities in this set.
Part of 3 available through geometry-calculator.
- 01 Capability
Calculate distance
Calculates the straight-line Euclidean distance between two points in either 2D or 3D space. This is perfect for finding the gap between any two coordinates.
- 02 Capability
Calculate 2d area
Computes the exact area for circles, rectangles, and triangles based on dimensions you provide. It handles the math so your agent doesn't have to guess the area.
- 03 Capability
Calculate 3d volume
Provides the precise volume for spheres, cubes, cylinders, and prisms. Use this to get exact cubic measurements for 3D objects.
Set up in minutes
One URL. Then ask geometry-calculator to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use geometry-calculator from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_L9vchzOBbksh38QvNAGc5JYDUbpMlEUBDelDAdNn/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it geometry-calculator, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable geometry-calculator for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_L9vchzOBbksh38QvNAGc5JYDUbpMlEUBDelDAdNn/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the geometry-calculator URL.
- Step 03
Save and start
Save the connection and enable geometry-calculator in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"geometry-calculator": {
"url": "https://edge.vinkius.com/vk_preview_L9vchzOBbksh38QvNAGc5JYDUbpMlEUBDelDAdNn/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using geometry-calculator
Open Agent mode in chat and ask: "Using geometry-calculator, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"geometry-calculator": {
"url": "https://edge.vinkius.com/vk_preview_L9vchzOBbksh38QvNAGc5JYDUbpMlEUBDelDAdNn/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using geometry-calculator
Ask Copilot: "Using geometry-calculator, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"geometry-calculator": {
"url": "https://edge.vinkius.com/vk_preview_L9vchzOBbksh38QvNAGc5JYDUbpMlEUBDelDAdNn/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using geometry-calculator
Open Cascade and ask: "Using geometry-calculator, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"geometry-calculator": {
"url": "https://edge.vinkius.com/vk_preview_L9vchzOBbksh38QvNAGc5JYDUbpMlEUBDelDAdNn/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using geometry-calculator
Ask Cline: "Using geometry-calculator, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add geometry-calculator --transport http "https://edge.vinkius.com/vk_preview_L9vchzOBbksh38QvNAGc5JYDUbpMlEUBDelDAdNn/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using geometry-calculator
Ask Claude: "Using geometry-calculator, show me...". 3 tools are ready
Where the request belongs
Work geometry-calculator can move forward.
This is for engineers, architects, and 3D developers who need precision. It's for anyone who can't afford a 'hallucinated' measurement in a project that requires real-world spatial accuracy.
Architectural Designer
Checking floor areas and material volumes for construction projects without leaving the chat.
Game Developer
Calculating distances between 3D entities or checking collision volumes in a game world.
Robotics Engineer
Planning paths and calculating Euclidean distances for autonomous navigation systems.
Data Scientist
Processing spatial datasets where mathematical precision is a hard requirement.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHaversine Distance Engine
Calculate precise geographic distances between GPS coordinates instantly. Uses the Haversine formula for exact spherical routing.
Distance Metrics Engine
Calculate mathematically perfect Cosine, Euclidean, Manhattan, and Chebyshev distances between high-dimensional vectors local. Essential for embedding comparisons.
Stadia Maps
Equip your AI with advanced geospatial routing and mapping logic. Calculate distances, geocode coordinates, and plot optimized trips securely.
Collision Detection Primitives
Calculate 3D intersections, penetrations, and impact timings for spheres, AABBs, rays, and planes.
Geographic Distance Calculator
Calculate precise distances, bearings, and waypoints using Haversine, Vincenty, and Euclidean models.
Diagonal Cut Pythagorean Calculator
Calculate exact diagonal spans, mitered edge lengths, and miter offsets for precise angled cuts.
Bring your own AI
Change the model, client or framework. Keep geometry-calculator connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about geometry-calculator.
The practical details behind the request, access and result.
Can the Geometry Calculator MCP do 3D math?
Yes, it handles 3D coordinates to calculate Euclidean distances and 3D volumes for shapes like spheres, cubes, cylinders, and prisms.
Is the Geometry Calculator MCP private?
Yes, all calculations happen locally. Your coordinates and dimensions are never sent over the internet.
What shapes can the Geometry Calculator MCP handle?
It covers common 2D shapes like circles, rectangles, and triangles, as well as 3D shapes like spheres, cubes, cylinders, and prisms.
Does the Geometry Calculator MCP work with Cursor?
Yes, it works with Cursor and any other MCP-compatible client like Claude or Windsurf.
How does the Geometry Calculator MCP stop AI errors?
It replaces the AI's probabilistic guessing with a deterministic math engine, ensuring every result is mathematically perfect.
Can the Geometry Calculator MCP calculate distances in 2D?
Yes, it can calculate the exact Euclidean distance between two points in both 2D and 3D space.
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.
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 Connector engine guarantees 100% architectural precision.
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.
One connection away
Give your agent a direct line to geometry-calculator.
Connect geometry-calculator once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available