# io.github.anousss007/blatui (remote · blatui.remix-it.com)

shadcn/ui for Laravel Blade — discover, read and install BlatUI components, blocks and charts.

- Trust score: 55/100 (low)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `blatui.remix-it.com`: 55/100 (this document), [markdown](https://verifymcp.io/servers/anousss007-blatui/blatui.md), [page](https://verifymcp.io/servers/anousss007-blatui/blatui)

## Channel facts

- Endpoint: `https://blatui.remix-it.com/mcp`
- 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**: 49/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 not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 57/100
  - 82% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 3466 tokens (~17/item across 193 items; 5 tools + 188 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http anousss007-blatui https://blatui.remix-it.com/mcp
```

### Codex

```toml
[mcp_servers.anousss007-blatui]
url = "https://blatui.remix-it.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "anousss007-blatui": {
      "type": "remote",
      "url": "https://blatui.remix-it.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add anousss007-blatui --url https://blatui.remix-it.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  anousss007-blatui:
    url: "https://blatui.remix-it.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "anousss007-blatui": {
      "type": "http",
      "url": "https://blatui.remix-it.com/mcp"
    }
  }
}
```

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 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 54, 0)

- [functional] New resource “Nav Projects”
- [functional] New resource “Nav Secondary”
- [functional] New resource “Nav User”
- [functional] New resource “Search Form”
- [functional] New resource “Team Switcher”
- [functional] New resource “Version Switcher”
- [functional] New resource “File Tree”
- [functional] New resource “Nav Main”

### 2026-07-31 (score 54, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 53, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 54, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 53, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 52)

First indexed and scored.

## MCP tools (5)

### `list_components` (~35 tokens)

List every BlatUI component with its title and one-line description. Optionally filter by category.

Input parameters:

- `category` (string)

### `search_registry` (~38 tokens)

Search BlatUI components, blocks and charts by name, title or description.

Input parameters:

- `query` (string, required)
- `type` (string)

### `get_component` (~31 tokens)

Get a component's full Blade source, dependencies, required packages and install command.

Input parameters:

- `name` (string, required)

### `get_example` (~41 tokens)

Get the full Blade source of a block or chart, plus the components and packages it needs.

Input parameters:

- `kind` (string, required)
- `name` (string, required)

### `install_command` (~37 tokens)

Build the exact `php artisan blatui:add` command plus required composer/npm packages for one or more components.

Input parameters:

- `names` (array, required)

## Diagnostics

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

## Score history

- 2026-08-03: 55
- 2026-08-02: 54
- 2026-08-01: 54
- 2026-07-31: 54
- 2026-07-30: 53
- 2026-07-29: 54
- 2026-07-28: 54
- 2026-07-27: 53
- 2026-07-26: 52

## Links

- Remote endpoint: https://blatui.remix-it.com/mcp
- Repository: https://github.com/anousss007/blatui
- Website: https://blatui.remix-it.com/
- Changelog RSS feed: https://verifymcp.io/servers/anousss007-blatui/blatui/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/anousss007-blatui/blatui/changelog.json
- HTML version of this page: https://verifymcp.io/servers/anousss007-blatui/blatui
