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.ChanMeng666/archlang-mcp

NPM · @CHANMENG666/ARCHLANG-MCP · SCANNED SEP 13

Compile, describe, lint, validate, score and repair multi-storey and curved ArchLang floor plans.

−16 this week 80 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security48
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 64 of 171 dependencies flagged as unhealthy (2 deprecated). View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to ChanMeng666/archlang). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability88
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1409 tokens (~100/item across 14 items; 9 tools + 5 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.ChanMeng666/archlang-mcp server?

io.github.ChanMeng666/archlang-mcp runs locally as an npm package, launched with npx -y @chanmeng666/archlang-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @chanmeng666/archlang-mcp

# add to Claude Code
claude mcp add chanmeng666-archlang-mcp -- npx -y @chanmeng666/archlang-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "chanmeng666-archlang-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chanmeng666/archlang-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chanmeng666-archlang-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chanmeng666/archlang-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chanmeng666-archlang-mcp -- npx -y @chanmeng666/archlang-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chanmeng666-archlang-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@chanmeng666/archlang-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chanmeng666-archlang-mcp --command npx --arg -y --arg @chanmeng666/archlang-mcp
# ~/.hermes/config.yaml
mcp_servers:
  chanmeng666-archlang-mcp:
    command: "npx"
    args: ["-y", "@chanmeng666/archlang-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chanmeng666-archlang-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@chanmeng666/archlang-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chanmeng666-archlang-mcp -t stdio -c npx -a -y @chanmeng666/archlang-mcp
// mcp.json
{
  "mcpServers": {
    "chanmeng666-archlang-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chanmeng666/archlang-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.

  • 13 Sept 26 −17
    • Malware scan: pass → unverified security
    • Stability: pass → 0.83 functional
    • Package version: 0.2.15 → 0.2.16 functional
  • 10 Sept 26 0
    • Stability: 0.97 → pass security
  • 9 Sept 26 0
    • Stability: pass → 0.97 functional
  • 8 Sept 26 0
    • Stability: 0.97 → pass security
  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 5 Sept 26 +16
    • Malware scan: unverified → pass security
  • 4 Sept 26 −15
    • Malware scan: pass → unverified security
    • Package version: 0.2.13 → 0.2.15 functional
    • Package version: 0.2.13 → 0.2.14 functional
  • 3 Sept 26 +1
    • Stability: 0.80 → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Package version: 0.2.12 → 0.2.13 functional
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 13 Sept 2026 · Analysed npm/@chanmeng666/archlang-mcp@0.2.16

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo ChanMeng666/archlang
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/ChanMeng666/archlang/.github/workflows/release.yml@refs/tags/v1.36.0
Rekor log index 2813799414
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:a21240603b9920bb09faeb0c132660766160f78f1268cd9a4ff11adce0ace375beb8e3df22f87c4660dc41b8e9c5dbfbc24bdedb990d229f063be68a8

Background: How many MCP packages publish verified provenance →

Dependencies 171 packages
Packages resolved 171
Deprecated 2
Stale 64
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~1,288 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
compile ~286

Compile ArchLang `.arch` source (or a Plan-JSON object) to an SVG floor plan, or to a zero-dependency ASCII text plan (format:"txt"). Returns the rendered output plus diagnostics — each a byte span, line/col, catalogued E_/W_ code, and a machine-applicable fix. Errors are DATA, never exceptions: read `diagnostics` and correct the source. A MULTI-STOREY plan (`level <n> { … }`) is a set of drawings: `output` is the lowest storey and every storey comes back in `pages[]` ({ level, name, output }), so pass `level` to render just one.

NameTypeReqDescription
accessiblebooleanEmit <title>/<desc>/role/aria accessibility metadata (SVG only).
formatstringsvg (default) or txt (zero-dependency ASCII).
levelintegerRender only this storey of a multi-storey plan. An undeclared level is an error, not a guess.
overlaystringDraw an opt-in circulation overlay (SVG only).
plan_jsonobjectPlan JSON (RPLAN shape) as an alternative to `source`; converted to .arch then compiled.
sourcestringArchLang source (a `plan "…" { … }`). Provide this OR plan_json.

No output schema declared.

No examples provided.

complete ~65

Completion items in scope at a source BYTE offset (the LSP `completion()` core): keywords, element names, ids, enum values — for structured or assisted authoring.

NameTypeReqDescription
atintegeryesSource byte offset to complete at.
sourcestringyesArchLang source.

No output schema declared.

No examples provided.

describe ~165

Semantic facts about a plan without rendering: rooms (areas, bboxes, adjacency, uses, and the exact shape — `floor_polygon` for a `room polygon`, `floor_circle` for a `room circle`, whose area is exact πR²), doors (what they connect), windows, circulation (walk distance / bottleneck width / detour), zones, storeys (`levels[i]` carries the same facts per floor) with the shafts that join them and which storeys stay reachable (`vertical`), the drawing extent (`bbox`, `bbox_outer`), `freedom` (which positions are hand-authored vs resolver-derived), and totals. The channel a text-only agent uses to VERIFY that a plan matches intent.

NameTypeReqDescription
sourcestringyesArchLang source.

No output schema declared.

No examples provided.

fix ~134

Apply the machine-applicable fixes a compile attaches to its diagnostics — the SYNTACTIC corrector (off-wall openings → the attachment form, out-of-range positions clamped, …), distinct from `repair`'s geometric solver. Bounded fixpoint (≤4 passes; a pass that raises the error count is rolled back). `unsafe:true` also applies `maybe-incorrect` fixes. Returns { ok, passes, applied, skipped, source }.

NameTypeReqDescription
sourcestringyesArchLang source to fix.
unsafebooleanAlso apply `maybe-incorrect` fixes (default: machine-applicable only).

No output schema declared.

No examples provided.

lint ~97

Advisory `W_*` soundness warnings as data: unreachable room, windowless bedroom, too-narrow door, blocked doorway, furniture through a wall, circuitous path, and more. `profile` selects a ruleset (e.g. "residential-basic", "accessibility-advisory").

NameTypeReqDescription
profilestringAdvisory ruleset name (default: the built-in ruleset).
sourcestringyesArchLang source.

No output schema declared.

No examples provided.

repair ~89

The explicit source-to-source corrector (ADR 0006): push furniture out of walls / doorways / swing arcs, separate overlaps, relocate wrong-room fixtures, snap floating pieces to walls. Returns corrected `.arch` source + a change log. It NEVER adds doors or windows — that is a design choice; use `suggest` for topology.

NameTypeReqDescription
sourcestringyesArchLang source to correct.

No output schema declared.

No examples provided.

score ~147

The continuous intent-satisfaction METER: check a brief's intent JSON (per /intent.schema.json) against a plan and report how much it satisfies. Returns { ok, satisfied, total, score, subscores, violations } where `score` is satisfied/total in [0,1] (an empty intent scores 1). It MEASURES, it never gates — so you can watch a plan approach the brief across edits. A malformed intent returns `{ ok:false, intentErrors }` (data, never a throw).

NameTypeReqDescription
briefobjectyesA brief's intent JSON (per /intent.schema.json) to measure against.
sourcestringyesArchLang source.

No output schema declared.

No examples provided.

suggest ~92

Advisory topology suggestions as DATA — never applied (ADR 0005). For a room with no path back, a building with no entrance, a bath reachable only through a bedroom, or a windowless bedroom, returns ready-to-paste `door`/`window` statements (attachment form, furniture-aware) plus a rationale, for the agent to choose among and insert.

NameTypeReqDescription
sourcestringyesArchLang source.

No output schema declared.

No examples provided.

validate ~213

The ship gate: parse + resolve + lint in one pass, no render. `strict:true` makes advisory warnings fail too. Optional `graph` checks the plan's interior-door adjacency against an intended room graph (`{ room: [neighbours] }`); a mismatch fails. Optional `intent` (a brief's expectations per /intent.schema.json) is checked against the plan — a failing GATING assertion (room count / existence / area / total-area / windows) fails validate, while adjacency and reachability are advisory and only score. A malformed intent returns `{ ok:false, intentErrors }` (data, never a throw). Returns { ok, diagnostics, graph?, intent? }.

NameTypeReqDescription
graphobjectIntended interior-door adjacency: { room: [neighbour rooms] }.
intentobjectA brief's intent JSON (per /intent.schema.json); gating assertions fail validate.
sourcestringyesArchLang source.
strictbooleanAdvisory warnings fail too.

No output schema declared.

No examples provided.

Common questions

What is the io.github.ChanMeng666/archlang-mcp server?

io.github.ChanMeng666/archlang-mcp is listed in the public MCP registry as io.github.ChanMeng666/archlang-mcp. Compile, describe, lint, validate, score and repair multi-storey and curved ArchLang floor plans. This page covers its npm package (@chanmeng666/archlang-mcp).

Is the io.github.ChanMeng666/archlang-mcp server safe to use?

io.github.ChanMeng666/archlang-mcp scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 13 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.ChanMeng666/archlang-mcp server expose?

io.github.ChanMeng666/archlang-mcp exposes 9 tools: compile, describe, lint, validate, score, and 4 more. Their descriptions and schemas cost roughly 1,288 tokens of context every time the server is loaded.

Is the io.github.ChanMeng666/archlang-mcp server still maintained?

io.github.ChanMeng666/archlang-mcp is still listed as active in the MCP registry. We last reached this channel on 13 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.ChanMeng666/archlang-mcp server under?

io.github.ChanMeng666/archlang-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.