Manage and monitor the AutoCAD MCP server backend: check status, run preflight checks, ensure AutoCAD is ready, recover from stuck commands, execute AutoLISP code, and retrieve runtime diagnostics.
Enables automation of AutoCAD LT and headless DXF creation through two backends (File IPC for Windows AutoCAD LT and ezdxf for cross-platform) with tools for drawing, entity, layer, block, annotation, PID, view, and system operations.
Enables LLMs like Claude to create and edit AutoCAD drawings via natural language, supporting both headless DXF generation and live AutoCAD LT connection through file-based IPC.
Create, query, and modify AutoCAD drawing objects such as lines, circles, polylines, arcs, and more, using operations like list, get, move, rotate, scale, and erase.
Manage atomic AutoCAD document transactions with idempotency and revision control. Execute operations safely, handle document identity, and support undo operations.
Measure entity area and geometry from a drawing handle, capturing polyline bulges and reporting exactness, closure assumptions, and self-intersections for reliable results.
Revert the last drawing operation to correct errors or backtrack. Supports both live AutoCAD undo and configurable DXF snapshot history for headless use.
Modify an existing hatch in AutoCAD by updating specific attributes—angle, color, scale, pattern, island style—while leaving omitted properties unchanged. Get a report of which attributes actually changed to avoid data loss.