Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Caliper
> Geometry and CAD file metadata extraction. Accepts geometry files by URL or base64, returns structured statistics as JSON. Payment required via x402 (USDC on Base).
## API
- [MCP Endpoint](https://caliper.fit/mcp/): Streamable HTTP MCP transport for tool discovery and invocation
- [MCP Manifest](https://caliper.fit/mcp/manifest): JSON manifest with tool schemas
- [Health Check](https://caliper.fit/health): Service status endpoint
## Tools
- format_detect: Detect the geometry file format from a filename or URL.
- feature_request: Request a feature or format that Caliper doesn't support yet.
- format_auto: Auto-detect geometry file format and extract metadata statistics.
- format_stl: Extract metadata from an STL file (ASCII or binary).
- format_obj: Extract metadata from an OBJ file.
- format_ply: Extract metadata from a PLY file (ASCII or binary).
- format_pcd: Extract metadata from a PCD point cloud file.
- format_las: Extract metadata from a LAS or LAZ point cloud file.
- format_gltf: Extract metadata from a glTF or GLB file.
- format_batch: Analyze multiple geometry files in a single batch request.
## Usage
Each tool accepts either `file_url` (HTTP/S URL, preferred for large files) or `file_b64` (base64-encoded, max 200KB decoded), plus an optional `filename` for format detection. Use `format_batch` to analyze up to 10 files with a single payment.
Files under 150KB are free. Larger files cost $0.02/MB (rounded up to the next cent). Pay via x402 (USDC on Base) or card via MPP (Stripe; adds $0.35 surcharge). The MCP transport at `/mcp/` provides direct access for tool discovery.
## Supported Formats
STL, OBJ, PLY, PCD, LAS / LAZ, glTF / GLB. STEP, IGES support is planned.