Back to Search

neonia_util_svg_generator

1.0.0

Universal Raster-to-Vector SVG generation using style presets.

$0.055 / call (Ultra Tools)
Updated: May 19, 2026

Overview

A Universal SVG Generator that acts as a Multi-Modal Raster-to-Vector pipeline. It generates an image using a diffusion model based on a style preset, and then mathematically traces it into an optimized, geometrically perfect SVG vector file.

Example Input

JSON payload sent to this tool:

{
  "prompt": "A mechanical gear with 12 teeth",
  "style_preset": "laser_cut"
}

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_util_svg_generator",
      "headers": {
        "Authorization": "Bearer API_KEY"
      }
    }
  }
}