Caliper

Geometry & CAD file metadata extraction API

Caliper is an MCP server that accepts 3D geometry files and returns structured metadata — bounding boxes, triangle counts, manifold analysis, point cloud statistics, and more.

Status

operational

Disk: 24.8% used

Supported Formats

FormatExtensionsHandler
STL.stlC++ (ASCII + binary)
OBJ.objC++
PLY.plyC++ (ASCII + binary)
PCD.pcdPython (open3d)
LAS / LAZ.las .lazPython (laspy)
glTF / GLB.gltf .glbPython (JSON parse)
STEP.step .stpcoming soon
IGES.iges .igscoming soon

Usage

Connect as an MCP server at https://caliper.fit/mcp/manifest, or call the REST API directly:

POST /tools/caliper_auto_stats
{"file_url": "https://example.com/model.stl"}

POST /tools/caliper_stl_stats
{"file_b64": "...", "filename": "part.stl"}

See /mcp/manifest for the full tool schema and /health for a machine-readable status check.

Pricing

Payment is per-request via the x402 protocol (USDC on Base). Pricing is currently in an experimental phase with randomized rates to gather demand curve data.