liquefy-ui
NPM · @LIQUEFY-UI/MCP · SCANNED AUG 3
Answers questions about liquefy-ui from its real API surface, so an agent stops inventing props.
Available components
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 Security100
- 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
- No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to liquefy-ui/liquefy-ui). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 521 tokens (~65/item across 8 items; 8 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management13
- Stability observed for 4 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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · @liquefy-ui/mcp
claude mcp add liquefy-ui-liquefy-ui -- npx -y @liquefy-ui/mcp
codex mcp add liquefy-ui-liquefy-ui -- npx -y @liquefy-ui/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"liquefy-ui-liquefy-ui": {
"type": "local",
"command": [
"npx",
"-y",
"@liquefy-ui/mcp"
],
"enabled": true
}
}
} openclaw mcp add liquefy-ui-liquefy-ui --command npx --arg -y --arg @liquefy-ui/mcp
mcp_servers:
liquefy-ui-liquefy-ui:
command: "npx"
args: ["-y", "@liquefy-ui/mcp"] {
"mcpServers": {
"liquefy-ui-liquefy-ui": {
"command": "npx",
"args": [
"-y",
"@liquefy-ui/mcp"
]
}
}
} 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 +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.
- 2 Aug 26 +47
- Malware scan: unverified → pass ▲ security
- Tool coverage: unverified → 100 ▲ functional
- Stability: unverified → 0.10 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- 1 Aug 26 −31
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- Package version: 0.1.3 → 0.1.4 functional
- 31 Jul 26 −11
- 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 76
First indexed and scored.
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/@liquefy-ui/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- liquefy-ui/liquefy-ui
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/liquefy-ui/liquefy-ui/.github/workflows/release.yml@refs/heads/main
- Rekor log index:
- 2311639293
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:ec86290900125f3d4871e24c6347d79886eabe8595bfd75db5501809a36cde09d3846c080dc055a0f2519ffaab7c6d2237391bb71d9df0762d97f7d90
- Discovery method:
- attestation_endpoint
Dependencies 0 packages
0 packages in the resolved dependency tree.
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.
get_component ~70
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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | An export name like "LiquidButton" or a file slug like "liquid-button". |
No output schema declared.
No examples provided.
get_component_source ~67
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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | An export name or file slug. |
No output schema declared.
No examples provided.
get_conventions ~49
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.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_core_api ~62
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.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_tokens ~47
List the --lq-* design tokens and their real values, per theme scope.
| Name | Type | Req | Description |
|---|---|---|---|
| theme | string | — | Which scope to read: global defaults, or the dark or light theme block. |
No output schema declared.
No examples provided.
list_components ~60
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.
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | — | Narrow to components ("ui"), hooks, or shared internals ("lib"). |
No output schema declared.
No examples provided.
list_icons ~65
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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | — | Optional filter, e.g. "arrow" or "check". |
No output schema declared.
No examples provided.
search_components ~65
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".
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Words to look for, e.g. "toast", "onValueChange", "glass". |
No output schema declared.
No examples provided.