mcpserver.lol
registry/aspicio
Connection check verified live · 27h ago

aspicio

DXF and PDF/X-4 for AI agents: structured facts, PNG renders, an interactive in-chat viewer.

Tools 8
GitHub stars 4
Installs / wk
Licence MIT
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

8 tools

Read from the running server on 27h ago.

describe_doc read-only spacesource*
Return a structured JSON summary of a drawing in any supported format (DXF or PDF), detected from its bytes rather than its name. Use this when you do not know which format you hav…
describe_dxf read-only spacesource*
Return a structured JSON summary of a DXF drawing — units, bounding box, layers (with the color actually drawn), per-type entity counts, and any skipped/unsupported types. Use this…
describe_pdf read-only spacesource*
Return a structured JSON summary of a PDF drawing — units (points), bounding box, layers, per-type entity counts, the text it contains, and what was skipped (images, shadings, tran…
load_dxf_for_viewer read-only lengthoffsetsource*
Internal: returns DXF bytes (base64) for the in-chat viewer. Called by the widget, not the model.
render_doc read-only spacewidthsource*
Render a drawing in any supported format (DXF or PDF) to a PNG you can look at, detected from its bytes rather than its name. Use this when you do not know which format you have. R…
render_dxf read-only spacewidthsource*
Render a DXF drawing to a PNG image you can look at. Use this to answer visual questions (what does it look like, where is a feature, does it look right) — it returns an image, not…
render_pdf read-only spacewidthsource*
Render a PDF drawing's vector content to a PNG you can look at. Images, shadings, and transparency are not drawn — they are reported by describe_pdf — so this shows line work and t…
view_dxf read-only source*allow_file_open
Open an interactive viewer the user can pan, zoom, and toggle layers in (renders in-chat on MCP Apps-capable hosts). Reads DXF and vector PDF; for a PDF it shows line work and text…