← Back to search
65
Partial
Agentic Readiness Score
ai-tools apimcpai-friendlyhostingaistoragellms-txtopenapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 65/100

            

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.

OpenAPI Spec (preview)

{"openapi":"3.1.0","info":{"title":"Caliper","version":"0.1.0"},"paths":{"/static/logo.jpg":{"get":{"summary":"Logo","operationId":"logo_static_logo_jpg_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/favicon.ico":{"get":{"summary":"Favicon Ico","operationId":"favicon_ico_favicon_ico_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/favicon.png":{"get":{"summary":"Favicon