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

io.github.Ajey95/drawarch

NPM · DRAWARCH-MCP · SCANNED AUG 20

Create editable Draw.io architecture diagrams from prompts and reference images.

Available components

65 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 Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 37 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 5 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability67
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 579 tokens (~52/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage72
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 3% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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 · drawarch-mcp

# add to Claude Code
claude mcp add ajey95-drawarch -- npx -y drawarch-mcp
# add to Codex CLI
codex mcp add ajey95-drawarch -- npx -y drawarch-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ajey95-drawarch": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "drawarch-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ajey95-drawarch --command npx --arg -y --arg drawarch-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ajey95-drawarch:
    command: "npx"
    args: ["-y", "drawarch-mcp"]
// mcp.json
{
  "mcpServers": {
    "ajey95-drawarch": {
      "command": "npx",
      "args": [
        "-y",
        "drawarch-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.

  • 14 Aug 26 65

    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 20 Aug 2026 · Analysed npm/drawarch-mcp@0.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 37 packages
Packages resolved 37
Tree resolution Complete
MCP tools · 11 exposed · ~579 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
compare_reference_recreation ~48

Measure structural coverage against the approved absolute scene graph and report missing editable elements.

NameTypeReqDescription
fileNamestring
planIdstringyes
revisionintegeryes
NameTypeReqDescription
expectedElementsnumberyes
matchedElementsnumberyes
missingElementIdsarrayyes
structuralScorenumberyes

No examples provided.

create_drawio ~104

Generate a self-contained native .drawio architecture with selectable theme, real SVGs, deterministic layout, animated colour-coded datapaths, and editable objects.

NameTypeReqDescription
edgesarray
groupsarray
layoutstringyes
nodesarrayyes
onlineAssetsboolean
outputFilestringyes
overwriteboolean
themestringyes
titlestringyes
NameTypeReqDescription
assetsarrayyes
countsobjectyes
layoutstringyes
outputFilestringyes
outputPathstringyes
themestringyes
validationobjectyes
warningsarrayyes

No examples provided.

create_reference_drawio ~58

Resolve approved real assets, embed them, and render an exact absolute-coordinate editable .drawio artifact. Rejects stale approvals.

NameTypeReqDescription
approvalTokenstringyes
planIdstringyes
revisionintegeryes
NameTypeReqDescription
comparisonobjectyes
outputFilestringyes
outputPathstringyes
planIdstringyes
revisionnumberyes
validationobjectyes

No examples provided.

get_reference_plan ~30

Read the latest immutable scene-graph revision before rendering or approval.

NameTypeReqDescription
planIdstringyes
NameTypeReqDescription
pathstringyes
planobjectyes
planIdstringyes
revisionintegeryes

No examples provided.

list_assets ~60

Search safe bundled real-world SVG architecture assets by name, alias, tag, category, or provider.

NameTypeReqDescription
categorystring
providerstring
querystringText such as postgres, smartphone, telemetry, or server
NameTypeReqDescription
assetsarrayyes

No examples provided.

list_themes ~21

List selectable visual themes for editable animated diagrams.net architecture diagrams.

Input schema present but exposes no named parameters.

NameTypeReqDescription
themesarrayyes

No examples provided.

prepare_reference_recreation ~61

Persist the host vision model's absolute editable scene graph. DrawArch does not call another LLM. Set approved only after the user or host policy approves all online sources and the plan.

NameTypeReqDescription
approvedboolean
planobjectyes
NameTypeReqDescription
approvalTokenstring
pathstringyes
planobjectyes
planIdstringyes
revisionnumberyes

No examples provided.

resolve_asset ~59

Resolve one architecture component to a safe embedded SVG using bundled assets first and online Iconify-compatible assets when enabled.

NameTypeReqDescription
allowOnlineboolean
categorystring
providerstring
querystringyes
NameTypeReqDescription
assetobjectyes

No examples provided.

update_reference_plan ~58

Create an immutable next revision of a reference plan using optimistic concurrency. Any earlier approval becomes stale.

NameTypeReqDescription
approvedboolean
expectedRevisionintegeryes
planobjectyes
planIdstringyes
NameTypeReqDescription
approvalTokenstring
pathstringyes
planobjectyes
planIdstringyes
revisionnumberyes

No examples provided.

validate_drawio ~42

Validate a .drawio file inside the configured output directory for structural errors, dangling references, duplicate IDs, and unsafe images.

NameTypeReqDescription
fileNamestringyes
NameTypeReqDescription
fileNamestringyes
validationobjectyes

No examples provided.

validate_reference_drawio ~38

Validate a generated reference recreation for native Draw.io structure, IDs, references, and embedded-image safety.

NameTypeReqDescription
fileNamestringyes
NameTypeReqDescription
fileNamestringyes
validationobjectyes

No examples provided.