# liquefy-ui (npm · @liquefy-ui/mcp)

Answers questions about liquefy-ui from its real API surface, so an agent stops inventing props.

- Trust score: 82/100 (high trust)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@liquefy-ui/mcp`: 82/100 (this document), [markdown](https://verifymcp.io/servers/liquefy-ui-liquefy-ui/liquefy-ui-mcp.md), [page](https://verifymcp.io/servers/liquefy-ui-liquefy-ui/liquefy-ui-mcp)

## Channel facts

- Registry: `npm`
- Package: `@liquefy-ui/mcp`
- Version: `0.1.4`
- 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**: 100/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.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to liquefy-ui/liquefy-ui).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 521 tokens (~65/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add liquefy-ui-liquefy-ui -- npx -y @liquefy-ui/mcp
```

### Codex

```bash
codex mcp add liquefy-ui-liquefy-ui -- npx -y @liquefy-ui/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add liquefy-ui-liquefy-ui --command npx --arg -y --arg @liquefy-ui/mcp
```

### Hermes

```yaml
mcp_servers:
  liquefy-ui-liquefy-ui:
    command: "npx"
    args: ["-y", "@liquefy-ui/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "liquefy-ui-liquefy-ui": {
      "command": "npx",
      "args": [
        "-y",
        "@liquefy-ui/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 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 81, +47)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.10
- [functional improvement] MCP protocol: unverified → pass

### 2026-08-01 (score 34, −31)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.1.3 → 0.1.4

### 2026-07-31 (score 65, −11)

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

### 2026-07-30 (score 76)

First indexed and scored.

## MCP tools (8)

### `list_components` (~60 tokens)

List every component, hook and internal module in liquefy-ui with a one-line description. Start here when you do not know what the library contains.

Input parameters:

- `kind` (string): Narrow to components ("ui"), hooks, or shared internals ("lib").

### `get_component` (~70 tokens)

Get the real API of one component: its exported names, every exported type declaration verbatim, the import line, and the docs and registry URLs. Use this instead of guessing prop names.

Input parameters:

- `name` (string, required): An export name like "LiquidButton" or a file slug like "liquid-button".

### `search_components` (~65 tokens)

Free-text search across component names, descriptions and type declarations. Use it to answer "is there a component for X" or "which component has prop Y".

Input parameters:

- `query` (string, required): Words to look for, e.g. "toast", "onValueChange", "glass".

### `get_component_source` (~67 tokens)

Get the copy-paste source of a component, with imports already rewritten to shadcn aliases (@/components/ui, @/lib, @/hooks). Use this when the user wants to own and edit the code.

Input parameters:

- `name` (string, required): An export name or file slug.

### `get_tokens` (~47 tokens)

List the --lq-* design tokens and their real values, per theme scope.

Input parameters:

- `theme` (string): Which scope to read: global defaults, or the dark or light theme block.

### `list_icons` (~65 tokens)

List the icons in @liquefy-ui/icons by name, with their props. Use it before reaching for another icon library, and to check a name exists rather than guessing it.

Input parameters:

- `query` (string): Optional filter, e.g. "arrow" or "check".

### `get_core_api` (~62 tokens)

The public API of @liquefy-ui/core, the dependency-free engine under the components: the WebGL renderer, the bezel lens, the spring integrator and the tokens. Use it to drive the physics on an element the React components do not cover.

### `get_conventions` (~49 tokens)

The conventions of this library that are easy to get wrong: the client boundary, the required provider, the styles prop, which props do not exist. Read this before writing liquefy-ui code.

## Diagnostics

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

## Score history

- 2026-08-03: 82
- 2026-08-02: 81
- 2026-08-01: 34
- 2026-07-31: 65
- 2026-07-30: 76

## Links

- npm package: https://www.npmjs.com/package/@liquefy-ui/mcp
- Socket report: https://socket.dev/npm/package/@liquefy-ui/mcp
- Repository: https://github.com/liquefy-ui/liquefy-ui
- Website: https://liquefy-ui.com/#/guides/ai-tooling
- Changelog RSS feed: https://verifymcp.io/servers/liquefy-ui-liquefy-ui/liquefy-ui-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/liquefy-ui-liquefy-ui/liquefy-ui-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/liquefy-ui-liquefy-ui/liquefy-ui-mcp
