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.
Available components
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
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
claude mcp add terminalis-appcraft -- npx -y @appcraft-io/mcp-server
codex mcp add terminalis-appcraft -- npx -y @appcraft-io/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"terminalis-appcraft": {
"type": "local",
"command": [
"npx",
"-y",
"@appcraft-io/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add terminalis-appcraft --command npx --arg -y --arg @appcraft-io/mcp-server
mcp_servers:
terminalis-appcraft:
command: "npx"
args: ["-y", "@appcraft-io/mcp-server"] {
"mcpServers": {
"terminalis-appcraft": {
"command": "npx",
"args": [
"-y",
"@appcraft-io/mcp-server"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| modelYaml | string | yes | Full app.acm.yaml content |
| outDir | string | yes | Directory 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Display name, e.g. 'GlucoLog' (1-50 chars) |
| package | string | yes | Android 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.
| Name | Type | Req | Description |
|---|---|---|---|
| modelYaml | string | yes | Current app.acm.yaml content |
| patch | array | yes | RFC-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.
| Name | Type | Req | Description |
|---|---|---|---|
| modelYaml | string | yes | Full app.acm.yaml content |
| outPath | string | — | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| modelYaml | string | yes | Full app.acm.yaml content |
No output schema declared.
No examples provided.