LaserBurn tools for AI agents

Use one MCP server to generate laser-cut box SVGs and convert artwork into 16-bit heightmaps and STL reliefs.

Connect your client

Server URL: https://www.laserburnai.com/api/mcp

Choose Streamable HTTP in a client that supports custom authorization headers. Set Authorization: Bearer YOUR_TOKEN. This initial release uses personal tokens; clients that require an OAuth sign-in flow are not yet supported.

{
  "tools": [
    "generate_box",
    "get_credit_balance",
    "convert_heightmap",
    "get_heightmap"
  ]
}

For conversion, send a base64 JPG/PNG (up to 4 million characters), a unique UUID requestId, and maxCredits: 1. Save and reuse that requestId if the connection drops. Allow at least 65 seconds per call. Run multiple images sequentially; check status before retrying. Download URLs are returned with completed results.

Buy heightmap credits or use the browser converter