Back to Search
neo_fab_image_gen
1.0.0Generates a 2D silhouette/mask image for fabrication.
$0.055 / call (Ultra Tools)
Updated: Jun 11, 2026
Overview
Generates the initial 2D raster image (black and white silhouette/mask) based on a text prompt. This image serves as the source for vector tracing.
Example Input
JSON payload sent to this tool:
{
"prompt": "A mechanical gear with 12 teeth"
}Example Output
Formatted JSON response returned by this tool:
{
"status": "success",
"image_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_image_gen",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}