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.jugbeep/lustre

NPM · LUSTRE-MCP · SCANNED AUG 3

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

Available components

+12 this week 52 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 Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.7.0, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (13 of 14), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 271 tokens (~45/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 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
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
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 · lustre-mcp

# add to Claude Code
claude mcp add jugbeep-lustre -- npx -y lustre-mcp
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add jugbeep-lustre --command npx --arg -y --arg lustre-mcp
# ~/.hermes/config.yaml
mcp_servers:
  jugbeep-lustre:
    command: "npx"
    args: ["-y", "lustre-mcp"]
// mcp.json
{
  "mcpServers": {
    "jugbeep-lustre": {
      "command": "npx",
      "args": [
        "-y",
        "lustre-mcp"
      ]
    }
  }
}
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.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +12
    • Malware scan: unverified → pass security
  • 1 Aug 26 −15
    • Malware scan: pass → unverified security
  • 31 Jul 26 +5
    • 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 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 +25
    • CVE-2025-66414 affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT 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/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes
Dependencies 13 packages

13 packages in the resolved dependency tree · 13 deprecated · 6 stale.

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

MCP tools — 6 exposed · ~271 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
lustre_get_component ~64

Get the complete Dart source code for a specific component

NameTypeReqDescription
brightnessstringColor scheme brightness (default: light)
componentstringyesComponent name (e.g., 'profile_card')
themestringTheme variant (default: clean)

No output schema declared.

No examples provided.

lustre_get_design_tokens ~46

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

NameTypeReqDescription
brightnessstringyesColor scheme brightness
themestringyesTheme variant

No output schema declared.

No examples provided.

lustre_get_layout_pattern ~44

Get a complete page layout pattern with example components

NameTypeReqDescription
patternstringyesLayout pattern type
themestringTheme variant (default: clean)

No output schema declared.

No examples provided.

lustre_list_components ~44

List all available Lustre components with descriptions and category organization

NameTypeReqDescription
categorystringOptional category filter (navigation, cards, lists, forms, feedback, etc.)

No output schema declared.

No examples provided.

lustre_search_components ~36

Semantically search for components by description

NameTypeReqDescription
querystringyesSearch query (e.g., 'user profile with avatar')

No output schema declared.

No examples provided.

lustre_setup_theme ~37

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

NameTypeReqDescription
themestringyesDefault theme to set up

No output schema declared.

No examples provided.