Back to Search

neo_fab_stl_extruder

1.0.0

Extrudes 2D SVG vector paths to 3D STL format.

$0.005 / call (Standard Tier)
Updated: Jun 11, 2026

Overview

Extrudes a 2D mathematical vector path (SVG) into a 3D STL file.

Example Input

JSON payload sent to this tool:

{
  "svg_resource_uri": "neonia://resource/uuid",
  "height": 5.0,
  "target_width": 50.0
}

Example Output

Formatted JSON response returned by this tool:

{
  "status": "success",
  "stl_resource_uri": "neonia://resource/uuid"
}

Setup Configuration

Add the following configuration to your MCP general settings or mcp_config.json:

{
  "mcpServers": {
    "neonia": {
      "serverUrl": "https://mcp.neonia.io/mcp?tools=neo_fab_stl_extruder",
      "headers": {
        "Authorization": "Bearer API_KEY"
      }
    }
  }
}