Caliper
(unclaimed - source: pulsemcp · publisher: www.pulsemcp.com) · languages: en · regions: global · more from www.pulsemcp.com →
Geometry and CAD file metadata extraction for STL, OBJ, PLY, PCD, LAS/LAZ, and glTF/GLB formats. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_48a67d2701/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_48a67d2701/ask -d '{"tool":"format_detect","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_48a67d2701 # signed trust checkMeasured stats
Not yet scored. This record is depth T1: profiled from public sources, not yet probed by us.
Missing: pricing, reputation, aix_score, operator.identity
Querying this record via the paid API funds and triggers its next probe — or the operator can fast-track it (buys speed, never score).
Use it — endpoints & example
Live capabilities — 10 tool(s) it actually exposes · Caliper v0.1.0 (measured from a real MCP handshake, not self-reported)
format_detect — Detect the geometry file format from a filename or URL.
Returns the detected format name and whether it is currently supported.
Use this to check formafeature_request — Request a feature or format that Caliper doesn't support yet.
Free, no payment required. Use this when you need a capability that
Caliper doesn't curreformat_auto — Auto-detect geometry file format and extract metadata statistics.
Accepts a 3D geometry file via URL or base64 and returns structured
metadata: boundinformat_stl — Extract metadata from an STL file (ASCII or binary).
Returns triangle count, bounding box, surface area, volume,
manifold analysis (watertight, open edformat_obj — Extract metadata from an OBJ file.
Returns vertex/normal/texcoord/face counts, triangle/quad/polygon
breakdown, material and group counts, bounding boxformat_ply — Extract metadata from a PLY file (ASCII or binary).
Returns vertex/face counts, element properties, feature detection
(normals, colors, texcoords, inteformat_pcd — Extract metadata from a PCD point cloud file.
Returns point count, field definitions, data format, organization,
viewpoint, feature flags (RGB, intensiformat_las — Extract metadata from a LAS or LAZ point cloud file.
Returns LAS version, point format, point count, scale factors,
offsets, bounding box, classificatiformat_gltf — Extract metadata from a glTF or GLB file.
Returns asset info, scene graph structure, mesh/material/texture
counts, vertex and index totals, feature flaformat_batch — Analyze multiple geometry files in a single batch request.
Submit up to 10 files, receive a single quote, pay once, and get
structured metadata for allCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_48a67d2701 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
Verification — what we actually checked
No identity proof yet — unclaimed record
Basic liveness check at crawl time only
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- pulsemcp
- Last crawl
- 2026-08-13
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Fast-track · 19 USDCEmbed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_48a67d2701)<a href="https://jishie.com/agent.html?id=aix_48a67d2701"><img src="https://jishie.com/v1/agents/aix_48a67d2701/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — general-tools
| Dataroia Data Trust T2 | aix 80 | — |
| Callendar T2 | aix 80 | — |
| FitMySoft — Field Service Software Prices T2 | aix 80 | — |
| Matchbox T2 | aix 80 | — |
| mcp T2 | aix 80 | — |
Raw machine record (what agents receive)
{
"id": "aix_48a67d2701",
"name": "Caliper",
"operator": "(unclaimed - source: pulsemcp · publisher: www.pulsemcp.com)",
"description": "Geometry and CAD file metadata extraction for STL, OBJ, PLY, PCD, LAS/LAZ, and glTF/GLB formats.",
"depth": 1,
"status": "unclaimed",
"last_crawled": "2026-08-13",
"missing_fields": [
"pricing",
"reputation",
"aix_score",
"operator.identity"
],
"skills": [
"general-tools"
],
"protocols": {
"mcp": "https://caliper.fit/mcp/",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": null,
"aix_score": null,
"verification": {
"identity": "none",
"health": "liveness-only",
"pricing": "unknown",
"last_check": "2026-08-13T21:00:30.237Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://www.pulsemcp.com/servers/caliper"
},
{
"label": "listing",
"url": "https://caliper.fit/"
}
],
"unreachable": false,
"profile": {
"mcp_server": "Caliper",
"mcp_version": "0.1.0",
"tool_count": 10,
"tools": [
{
"name": "format_detect",
"description": "Detect the geometry file format from a filename or URL.\n\n Returns the detected format name and whether it is currently supported.\n Use this to check format support before making a paid analysis call.\n No payment required. Privacy policy: https://caliper.fit/privacy\n "
},
{
"name": "feature_request",
"description": "Request a feature or format that Caliper doesn't support yet.\n\n Free, no payment required. Use this when you need a capability that\n Caliper doesn't currently offer — especially unsupported file formats\n (STEP, IGES) or analysis features not yet available. Requests are\n logged and used to prioritize development.\n Privacy policy: https://caliper.fit/privacy\n "
},
{
"name": "format_auto",
"description": "Auto-detect geometry file format and extract metadata statistics.\n\n Accepts a 3D geometry file via URL or base64 and returns structured\n metadata: bounding boxes, triangle counts, manifold analysis, point\n cloud statistics, and more. This is a read-only analysis tool — it\n does not perform mesh repair, format conversion, or boolean operations.\n\n Supported formats: STL, OBJ, PLY, PCD, LAS/LAZ, glTF/GLB.\n STEP and IGES support is planned.\n\n Provide either file_url (preferred for large files) or file_b64\n (for files under 200KB). Include filename for format detection if\n using file_b64. When using file_url, the format is detected from\n the URL path extension; filename is not required.\n\n Files under 150KB are free. Larger files cost $0.02/MB via x402\n (USDC on Base) or card via MPP (Stripe; adds $0.35 surcharge).\n If payment is required, the response includes payment details.\n Retry with the payment argument containing the payment proof.\n Privacy policy: https://caliper.fit/privacy\n "
},
{
"name": "format_stl",
"description": "Extract metadata from an STL file (ASCII or binary).\n\n Returns triangle count, bounding box, surface area, volume,\n manifold analysis (watertight, open edges, non-manifold edges),\n triangle quality metrics, vertex deduplication count, mean edge\n length, minimum bounding sphere, and a noise estimate derived\n from planar region fitting.\n\n Payment via x402 (USDC on Base) or card via MPP (Stripe). See format_auto\n for payment flow details. Privacy policy: https://caliper.fit/privacy\n "
},
{
"name": "format_obj",
"description": "Extract metadata from an OBJ file.\n\n Returns vertex/normal/texcoord/face counts, triangle/quad/polygon\n breakdown, material and group counts, bounding box, surface area,\n and triangulation status.\n\n Payment via x402 (USDC on Base) or card via MPP (Stripe). See format_auto\n for payment flow details. Privacy policy: https://caliper.fit/privacy\n "
},
{
"name": "format_ply",
"description": "Extract metadata from a PLY file (ASCII or binary).\n\n Returns vertex/face counts, element properties, feature detection\n (normals, colors, texcoords, intensity, curvature), bounding box,\n centroid, and point cloud identification.\n\n Payment via x402 (USDC on Base) or card via MPP (Stripe). See format_auto\n for payment flow details. Privacy policy: https://caliper.fit/privacy\n "
},
{
"name": "format_pcd",
"description": "Extract metadata from a PCD point cloud file.\n\n Returns point count, field definitions, data format, organization,\n viewpoint, feature flags (RGB, intensity, normals, curvature),\n bounding box, centroid, and point density estimate.\n\n Payment via x402 (USDC on Base) or card via MPP (Stripe). See format_auto\n for payment flow details. Privacy policy: https://caliper.fit/privacy\n "
},
{
"name": "format_las",
"description": "Extract metadata from a LAS or LAZ point cloud file.\n\n Returns LAS version, point format, point count, scale factors,\n offsets, bounding box, classification counts, feature flags\n (RGB, intensity, GPS time, waveform), and VLR information.\n\n Payment via x402 (USDC on Base) or card via MPP (Stripe). See format_auto\n for payment flow details. Privacy policy: https://caliper.fit/privacy\n "
},
{
"name": "format_gltf",
"description": "Extract metadata from a glTF or GLB file.\n\n Returns asset info, scene graph structure, mesh/material/texture\n counts, vertex and index totals, feature flags (normals, tangents,\n texcoords, colors, joints), primitive modes, and extensions.\n\n Payment via x402 (USDC on Base) or card via MPP (Stripe). See format_auto\n for payment flow details. Privacy policy: https://caliper.fit/privacy\n "
},
{
"name": "format_batch",
"description": "Analyze multiple geometry files in a single batch request.\n\n Submit up to 10 files, receive a single quote, pay once, and get\n structured metadata for all files. Supports mixed formats. Read-only\n analysis — does not modify, convert, or repair files.\n\n Payment is required via x402 (USDC on Base) or card via MPP (Stripe). If no payment is provided,\n the response includes the total price and per-file breakdown. Retry\n with the payment argument containing \"transaction\", \"network\", and\n \"priceToken\".\n\n Partial success: if some files fail processing, you still receive\n results for the files that succeeded.\n Privacy policy: https://caliper.fit/privacy\n "
}
],
"profiled_at": "2026-08-13T21:00:30.237Z"
}
}