Back to Search
neonia_fab_stl_preview
0.3.0Generates reusable STL technical previews.
$0.002 / call (standard)
Updated: Jul 16, 2026
Overview
Renders a deterministic 3000×3000 sRGB deterministic z-buffered 3D technical PNG preview from one or more STL resources and a declarative scene preset.
Example Output
Formatted JSON response returned by this tool:
{
"preview_png_uri": "neonia://resource/uuid-preview",
"scene": "factory_overhead",
"resolution_px": 3000,
"render_time_ms": 45
}Setup Configuration
Add the following configuration to your MCP general settings or mcp_config.json:
{
"mcpServers": {
"neonia": {
"serverUrl": "https://mcp.neonia.io/mcp?tools=neonia_fab_stl_preview",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}