# Angular token saver (npm · @alex-apps/ng-token-saver)

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

- Trust score: 79/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-12

## Components

- npm · `@alex-apps/ng-token-saver`: 79/100 (this document), [markdown](https://verifymcp.io/servers/alex88ryabov-ng-token-saver/alex-apps-ng-token-saver.md), [page](https://verifymcp.io/servers/alex88ryabov-ng-token-saver/alex-apps-ng-token-saver)

## Channel facts

- Registry: `npm`
- Package: `@alex-apps/ng-token-saver`
- Version: `0.1.7`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-12.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 98 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to Alex88Ryabov/alex-apps-ng-token-saver).
  - Clear OSI-approved license (GPL-3.0-or-later).
  - Actively maintained (last published 4 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 517 tokens (~86/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 95/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 85% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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

### Claude

```bash
claude mcp add alex88ryabov-ng-token-saver -- npx -y @alex-apps/ng-token-saver
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add alex88ryabov-ng-token-saver --command npx --arg -y --arg @alex-apps/ng-token-saver
```

### Hermes

```yaml
mcp_servers:
  alex88ryabov-ng-token-saver:
    command: "npx"
    args: ["-y", "@alex-apps/ng-token-saver"]
```

### Other

```json
{
  "mcpServers": {
    "alex88ryabov-ng-token-saver": {
      "command": "npx",
      "args": [
        "-y",
        "@alex-apps/ng-token-saver"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-11 (score 79, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-07 (score 77)

First indexed and scored.

## MCP tools (6)

### `ng_template_definition` (~79 tokens)

Angular: declaration of a template symbol

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.

Input parameters:

- `character` (integer, required)
- `file` (string, required): Path to the template: .html, or .ts with an inline template
- `line` (integer, required)

### `ng_template_diagnostics` (~96 tokens)

Angular: template errors

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.

Input parameters:

- `file` (string): Path to the template or to the component
- `files` (array): Batch of up to 20 templates; the answer groups diagnostics per file

### `ng_component_info` (~65 tokens)

Angular: component contract

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

Input parameters:

- `file` (string, required): Path to the component (.ts) or to its template (.html)

### `ng_workspace_map` (~63 tokens)

Angular: workspace map

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

Input parameters:

- `path` (string): Any file or folder inside the workspace; defaults to the working directory

### `ng_version_rules` (~77 tokens)

Angular: rules for the project version

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.

Input parameters:

- `path` (string): Any file or folder inside the workspace; defaults to the working directory
- `topic` (string): Narrow the answer to one topic

### `ng_find_usages` (~137 tokens)

Angular: find usages

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.

Input parameters:

- `input` (string): Only tag usages binding this input/output; entries then point at the binding
- `limit` (integer): How many usages to return, 100 by default
- `path` (string): Scope the search to this folder (a file means its folder); default is the whole workspace
- `selectorOrFile` (string, required): Path to the declaring .ts, or the selector itself: app-user-card, [appDrag], money

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/alex88ryabov-ng-token-saver/alex-apps-ng-token-saver#diagnostics

## Score history

- 2026-08-12: 79
- 2026-08-11: 79
- 2026-08-10: 77
- 2026-08-09: 77
- 2026-08-08: 77
- 2026-08-07: 77

## Links

- npm package: https://www.npmjs.com/package/@alex-apps/ng-token-saver
- Socket report: https://socket.dev/npm/package/@alex-apps/ng-token-saver
- Repository: https://github.com/Alex88Ryabov/alex-apps-ng-token-saver
- Changelog RSS feed: https://verifymcp.io/servers/alex88ryabov-ng-token-saver/alex-apps-ng-token-saver.xml
- Changelog JSON feed: https://verifymcp.io/servers/alex88ryabov-ng-token-saver/alex-apps-ng-token-saver.json
- HTML version of this page: https://verifymcp.io/servers/alex88ryabov-ng-token-saver/alex-apps-ng-token-saver
