Back to Search
neonia_fab_paired_geometry_generator
0.2.0Generates paired coaster/holder geometry.
$0.002 / call (standard)
Updated: Jul 16, 2026
Overview
Generates deterministic paired coaster and five-slot holder SVG geometry from one constrained style and seed.
Example Output
Formatted JSON response returned by this tool:
{
"coaster_svg_uri": "neonia://resource/uuid-coaster",
"holder_svg_uri": "neonia://resource/uuid-holder",
"metadata": { "coaster_shape": "circle", "pattern_type": "voronoi", "size_mm": 100 }
}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_paired_geometry_generator",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}