Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Aspicio

NPM · @ASPICIO/MCP · 2 COMPONENTS · SCANNED AUG 3

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

+24 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security90
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (111 of 115), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (111 of 115), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability76
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 730 tokens (~121/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (50% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @aspicio/mcp

# add to Claude Code
claude mcp add frontsail-ai-aspicio -- npx -y @aspicio/mcp
# add to Codex CLI
codex mcp add frontsail-ai-aspicio -- npx -y @aspicio/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "frontsail-ai-aspicio": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@aspicio/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add frontsail-ai-aspicio --command npx --arg -y --arg @aspicio/mcp
# ~/.hermes/config.yaml
mcp_servers:
  frontsail-ai-aspicio:
    command: "npx"
    args: ["-y", "@aspicio/mcp"]
// mcp.json
{
  "mcpServers": {
    "frontsail-ai-aspicio": {
      "command": "npx",
      "args": [
        "-y",
        "@aspicio/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +34
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Tool coverage: 100 → unverified functional
    • Security disclosure: fail → unverified functional
    • Schema quality: pass → fail functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
    • Package version: 0.11.1 → 0.12.0 functional
  • 1 Aug 26 +29
    • Malware scan: unverified → pass security
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −21
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@aspicio/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 111 packages

111 packages in the resolved dependency tree · 94 deprecated · 30 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 6 exposed · ~730 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
describe_doc ~96

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 the format that was read.

NameTypeReqDescription
sourcestringyesAn http(s) URL, a local file path, or inline DXF text. A PDF is binary: pass it as a URL or a path, never inline.
NameTypeReqDescription
boundsyesWorld-space extents, null for an empty drawing
entityCountintegeryes
entityTypesobjectyesTop-level entities per DXF type
formatstringyesWhich format was read ("dxf", "pdf")
layersarrayyes
segmentCountintegeryes
sizeyesBounding-box size in drawing units, null when empty
textsarrayyesUnique TEXT/MTEXT strings, blocks included
unitsstringyesDrawing-unit label (e.g. "mm"), "" when unitless
unsupportedobjectyesPer-kind counts of what was skipped

No examples provided.

describe_dxf ~132

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 structural questions (what layers exist, how many parts, what size, is it to scale) without rendering an image. For a PDF use describe_pdf; if you do not know the format, use describe_doc.

NameTypeReqDescription
sourcestringyesAn http(s) URL, a local file path, or inline DXF text. A PDF is binary: pass it as a URL or a path, never inline.
NameTypeReqDescription
boundsyesWorld-space extents, null for an empty drawing
entityCountintegeryes
entityTypesobjectyesTop-level entities per DXF type
formatstringyesWhich format was read ("dxf", "pdf")
layersarrayyes
segmentCountintegeryes
sizeyesBounding-box size in drawing units, null when empty
textsarrayyesUnique TEXT/MTEXT strings, blocks included
unitsstringyesDrawing-unit label (e.g. "mm"), "" when unitless
unsupportedobjectyesPer-kind counts of what was skipped

No examples provided.

describe_pdf ~123

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 for structural questions about a PDF without rendering it. For a DXF use describe_dxf; if you do not know the format, use describe_doc.

NameTypeReqDescription
sourcestringyesAn http(s) URL, a local file path, or inline DXF text. A PDF is binary: pass it as a URL or a path, never inline.
NameTypeReqDescription
boundsyesWorld-space extents, null for an empty drawing
entityCountintegeryes
entityTypesobjectyesTop-level entities per DXF type
formatstringyesWhich format was read ("dxf", "pdf")
layersarrayyes
segmentCountintegeryes
sizeyesBounding-box size in drawing units, null when empty
textsarrayyesUnique TEXT/MTEXT strings, blocks included
unitsstringyesDrawing-unit label (e.g. "mm"), "" when unitless
unsupportedobjectyesPer-kind counts of what was skipped

No examples provided.

render_doc ~106

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.

NameTypeReqDescription
sourcestringyesAn http(s) URL, a local file path, or inline DXF text. A PDF is binary: pass it as a URL or a path, never inline.
widthintegerPNG width in pixels (default 1200)

No output schema declared.

No examples provided.

render_dxf ~139

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 structural facts, prefer describe_dxf. For a PDF use render_pdf; if you do not know the format, use render_doc.

NameTypeReqDescription
sourcestringyesAn http(s) URL, a local file path, or inline DXF text. A PDF is binary: pass it as a URL or a path, never inline.
widthintegerPNG width in pixels (default 1200)

No output schema declared.

No examples provided.

render_pdf ~134

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 facsimile. For a DXF use render_dxf; if you do not know the format, use render_doc.

NameTypeReqDescription
sourcestringyesAn http(s) URL, a local file path, or inline DXF text. A PDF is binary: pass it as a URL or a path, never inline.
widthintegerPNG width in pixels (default 1200)

No output schema declared.

No examples provided.