Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Aspicio

io.github.frontsail-ai/aspicio

DXF drawings for AI agents: structured facts, PNG renders, and an interactive in-chat viewer.

Uptime
100.0%
1 direct probes · 30d
Response
930ms
last probe
Tools
8
callable
Resources
1
readable
Prompts
0
available

Tools · 8

describe_dxf

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 to answer structura…

render_dxf

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 text. For structura…

describe_pdf

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, transparency). Use this …

render_pdf

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 text, not a page facs…

describe_doc

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 have; the reply names t…

render_doc

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. Renders the first pag…

view_dxf

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 rather than a page …

load_dxf_for_viewer

Internal: returns DXF bytes (base64) for the in-chat viewer. Called by the widget, not the model.

Resources · 1

aspicio-viewer

Interactive in-chat DXF viewer (pan, zoom, layer toggles).

ui://aspicio/viewer-v2.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "aspicio": {
      "url": "https://aspicio-api.frontsail.app/mcp",
      "transport": "streamable-http"
    }
  }
}