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.

io.github.terminalis/appcraft

NPM · @APPCRAFT-IO/MCP-SERVER · SCANNED AUG 3

Deterministic Android app compiler — agents write a YAML model, the compiler emits the native app.

+24 this week 64 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 Security88
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (100 of 104), 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 (100 of 104), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 27 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 493 tokens (~70/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 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
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 · @appcraft-io/mcp-server

# add to Claude Code
claude mcp add terminalis-appcraft -- npx -y @appcraft-io/mcp-server
# add to Codex CLI
codex mcp add terminalis-appcraft -- npx -y @appcraft-io/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "terminalis-appcraft": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@appcraft-io/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add terminalis-appcraft --command npx --arg -y --arg @appcraft-io/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  terminalis-appcraft:
    command: "npx"
    args: ["-y", "@appcraft-io/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "terminalis-appcraft": {
      "command": "npx",
      "args": [
        "-y",
        "@appcraft-io/mcp-server"
      ]
    }
  }
}
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 +33
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Tool coverage: 100 → unverified functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: Apache-2.0 functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −2
    • 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 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 40

    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/@appcraft-io/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 100 packages

100 packages in the resolved dependency tree · 97 deprecated · 30 stale.

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

MCP tools — 7 exposed · ~493 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
compile ~86

Deterministically compile a valid model into a COMPLETE Jetpack Compose / Material 3 Gradle project at outDir (clean architecture, Room storage, zero placeholders). Open in Android Studio or run 'gradle assembleDebug' to get the APK.

NameTypeReqDescription
modelYamlstringyesFull app.acm.yaml content
outDirstringyesDirectory to write the Android project into

No output schema declared.

No examples provided.

create_app ~88

Returns a minimal valid starter model (one entity, create+list flows) for the given app name and Android package. Shape it from there with edit_model or by rewriting the YAML.

NameTypeReqDescription
namestringyesDisplay name, e.g. 'GlucoLog' (1-50 chars)
packagestringyesAndroid package, e.g. 'io.example.glucolog'

No output schema declared.

No examples provided.

edit_model ~104

Apply an RFC-6902 JSON patch to the model (paths address the parsed YAML, e.g. /data/entities/0/attributes/-). Returns the updated YAML plus its validation result. Note: YAML comments are not preserved; for comment-heavy models, rewrite the YAML directly instead.

NameTypeReqDescription
modelYamlstringyesCurrent app.acm.yaml content
patcharrayyesRFC-6902 operations: [{op, path, value?, from?}, ...]

No output schema declared.

No examples provided.

get_schema ~45

START HERE. Returns the AppCraft model JSON Schema, the capability card (what the compiler CAN and CANNOT build — never promise unsupported features to users), and the recommended tool workflow.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_examples ~37

Complete example models (a health tracker with chart, custom-formula calculators, an escape-hatch showcase). Read one before writing your first model.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

preview ~68

Instant deterministic HTML mockup of the model (no Android toolchain needed). Provide outPath to write the file, or omit it to get the HTML back.

NameTypeReqDescription
modelYamlstringyesFull app.acm.yaml content
outPathstringOptional path for the .html file

No output schema declared.

No examples provided.

validate ~65

Validate a model. errors.spec = schema/semantic problems (fix these). errors.compile = spec-valid features compiler 0.1 cannot build yet (redesign around them; see capability card). Run after EVERY edit.

NameTypeReqDescription
modelYamlstringyesFull app.acm.yaml content

No output schema declared.

No examples provided.