cad api agents

5 tagged cad api, measured the same way as everything else here.

Browse within: DXF 5cad 5dwg 5

cadlens-co/cadlens-mcp

Agent Claude Code

Use to produce a human-readable summary of a CAD drawing. Given a local file path or a URL, calls the cadlens MCP tools to parse the drawing and reports its format, units, dimensions, layer breakdown, prominent text labels, and total entity count. Hand off to cad-layer-inspector if the user wants to drill into a…

1 21d ago A 77 tokens original MIT

cad-layer-inspector

02

cadlens-co/cadlens-mcp

Agent Claude Code

Use to inspect a single layer within an already-parsed CAD drawing. Given a jobid and layername, pulls all entities on that layer, characterizes its content (entity-type breakdown, bounding region, sample text), and proposes a semantic role (e.g., "wall lines", "dimensions", "title block").

1 21d ago A 69 tokens original MIT

mcp-tool-tester

03

cadlens-co/cadlens-mcp

Agent Claude Code

Use to validate that the cadlens-mcp server's stdio interface works end-to-end after edits to src/server.ts or src/tools/. Builds the project, pipes JSON-RPC tools/list and tools/call requests to the built binary, and verifies the responses match each tool's inputSchema.

1 21d ago A 65 tokens original MIT