# Aura UI (remote · aura-ui.com)

Discover and install Aura UI Blade components for Laravel, Livewire and Tailwind CSS 4.

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

## Components

- remote · `aura-ui.com`: 66/100 (this document), [markdown](https://verifymcp.io/servers/bluestarsystem-aura-ui/mcp-aura.md), [page](https://verifymcp.io/servers/bluestarsystem-aura-ui/mcp-aura)

## Channel facts

- Endpoint: `https://aura-ui.com/mcp/aura`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 547 tokens (~109/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http bluestarsystem-aura-ui https://aura-ui.com/mcp/aura
```

### Codex

```toml
[mcp_servers.bluestarsystem-aura-ui]
url = "https://aura-ui.com/mcp/aura"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bluestarsystem-aura-ui": {
      "type": "remote",
      "url": "https://aura-ui.com/mcp/aura",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add bluestarsystem-aura-ui --url https://aura-ui.com/mcp/aura --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  bluestarsystem-aura-ui:
    url: "https://aura-ui.com/mcp/aura"
```

### Other

```json
{
  "mcpServers": {
    "bluestarsystem-aura-ui": {
      "type": "http",
      "url": "https://aura-ui.com/mcp/aura"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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 66)

First indexed and scored.

## MCP tools (5)

### `list-components-tool` (~65 tokens)

List Components Tool

List all available Aura UI components (free and Pro), with their Blade tag, tier, and a one-line description. Use this to discover what UI components exist before writing markup.

Input parameters:

- `tier` (string): Optional. Filter components by tier: "free" or "pro".

### `search-components-tool` (~74 tokens)

Search Components Tool

Search Aura UI components by keyword (matches name, title and description). Returns matching components with their Blade tag and tier. Use this when you need a component for a purpose, e.g. "date", "table", "notification".

Input parameters:

- `query` (string, required): Keyword(s) to search for across component names and descriptions.

### `get-component-tool` (~87 tokens)

Get Component Tool

Get full details for a single Aura UI component by name (e.g. "button", "data-table"): its Blade tag, tier, a copy-pasteable usage example, and the complete Markdown documentation including all props. Call this before generating Aura markup for a component.

Input parameters:

- `name` (string, required): The component name, e.g. "button", "modal", "data-table".

### `add-component-tool` (~119 tokens)

Add Component Tool

Get everything needed to install an Aura UI component or block into a Laravel project: the `php artisan aura:add` command, the resolved transitive dependency tree, the file list, and (optionally) the Blade source of each file. Call this when you are ready to install a component you found via list/search/get.

Input parameters:

- `name` (string, required): The component or block name, e.g. "button", "data-table", "hero-split".
- `with_source` (boolean): Include the Blade source of each file (default true).

### `filament-theme-tool` (~99 tokens)

Filament Theme Tool

Describe the Aura Filament theme: the design presets available for a Filament v4/v5 admin panel, plus the documentation topics covering install, layout modes, custom form fields, table columns, dashboard widgets and email theming. Use this when the user is theming or building a Filament panel.

Input parameters:

- `topic` (string): Optional. A Filament documentation topic name, e.g. "presets", "widgets", "table-columns".

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/bluestarsystem-aura-ui/mcp-aura#diagnostics

## Score history

- 2026-08-03: 66

## Links

- Remote endpoint: https://aura-ui.com/mcp/aura
- Repository: https://github.com/BlueStarSystem/aura-ui
- Website: https://aura-ui.com/
- Changelog RSS feed: https://verifymcp.io/servers/bluestarsystem-aura-ui/mcp-aura/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/bluestarsystem-aura-ui/mcp-aura/changelog.json
- HTML version of this page: https://verifymcp.io/servers/bluestarsystem-aura-ui/mcp-aura
