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.

Hyperiux Vault

NPM · HYPERIUX-MCP-SERVER · SCANNED SEP 26

Browse, inspect, and retrieve installable React and Next.js interaction effects from Hyperiux Vault.

Available components

63 Trust /100
Trust breakdown (7 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 → Why this is hard to 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
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability65
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1101 tokens (~367/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • 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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.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

How do I install the Hyperiux Vault MCP server?

Hyperiux Vault runs locally as an npm package, launched with npx -y hyperiux-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · hyperiux-mcp-server

# add to Claude Code
claude mcp add hyperiux-immersion-labs-hyperiux-mcp-server -- npx -y hyperiux-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "hyperiux-immersion-labs-hyperiux-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hyperiux-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "hyperiux-immersion-labs-hyperiux-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hyperiux-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add hyperiux-immersion-labs-hyperiux-mcp-server -- npx -y hyperiux-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hyperiux-immersion-labs-hyperiux-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "hyperiux-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add hyperiux-immersion-labs-hyperiux-mcp-server --command npx --arg -y --arg hyperiux-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  hyperiux-immersion-labs-hyperiux-mcp-server:
    command: "npx"
    args: ["-y", "hyperiux-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "hyperiux-immersion-labs-hyperiux-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "hyperiux-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add hyperiux-immersion-labs-hyperiux-mcp-server -t stdio -c npx -a -y hyperiux-mcp-server
// mcp.json
{
  "mcpServers": {
    "hyperiux-immersion-labs-hyperiux-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hyperiux-mcp-server"
      ]
    }
  }
}
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.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 21 Sept 26 63

    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 26 Sept 2026 · Analysed npm/hyperiux-mcp-server@0.2.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 3 exposed · ~1,101 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
hyperiux_get_effect ~618

Get full details for one Hyperiux Vault effect by its exact slug - description, tier (free/pro), npm dependencies, version, changelog, and install instructions. Optionally includes full source code. Args: - name (string): exact effect slug - include_source (boolean, default false): also return component source. Free effects: always available. Pro effects: only if authenticated (see below). Returns JSON: { name, title, description, tier, version, dependencies, changelog, install_command, preview_url, import_path, target, main, import_statement, files: [{ path, content? }] } - changelog: array of { version, date, summary, breaking }, newest first - files[].content is omitted unless include_source=true AND the effect is accessible (free, or Pro with a valid token) - import_statement is the exact import line to use after installing (e.g. `import { DottedGrid } from "@/components/effects/dotted-grid";`), built from exportKind/exportName/import_path the same way the CLI's own `hyperiux add` output does - omitted if the registry entry has no import_path - install_limit/install_remaining: present on a normal (non-rate-limited) lookup, telling you how many more distinct effects this identity can fetch today - mention this to the user when remaining is low, same as the website's copy toast and the CLI's own "N of M daily installs left" line Pro effects without a token: the response still includes metadata (description, dependencies, changelog) but files have no content, and a note explains the effect requires a Hyperiux Pro account - don't treat this as an error, it's expected for unauthenticated Pro lookups. Free effects past the caller's daily install cap: the response still includes metadata but files have no content, and rate_limited/rate_limit_reason explain the daily limit and when to retry - also not an error, it's expected once the cap is hit. Examples: - "What does the dotted-grid effect need?" -> name="dotted-grid" (dependencies field) - "Show…

NameTypeReqDescription
include_sourceboolean–Include full component source in the response. Free-tier effects always include it; Pro-tier effects only include it if a Hyperiux token is available (HYPERIUX_TOKEN env var, or a saved `hyperiux log…
namestringyesExact effect slug, e.g. 'dotted-grid', 'circle-text-reveal'. Get this from hyperiux_list_effects.

No output schema declared.

No examples provided.

hyperiux_list_categories ~120

List every effect category in the Hyperiux Vault catalog with how many effects are in each - useful before calling hyperiux_list_effects with a category filter, to confirm the exact category slug and see relative size. Returns JSON: { categories: [{ category, count }] }, sorted by count descending. Examples: - "What kinds of effects does Hyperiux have?" -> call with no args - Don't use when: you already know the category slug and just want its effects - call hyperiux_list_effects directly.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

hyperiux_list_effects ~363

Browse or search the Hyperiux Vault catalog of React/Next.js interaction effects (scroll systems, cursor trails, WebGL scenes, animated buttons, page transitions, etc). Does NOT return which effects are Pro vs Free - the catalog index this reads from doesn't carry that field today. Use hyperiux_get_effect on a specific slug to check its tier before assuming it's installable without a Hyperiux Pro account. Args: - query (string, optional): substring match against effect name - category (string, optional): filter to one category slug - limit (number, default 30, max 100) - offset (number, default 0) Returns JSON: { total, count, offset, effects: [{ name, category, categories, dependencies, version }], has_more, next_offset? } Examples: - "What cursor effects are available?" -> category="cursor" - "Is there anything with 'particles' in the name?" -> query="particles" - Don't use when: you need one effect's full description/props/tier - use hyperiux_get_effect instead.

NameTypeReqDescription
categorystring–Filter to one category, e.g. 'text', 'cursor', 'webgl', 'buttons', 'carousels', 'components', 'navigation', 'backgrounds', 'loaders', 'transitions'. Use hyperiux_list_categories to see all valid valu…
limitinteger–Maximum results to return.
offsetinteger–Number of results to skip for pagination.
querystring–Case-insensitive substring match against effect name (e.g. 'cursor', 'text-reveal'). Omit to list all.

No output schema declared.

No examples provided.

Common questions

What is the Hyperiux Vault MCP server?

Hyperiux Vault is an MCP server listed in the public MCP registry as io.github.Hyperiux-Immersion-Labs/hyperiux-mcp-server. Browse, inspect, and retrieve installable React and Next.js interaction effects from Hyperiux Vault. This page covers its npm package (hyperiux-mcp-server).

Is the Hyperiux Vault MCP server safe to use?

Hyperiux Vault scores 63 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Hyperiux Vault MCP server expose?

Hyperiux Vault exposes 3 tools: hyperiux_list_effects, hyperiux_get_effect, hyperiux_list_categories. Their descriptions and schemas cost roughly 1,101 tokens of context every time the server is loaded.

Is the Hyperiux Vault MCP server still maintained?

Hyperiux Vault is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Hyperiux Vault MCP server under?

Hyperiux Vault declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.