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.

Angular token saver

NPM · @ALEX-APPS/NG-TOKEN-SAVER · SCANNED AUG 12

Compiler-backed Angular template answers, component contracts and version facts for AI agents

79 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 Security98
  • 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
  • 30 of 98 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to Alex88Ryabov/alex-apps-ng-token-saver). View diagnostics → Pass
  • Clear OSI-approved license (GPL-3.0-or-later).Pass
  • Actively maintained (last published 4 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 517 tokens (~86/item across 6 items; 6 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 Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 85% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 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 · @alex-apps/ng-token-saver

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

  • 11 Aug 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
  • 7 Aug 26 77

    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 12 Aug 2026 · Analysed npm/@alex-apps/ng-token-saver@0.1.7

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 Alex88Ryabov/alex-apps-ng-token-saver
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/Alex88Ryabov/alex-apps-ng-token-saver/.github/workflows/publish.yml@refs/tags/v0.1.7
Rekor log index 2370080269
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:c94d865dbe5e3f372f7ff8972e2a47db33921ee05015e0e14b750f624eb1e5ad7f02d0ccade6e6408fd3daa47d8fc9eb2b9473c21393b9cf230c1b1ab
Dependencies 98 packages
Packages resolved 98
Stale 30
Tree resolution Complete
MCP tools · 6 exposed · ~517 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
ng_component_info ~65

Public contract of a component or directive: inputs, outputs, class members, decorator metadata. Accepts .ts or .html. Reads the source; ngserver is not needed.

NameTypeReqDescription
filestringyesPath to the component (.ts) or to its template (.html)

No output schema declared.

No examples provided.

ng_find_usages ~137

Usages of a component, directive, pipe or service across the workspace: elements, attribute selectors, pipes and class references. Accepts a file path or a selector.

NameTypeReqDescription
inputstringOnly tag usages binding this input/output; entries then point at the binding
limitintegerHow many usages to return, 100 by default
pathstringScope the search to this folder (a file means its folder); default is the whole workspace
selectorOrFilestringyesPath to the declaring .ts, or the selector itself: app-user-card, [appDrag], money

No output schema declared.

No examples provided.

ng_template_definition ~79

From a position in an Angular template (.html or inline in .ts) to its TypeScript declaration. line and character are 0-based, as in LSP.

NameTypeReqDescription
characterintegeryes
filestringyesPath to the template: .html, or .ts with an inline template
lineintegeryes

No output schema declared.

No examples provided.

ng_template_diagnostics ~96

Angular compiler errors for a template after an edit. Accepts .html or .ts; files checks a batch. An entry anchored in the companion file names it in file. An empty list means "no errors" only when the server is healthy.

NameTypeReqDescription
filestringPath to the template or to the component
filesarrayBatch of up to 20 templates; the answer groups diagnostics per file

No output schema declared.

No examples provided.

ng_version_rules ~77

What exists and what does not in this project's Angular version: template syntax, signal APIs, zoneless, DI. Every rule was measured on the v17-v22 stand.

NameTypeReqDescription
pathstringAny file or folder inside the workspace; defaults to the working directory
topicstringNarrow the answer to one topic

No output schema declared.

No examples provided.

ng_workspace_map ~63

Workspace projects, Angular/CLI/TypeScript versions, strictTemplates and zone.js per project. Understands angular.json, Nx and solution style. Call once per session.

NameTypeReqDescription
pathstringAny file or folder inside the workspace; defaults to the working directory

No output schema declared.

No examples provided.