Back to Search
neonia_fab_svg_tracer
1.2.0Vectorizes a silhouette image into a clean SVG for 3D/manufacturing or illustration.
$0.002 / call (Standard Tier)
Updated: Jul 16, 2026
Overview
Converts a raster image into a mathematical vector SVG with configurable colour processing and path simplification. Produces polygon paths suitable for 3D extrusion by default.
Example Input
JSON payload sent to this tool:
{
"image_resource_uri": "neonia://resource/uuid",
"trace_type": "black_logo",
"simplify_mode": "polygon"
}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=neonia_fab_svg_tracer",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}