Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Aura UI

REMOTE · AURA-UI.COM · SCANNED AUG 3

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

Available components

66 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 547 tokens (~109/item across 5 items; 5 tools + 0 resources), lean.Pass
  • 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
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: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

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.

remote · aura-ui.com

# add to Claude Code
claude mcp add --transport http bluestarsystem-aura-ui https://aura-ui.com/mcp/aura
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add bluestarsystem-aura-ui --url https://aura-ui.com/mcp/aura --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  bluestarsystem-aura-ui:
    url: "https://aura-ui.com/mcp/aura"
// mcp.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 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 66

    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 3 Aug 2026 · Probed https://aura-ui.com/mcp/aura

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=aura-ui.com CN=WE1,O=Google Trust Services,C=US 13 Jun 2026 11 Sept 2026 ECDSA 256 ECDSA-SHA256 3d643299521454df132d5d212207fc03
SANs: aura-ui.com, *.aura-ui.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of aura-ui.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
aura-ui.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains; preload
content-security-policy default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.googletagmanager.com https://www.google-analytics.com https://js.stripe.com https://cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: blob: https://www.google-analytics.com https://*.stripe.com; connect-src 'self' https://www.google-analytics.com https://analytics.google.com https://api.stripe.com; frame-src 'self' https://js.stripe.com https://demo.aura-ui.com; object-src 'none'; base-uri 'self'
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=()
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://aura-ui.com/mcp/aura Verified 200
http (plaintext) http://aura-ui.com/mcp/aura HTTPS enforced 301 https://aura-ui.com/mcp/aura
MCP tools — 5 exposed · ~444 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.

Tool Tokens
add-component-tool ~119

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.

NameTypeReqDescription
namestringyesThe component or block name, e.g. "button", "data-table", "hero-split".
with_sourcebooleanInclude the Blade source of each file (default true).

No output schema declared.

No examples provided.

filament-theme-tool ~99

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.

NameTypeReqDescription
topicstringOptional. A Filament documentation topic name, e.g. "presets", "widgets", "table-columns".

No output schema declared.

No examples provided.

get-component-tool ~87

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.

NameTypeReqDescription
namestringyesThe component name, e.g. "button", "modal", "data-table".

No output schema declared.

No examples provided.

list-components-tool ~65

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.

NameTypeReqDescription
tierstringOptional. Filter components by tier: "free" or "pro".

No output schema declared.

No examples provided.

search-components-tool ~74

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".

NameTypeReqDescription
querystringyesKeyword(s) to search for across component names and descriptions.

No output schema declared.

No examples provided.