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.

io.github.leMaur/livewire-flux-mcp

NPM · LIVEWIRE-FLUX-MCP · SCANNED AUG 12

Flux UI component and layout docs for AI coding agents. Live from fluxui.dev, Pro-tier aware.

Available components

80 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
  • 32 of 117 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to leMaur/livewire-flux-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 4 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 254 tokens (~63/item across 4 items; 4 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 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

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 · livewire-flux-mcp

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

  • 11 Aug 26 +1
    • 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 79

    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/livewire-flux-mcp@2.3.6

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 leMaur/livewire-flux-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/leMaur/livewire-flux-mcp/.github/workflows/publish.yml@refs/tags/2.3.6
Rekor log index 2368145645
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:00403ade866c0f4b5a2e010b507580095d71aaa557d0d3687b78180a3911712d44432a0caf47a0c19ef3004de4717dd126e082ffa2541d626dac5d4d0
Dependencies 117 packages
Packages resolved 117
Deprecated 1
Stale 32
Tree resolution Complete
MCP tools · 4 exposed · ~254 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
fetch_flux_docs ~113

Fetch documentation for Livewire Flux components or layouts from fluxui.dev

NameTypeReqDescription
componentstringThe component name or path to fetch documentation for (optional)
layoutstringThe layout name to fetch documentation for (e.g., "header", "sidebar") (optional)
searchstringDEPRECATED — accepted but ignored. Will be removed in 3.0. Filter the returned text client-side instead.
versionstringFlux major version to target (default v2)

No output schema declared.

No examples provided.

list_flux_component_icons ~57

List all available Heroicons for use with flux:icon component, with variants and usage examples

NameTypeReqDescription
searchstringSearch term to filter icon names (optional)
variantstringFilter icons by variant (optional)

No output schema declared.

No examples provided.

list_flux_components ~49

List all available Flux components from the documentation

NameTypeReqDescription
tierstringFilter components by paid tier (default all)
versionstringFlux major version to target (default v2)

No output schema declared.

No examples provided.

list_flux_layouts ~35

List all available Flux layouts from the documentation

NameTypeReqDescription
versionstringFlux major version to target (default v2)

No output schema declared.

No examples provided.