{"name":"io.github.kleinicke/3d-visualizer","slug":"kleinicke-3d-visualizer","title":"3D Visualizer","description":"Inspect, compare and export point clouds, meshes and calibrated depth data with inline 3D previews.","url":"https://mcp.market/server/kleinicke-3d-visualizer","rating":null,"grade":"A","score":85,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":38,"stars":19,"forks":4,"downloads_week":38,"last_push_at":"2026-09-10T00:43:18.000Z","license":"MIT"},"uptime":null,"claimed":false,"transport":"pypi","callable_via_gateway":false,"default_price_micros":0,"repository":"https://github.com/kleinicke/ply-visualizer","website":"https://3d.f-kleinicke.de","version":"0.4.2","remotes":[],"packages":[{"registryType":"pypi","identifier":"3d-visualizer","version":"0.4.2","runtimeHint":"uvx","transport":{"type":"stdio"},"runtimeArguments":[{"value":"mcp>=2.2,<3","type":"named","name":"--with"}],"packageArguments":[{"value":"mcp","type":"positional"},{"description":"Absolute directory containing the 3D files this server may access.","isRequired":true,"format":"filepath","type":"named","name":"--root"}]}],"tools":[{"name":"align_3d_clouds","description":"Start a registration job, then poll action=status until job.state is completed/failed; submitted is not aligned. Reuses the viewer's Rust solvers. auto: level/up-axis yaw sweep then ICP; icp: refine an already close pair; correspondences: fit >=3 non-collinear paired world XYZ landmarks. source_index moves, target_index stays fixed. align_all/refine_all hold target fixed; strategies anchor (each t","write_action":false,"price_micros":0,"input_schema":null},{"name":"capture_3d_view","description":"Return an actual PNG of the rendered 3D canvas (maximum 1024 pixels per side) so the agent can visually inspect the result. Requires an active inline viewer or explicit browser fallback.","write_action":false,"price_micros":0,"input_schema":null},{"name":"close_3d_scene","description":"Release a viewer's local server and temporary data. Does not delete the user's source files. Any active viewer disconnects.","write_action":false,"price_micros":0,"input_schema":null},{"name":"compare_3d_clouds","description":"Enable linked side-by-side WebGL views with the same camera (EDL off in split mode); disable restores ordinary rendering. Distance colors left by world-space distance to right: nearest within max_distance, unmatched=NaN; paired uses corresponding decoded order and requires equal counts. Distance limit: one million combined points. Changes mark distances stale; recompute with action=recompute,left=","write_action":false,"price_micros":0,"input_schema":null},{"name":"control_3d_video","description":"Control camera keyframes, or model animation when object_index is supplied. Model: list clips, update(index/speed), play, stop (pause), loop(enabled), goto(time in seconds, pauses). GLB/GLTF/FBX/DAE retain supported embedded animation; 3DS is static. With no object_index, manage camera keyframes: Add captures current camera. Update sets segment duration/dwell in seconds. Loop requires enabled; pla","write_action":false,"price_micros":0,"input_schema":null},{"name":"export_3d_selection","description":"Write the active or named subset to a NEW binary .ply under configured roots (maximum 256 MiB). Preserve decoded RGB, normals, scalar attributes, decoded indices, and original source_row when available (depth raster: pixel_v*width+pixel_u). Coordinates are object-local; header stores local_to_world and source origin. Returns a path, never point data/base64. No overwrite; not a lossless copy of the","write_action":true,"price_micros":0,"input_schema":null},{"name":"inspect_3d_scene","description":"Inspect loaded geometry and build IDs (Python package/server and actual renderer; renderer_matches_bundle detects an old widget). Read coordinate conventions/units, camera position/direction/rotation center, projection and viewport, object transforms, opacity/color, exposure/background, selection criteria, geometry counts and bounds from the active inline viewer or explicit browser fallback. Times","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_3d_scenes","description":"List scenes owned by this MCP process and their local viewer URLs.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_3d_scene_states","description":"Save/restore complete camera, transforms, selection/named subsets, visibility, color, opacity and presentation. Export/import a .json under configured roots to persist after restarting. Reopen identical geometry in the same order before import; import stores a state; restore=True imports and applies it in one call. Existing files are never overwritten. Maximum 20 states, 4 MiB each. JSON does not","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_3d_selections","description":"Name the active selection; retain up to 20 independent subsets. Toggle each name's visibility or activate/focus it. Union/intersection/subtract combine two names from the same source into a new active selection; save it to retain it. Defaults isolate=False and focus=False preserve existing visibility and camera. Empty set results return status=empty, clear the active selection, and cannot export t","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_3d_views","description":"Save/restore named camera views for this renderer session; undo the last agent camera change (up to 50). Names are not persisted after closing/reloading the widget. Does not restore geometry or filters.","write_action":false,"price_micros":0,"input_schema":null},{"name":"measure_3d_scene","description":"Add/list/clear visible measurements in scene units. Distance uses start/end XYZ; path_point appends end to the active path; undo removes its last point; close_path toggles closure.","write_action":false,"price_micros":0,"input_schema":null},{"name":"navigate_3d_view","description":"Navigate without UI. Fit tightly; presets use Y-up OpenGL. Orbit angles are degrees. Pan/pivot use world XYZ. Zoom <1 moves closer. Pick uses normalized canvas XY (top-left=0,0) and sets rotation center on visible geometry, like double-click. Origin resets pivot to 0,0,0.","write_action":false,"price_micros":0,"input_schema":null},{"name":"open_3d_files","description":"Open local point clouds/meshes/splats/animated models together. Pass scene_id to append while preserving camera and existing objects. Include explicit supporting .bin/textures for GLTF/DAE/FBX; no implicit disk or network reads. Paths must be under configured roots. Returns a persistent scene_id and local URL; inspect to verify loading.","write_action":false,"price_micros":0,"input_schema":null},{"name":"open_3d_url","description":"Download one URL or a list of direct HTTP(S) 3D files into one scene; pass scene_id to append. Self-contained models recommended; external resources are not fetched implicitly. Download each file on the local MCP server and open it inline. This makes a network request to the supplied URL and redirects; no browser CORS is needed. Supports the same formats as local files plus gzip. Supply filename f","write_action":false,"price_micros":0,"input_schema":null},{"name":"open_depth_image","description":"Project a depth/disparity raster inline using explicit calibration from surrounding files/context. Read viewer://depth-calibration for coefficient ordering and encoding. Calibration dimensions must match the raster; no parameter guessing. Supports NPY/NPZ, TIFF, PNG8/16, EXR, PFM and COLMAP dense .bin. Optional aligned RGB (HxWx3, 0..255), confidence and mask files. Pass scene_id to append without","write_action":false,"price_micros":0,"input_schema":null},{"name":"pick_3d_point","description":"Pick normalized canvas XY without moving the camera. Returns hit/miss, world XYZ, object and decoded point indices and scalar attributes. Mesh/splat picks may have null indices; never infer object identity from those.","write_action":false,"price_micros":0,"input_schema":null},{"name":"preview_3d_views","description":"Return one labeled multi-view PNG to choose a useful angle, preserving the original camera. Disable split comparison first. Includes enabled grid, legend and selection summary.","write_action":false,"price_micros":0,"input_schema":null},{"name":"read_viewer_data","description":"App-only transport: session metadata, pending commands or bounded geometry chunks.","write_action":false,"price_micros":0,"input_schema":null},{"name":"select_3d_region","description":"One-step select/isolate/focus with PNG preview. Select all points in an object, or intersect scalar field values, world box [minX,minY,minZ,maxX,maxY,maxZ], and plane halfspace ax+by+cz+d>=0. Creates a reversible highlighted point subset; clear restores prior visibility. Label IDs are numeric, not semantic object names: inspect attributes/pick first. No automatic segmentation; point clouds only. R","write_action":false,"price_micros":0,"input_schema":null},{"name":"set_3d_appearance","description":"Set exposure stops, background #RRGGBB, persistent pivot axes, coordinate grid, object/color legend and UI theme. gamma_correction matches the UI toggle: true treats source RGB as linear (extra gamma appearance); false decodes sRGB before shading. Enabled grid/legend are also included in agent PNG captures. Axes may briefly appear during interaction when persistent axes are off.","write_action":false,"price_micros":0,"input_schema":null},{"name":"set_3d_camera","description":"Partially update camera position, target (rotation center), up or vertical FOV in degrees. Rotation is absolute XYZ Euler degrees; it moves target along camera -Z at the previous pivot distance. Rotation cannot combine with target/up. Fit frames visible geometry, optionally at the new FOV. Returns applied view state.","write_action":false,"price_micros":0,"input_schema":null},{"name":"set_3d_object","description":"Set overlay opacity (0..1), visibility, world-unit point size (or point_size_mode=adaptive for a camera-dependent 2/4/8 pixel target; point_size_pixels=1..64 explicitly sets that target and enables adaptive sizing), points/mesh representation, fixed RGB color or original/intensity/scalar coloring. Get object_index, scalar_fields and available_color_modes from inspection; these include palette indi","write_action":false,"price_micros":0,"input_schema":null},{"name":"submit_viewer_reply","description":"App-only transport: acknowledge a rendered command result.","write_action":true,"price_micros":0,"input_schema":null},{"name":"transform_3d_object","description":"Transform one cloud/mesh without changing source files or camera. Translate/scale use vector XYZ; rotate uses vector axis plus angle degrees (90 for quarter turns); quaternion uses XYZW, normalized. Matrix is affine 4x4 COLUMN-MAJOR, matching inspection (transpose row-major UI input). Default composes current*delta in local space; world uses delta*current. pivot=center rotates/scales around the cu","write_action":false,"price_micros":0,"input_schema":null},{"name":"update_3d_scene","description":"Replace the existing scene's geometry while preserving its camera. Omitted overlays/vectors are removed. Reuses the active inline viewer or explicit browser fallback.","write_action":true,"price_micros":0,"input_schema":null},{"name":"visualize_points","description":"Visualize up to 20,000 XYZ points, optional RGB (integer 0..255), target overlay, or anchored vector arrows. Use files for larger data; coordinates are not automatically normalized.","write_action":false,"price_micros":0,"input_schema":null}],"scan":{"score":85,"grade":"A","scanned_at":"2026-09-19T21:40:43.997Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-19T21:40:43.986Z","components":{"code":{"score":20,"max":25,"notes":["54 source files scanned"]},"reliability":{"score":-1,"max":20,"notes":["no gateway calls yet and no remote to probe"]},"poisoning":{"score":-1,"max":15,"notes":["tools not inspected (local package is not executed); not counted"]},"auth":{"score":12,"max":15,"notes":["local package, no credentials required"]},"maintenance":{"score":15,"max":15,"notes":["last push 10 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[{"id":"exec.eval","severity":"medium","component":"code","title":"eval / new Function used","evidence":"3d_visualizer-0.4.2/ply_visualizer/_assets/292.bundle.js: …This)return globalThis;try{return this||new Function(\"return this\")()}catch(e){if(\"object\"==t…"}],"inputs":{"packages":[{"registryType":"pypi","identifier":"3d-visualizer","version":"0.4.2","found":true,"weeklyDownloads":38,"license":"MIT","dependencyCount":5,"publishedAt":"2026-09-08T22:33:41.390692Z","repositoryUrl":"https://github.com/kleinicke/ply-visualizer"}],"repo":{"found":true,"owner":"kleinicke","repo":"ply-visualizer","archived":false,"pushedAt":"2026-09-10T00:43:18Z","stars":19,"forks":4,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/10370975?v=4","ownerCreatedAt":"2015-01-02T10:16:31Z","license":"MIT"},"icon":{"url":"https://raw.githubusercontent.com/kleinicke/ply-visualizer/main/icon.png","source":"registry","width":1024,"height":1024},"presence":{"stars":19,"forks":4,"downloadsWeek":38,"license":"MIT","lastPushAt":"2026-09-10T00:43:18.000Z","score":38}}}},"grade_history":[],"reviews":[]}