Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.crucibleui/registry

com.crucibleui/registry

Browse and install Crucible's animated React components into shadcn-style projects.

Uptime
100.0%
1 direct probes · 30d
Response
947ms
last probe
Tools
4
callable
Resources
1
readable
Prompts
0
available

Tools · 4

search_registry

Search Crucible's animated React components by keyword, category, or tier. Returns names, descriptions, and dependencies. Use get_component to fetch source.

get_component

Fetch the full TypeScript source of a Crucible component, ready to drop into a shadcn-style project. Pro components require an Authorization: Bearer <CRUCIBLE_TOKEN> header (get a token at https://cru…

install_instructions

How to install a Crucible component into a project: shadcn CLI command, registry config, and npm dependencies.

get_usage

Show how to USE a Crucible component correctly: a worked example (its demo source) plus the conventions that make it render — notably the `relative isolate` wrapper that background components require.…

Resources · 1

conventions

How to install and correctly use Crucible components — the load-bearing stacking-context rule for backgrounds, built-in a11y/perf, and the demo-is-a-preview caveat. Read before integrating a component…

crucible://conventions

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.crucibleui/registry": {
      "url": "https://crucibleui.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}