Back to Search

neo_fab_svg_tracer

1.0.0

Vectorizes a silhouette image into a clean SVG for 3D/manufacturing.

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

Overview

Converts a raster image (silhouette/mask) into a mathematical vector (SVG) with clean, closed paths suitable for 3D extrusion.

Example Input

JSON payload sent to this tool:

{
  "image_resource_uri": "neonia://resource/uuid"
}

Example Output

Formatted JSON response returned by this tool:

{
  "status": "success",
  "svg_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_svg_tracer",
      "headers": {
        "Authorization": "Bearer API_KEY"
      }
    }
  }
}