# io.github.jugbeep/lustre (npm · lustre-mcp)

Premium Flutter UI components for AI coding agents. 46 widgets, 3 themes, light/dark mode.

- Trust score: 52/100 (low)
- Change this week: +12
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `lustre-mcp`: 52/100 (this document), [markdown](https://verifymcp.io/servers/jugbeep-lustre/lustre-mcp.md), [page](https://verifymcp.io/servers/jugbeep-lustre/lustre-mcp)

## Channel facts

- Registry: `npm`
- Package: `lustre-mcp`
- Version: `1.0.1`
- 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-03.

- **Supply Chain Security**: 70/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.7.0, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (13 of 14), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 121 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 271 tokens (~45/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add jugbeep-lustre -- npx -y lustre-mcp
```

### Codex

```bash
codex mcp add jugbeep-lustre -- npx -y lustre-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jugbeep-lustre": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "lustre-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jugbeep-lustre --command npx --arg -y --arg lustre-mcp
```

### Hermes

```yaml
mcp_servers:
  jugbeep-lustre:
    command: "npx"
    args: ["-y", "lustre-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "jugbeep-lustre": {
      "command": "npx",
      "args": [
        "-y",
        "lustre-mcp"
      ]
    }
  }
}
```

## 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-03 (score 52, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 49, +12)

- [security improvement] Malware scan: unverified → pass

### 2026-08-01 (score 37, −15)

- [security regression] Malware scan: pass → unverified

### 2026-07-31 (score 52, +5)

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

### 2026-07-30 (score 47, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 65, +25)

- [security regression] CVE-2025-66414 affects this package: high
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (6)

### `lustre_list_components` (~44 tokens)

List all available Lustre components with descriptions and category organization

Input parameters:

- `category` (string): Optional category filter (navigation, cards, lists, forms, feedback, etc.)

### `lustre_search_components` (~36 tokens)

Semantically search for components by description

Input parameters:

- `query` (string, required): Search query (e.g., 'user profile with avatar')

### `lustre_get_component` (~64 tokens)

Get the complete Dart source code for a specific component

Input parameters:

- `brightness` (string): Color scheme brightness (default: light)
- `component` (string, required): Component name (e.g., 'profile_card')
- `theme` (string): Theme variant (default: clean)

### `lustre_get_design_tokens` (~46 tokens)

Get design tokens (colors, typography, spacing, etc.) for a theme

Input parameters:

- `brightness` (string, required): Color scheme brightness
- `theme` (string, required): Theme variant

### `lustre_get_layout_pattern` (~44 tokens)

Get a complete page layout pattern with example components

Input parameters:

- `pattern` (string, required): Layout pattern type
- `theme` (string): Theme variant (default: clean)

### `lustre_setup_theme` (~37 tokens)

Get setup instructions and code for using Lustre in a new Flutter project

Input parameters:

- `theme` (string, required): Default theme to set up

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/jugbeep-lustre/lustre-mcp#diagnostics

## Score history

- 2026-08-03: 52
- 2026-08-02: 49
- 2026-08-01: 37
- 2026-07-31: 52
- 2026-07-30: 47
- 2026-07-28: 65
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/lustre-mcp
- Socket report: https://socket.dev/npm/package/lustre-mcp
- Changelog RSS feed: https://verifymcp.io/servers/jugbeep-lustre/lustre-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/jugbeep-lustre/lustre-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/jugbeep-lustre/lustre-mcp
