Mesh Geometry Calculator Connector for AI agents.
3 live capabilities
Calculate volume, surface area, and bounding boxes for 3D triangle meshes.
Waiting for input…
Why people use Mesh Geometry Calculator
Mesh Geometry Calculator for 3D Mesh Analysis
This Connector lets your AI do the work in seconds. You just feed it the data and get the numbers you need. It turns your agent into a specialized geometry capability that handles the tedious math for you.
What Vinkius changes
You get precise geometric data for your 3D assets without doing any of the manual math.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Validating 3D prints
An engineer wants to know the volume and center of mass for a mechanical part to ensure it balances correctly on a 3D printer bed.
- Real-world use case 02
Game engine pre-flight checks
A game developer asks the agent to check if a new building mesh is manifold before they move it into the game engine.
- Real-world use case 03
Collision boundary setup
A developer needs the AABB and bounding sphere of a complex rock mesh to set up accurate collision zones in a level.
Complete set · 3capabilities
The complete Mesh Geometry Calculator capability set.
These are the exact actions your AI can choose when you ask it to work with Mesh Geometry Calculator.
01—03
3 capabilities in this set.
Part of 3 available through Mesh Geometry Calculator.
- 01 Capability
Get mesh enclosures
Finds the Axis-Aligned Bounding Box and the bounding sphere using Ritter's algorithm. This is useful for setting up collision zones or camera limits.
- 02 Capability
Get mesh metrics
Calculates the surface area, volume, and center of mass for a given 3D mesh. Use this to get the physical dimensions of your 3D models.
- 03 Capability
Get mesh topology
Detects if a mesh is manifold and computes area-weighted vertex normals. It helps you ensure your 3D assets are clean and ready for rendering.
Set up in minutes
One URL. Then ask Mesh Geometry Calculator to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Mesh 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_HLzdjHdWu5MB8X1Bi0E2CgtAKYEcrTYRdj0v1RgI/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 Mesh Geometry Calculator, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Mesh Geometry Calculator for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_HLzdjHdWu5MB8X1Bi0E2CgtAKYEcrTYRdj0v1RgI/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 Mesh Geometry Calculator URL.
- Step 03
Save and start
Save the connection and enable Mesh Geometry Calculator in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mesh-geometry-calculator": {
"url": "https://edge.vinkius.com/vk_preview_HLzdjHdWu5MB8X1Bi0E2CgtAKYEcrTYRdj0v1RgI/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 Mesh Geometry Calculator
Open Agent mode in chat and ask: "Using Mesh Geometry Calculator, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mesh-geometry-calculator": {
"url": "https://edge.vinkius.com/vk_preview_HLzdjHdWu5MB8X1Bi0E2CgtAKYEcrTYRdj0v1RgI/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 Mesh Geometry Calculator
Ask Copilot: "Using Mesh Geometry Calculator, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mesh-geometry-calculator": {
"url": "https://edge.vinkius.com/vk_preview_HLzdjHdWu5MB8X1Bi0E2CgtAKYEcrTYRdj0v1RgI/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 Mesh Geometry Calculator
Open Cascade and ask: "Using Mesh Geometry Calculator, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mesh-geometry-calculator": {
"url": "https://edge.vinkius.com/vk_preview_HLzdjHdWu5MB8X1Bi0E2CgtAKYEcrTYRdj0v1RgI/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 Mesh Geometry Calculator
Ask Cline: "Using Mesh Geometry Calculator, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mesh-geometry-calculator --transport http "https://edge.vinkius.com/vk_preview_HLzdjHdWu5MB8X1Bi0E2CgtAKYEcrTYRdj0v1RgI/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 Mesh Geometry Calculator
Ask Claude: "Using Mesh Geometry Calculator, show me...". 3 tools are ready
Where the request belongs
Work Mesh Geometry Calculator can move forward.
This capability is for 3D professionals who need to validate the physical properties of models without opening a CAD suite or writing custom Python scripts.
3D Game Artist
Checking if a character model is manifold before exporting it to an engine.
CAD Engineer
Verifying the volume and center of mass for 3D-printed mechanical parts.
Graphics Developer
Calculating bounding spheres for real-time collision detection.
Data Scientist
Analyzing the topology of reconstructed meshes from point cloud data.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCollision Detection Primitives
Calculate 3D intersections, penetrations, and impact timings for spheres, AABBs, rays, and planes.
Graph Analysis Toolkit
Deep structural analysis of directed and undirected graphs, providing metrics on connectivity, topology, and node importance.
Matrix 4x4 Transforms
Create, compose, and apply 3D transformation matrices with rotation representations and coordinate transformations for graphics and simulation applications.
Minimum Spanning Tree Calculator
Calculate Minimum and Maximum Spanning Trees using Kruskal's and Prim's algorithms.
3D AI Studio
Generate and process 3D models via 3D AI Studio. text-to-3D, image-to-3D, AI texturing, remeshing, rendering, and mesh capabilities from any AI agent.
Geometry Calculator
Compute exact Euclidean distances, 2D areas, and 3D volumes completely local. A zero-latency geometry engine for autonomous AI agents.
Bring your own AI
Change the model, client or framework. Keep Mesh 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 Mesh Geometry Calculator.
The practical details behind the request, access and result.
Can the Mesh Geometry Calculator help with 3D printing?
Yes, it helps you find the volume and center of mass for parts you plan to print. This ensures your designs are physically viable before you hit print.
How does the Mesh Geometry Calculator check if a mesh is manifold?
It analyzes the connectivity of the vertices and faces. It will tell you if the geometry is closed and water-tight for your 3D workflow.
Can I use the Mesh Geometry Calculator for game dev?
It's great for that. You can use it to get bounding boxes for collision detection or check your models for manifold errors before putting them into your engine.
Does the Mesh Geometry Calculator work with any 3D format?
You just need to provide the vertex and index data. Your AI can pull this from your files and feed it into the Connector for analysis.
What kind of spatial data does the Mesh Geometry Calculator provide?
It gives you surface area, volume, center of mass, bounding boxes, bounding spheres, and vertex normals.
What kind of mesh data should I provide?
You should provide vertices as a flattened JSON array of numbers (x, y, z coordinates) and indices as a JSON array of integers representing triangle triplets.
How is the volume calculated?
The volume is calculated using the signed tetrahedron method relative to the origin. Note that for physically meaningful results, the mesh should be closed (watertight).
Can I check if my mesh is manifold?
Yes, the get_mesh_topology capability includes a check to determine if every edge in your mesh is shared by exactly two faces.
One connection away
Give your agent a direct line to Mesh Geometry Calculator.
Connect Mesh 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