# caliper

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.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add recursive/caliper

# Browse available tools
npx -y @smithery/cli@latest tool list recursive/caliper
```
