← aicronus.com

INDIVIDUAL MCP TOOL

match_catalog

Two-query catalog match for low-context agents.

aicronus.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://aicronus.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for match_catalog and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

aicronus.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cronus-ui]
url = "https://aicronus.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cronus-ui": {
      "type": "http",
      "url": "https://aicronus.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cronus-ui
Remote MCP URL: https://aicronus.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cronus-ui": {
      "url": "https://aicronus.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cronus-ui": {
      "type": "http",
      "url": "https://aicronus.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cronus-ui",
  "transport": "streamable-http",
  "url": "https://aicronus.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_components — List the installable Cronus UI components (registry items of type 'registry:ui').
  • list_blocks — List the installable Cronus UI blocks (registry items of type 'registry:block') — larger, composed sections such as hero, pricing, login, and dashboard.
  • list_catalog — Return compact Hydra-ready cards for every component, block, variant, and template: name, short description, design style, palette, motion, intents, and the install command.
  • search_registry — Fuzzy-search Cronus UI components and blocks by name (case-insensitive substring match).
  • get_design_context — Return the Cronus UI visual taste file (DESIGN.md) for a theme × look.
  • get_component — Fetch the full detail for a single Cronus UI component or block by name: its source file(s) (path + content), its npm `dependencies`, its `registryDependencies` (other registry items it needs), and the `npx cronus-ui add <name>` install command.
  • get_install_command — Build the `npx cronus-ui add ...` command for one or more components/blocks.