# Vlak (remote · vlak.dev)

Accessible React components, tokens, usage guidance, and install commands for product interfaces.

- Trust score: 82/100 (high trust)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- remote · `vlak.dev`: 82/100 (this document), [markdown](https://verifymcp.io/servers/noord-ventures-vlak/vlak.md), [page](https://verifymcp.io/servers/noord-ventures-vlak/vlak)

## Channel facts

- Endpoint: `https://vlak.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.4.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-09-22.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 89/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 6608 tokens (~25/item across 256 items; 8 tools + 248 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Vlak MCP server?

Vlak is a hosted endpoint at https://vlak.dev/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http noord-ventures-vlak 'https://vlak.dev/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "noord-ventures-vlak": {
      "url": "https://vlak.dev/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "noord-ventures-vlak": {
      "type": "http",
      "url": "https://vlak.dev/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.noord-ventures-vlak]
url = "https://vlak.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "noord-ventures-vlak": {
      "type": "remote",
      "url": "https://vlak.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add noord-ventures-vlak --url 'https://vlak.dev/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  noord-ventures-vlak:
    url: "https://vlak.dev/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "noord-ventures-vlak": {
      "Transport": "http",
      "Url": "https://vlak.dev/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add noord-ventures-vlak -t streamable-http -u 'https://vlak.dev/mcp'
```

### Other

```json
{
  "mcpServers": {
    "noord-ventures-vlak": {
      "type": "http",
      "url": "https://vlak.dev/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-09-22 (score 82, +1)

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

### 2026-09-20 (score 81, +1)

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

### 2026-09-18 (score 80, +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-09-16 (score 79, +1)

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

### 2026-09-15 (score 78, 0)

- [functional] Server version: 0.4.0 → 0.5.0

### 2026-09-14 (score 78, +1)

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

### 2026-09-12 (score 77, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “get_guide” rewrote its description, which is the text the model reads
- [functional] New resource “android”
- [functional] New resource “ios”
- [functional] New tool “get_workflow”
- [functional] New tool “list_workflows”

### 2026-09-11 (score 76, 0)

- [security] Tool “list_components” rewrote its description, which is the text the model reads
- [functional improvement] Stability: unverified → 0.03
- [functional] New resource “android-app-bar”
- [functional] New resource “android-chip”
- [functional] New resource “android-fab”
- [functional] New resource “android-list”
- [functional] New resource “android-navigation”
- [functional] New resource “android-search-bar”
- [functional] New resource “android-sheet”
- [functional] New resource “android-switch”
- [functional] New resource “ios-list”
- [functional] New resource “ios-navigation-bar”
- [functional] New resource “ios-search-field”
- [functional] New resource “ios-segmented-control”
- [functional] New resource “ios-sheet”
- [functional] New resource “ios-slider”
- [functional] New resource “ios-switch”
- [functional] New resource “ios-tab-bar”

## MCP tools (8)

### `list_workflows` (~44 tokens)

List Vlak workflows

List bundled workflow kits and recipes. An optional query matches workflow ID, title, description, components, adapters, and states.

Input parameters:

- `query` (string): Optional workflow search

Output parameters:

- `count` (number)
- `schemaVersion` (number)
- `workflows` (array)

### `get_workflow` (~49 tokens)

Get a Vlak workflow

Return one bundled workflow manifest and its source files. Authentication, authorization, storage, and deployment remain host responsibilities described by the manifest.

Input parameters:

- `id` (string, required): Workflow ID, for example record-review

Output parameters:

- `files` (object)
- `manifest` (object)
- `schemaVersion` (number)

### `list_components` (~83 tokens)

List Vlak components

Every component in the catalogue with name, title, description, category, and aliases. Filter by category: actions, forms, navigation, feedback, surfaces, content, icons, charts, patterns, ios, android, ai, health, civic, science, creative, engineering, geospatial, robotics, electronics, microbiology.

Input parameters:

- `category` (string): Only this category

Output parameters:

- `components` (array)
- `count` (number)
- `version` (string)

### `get_component` (~82 tokens)

Get a Vlak component

The markdown docs page for a component (install paths, example, props tables, keyboard, accessibility), plus its props as JSON, the CSS-only snippet, the React example, its classes, and aliases. Pass the kebab-case name from list_components or search_components.

Input parameters:

- `name` (string, required): Component name, e.g. "button" or "dropdown-menu"

Output parameters:

- `a11y` (array)
- `aliases` (array)
- `category` (string)
- `classes` (array)
- `cssOnly` (boolean)
- `dependencies` (array)
- `description` (string)
- `docs` (string|null)
- `example` (string|null)
- `import` (string|null)
- `keyboard` (array)
- `name` (string)
- `page` (string)
- `props` (array)
- `reactImport` (string)
- `registryDependencies` (array)
- `registryItem` (string)
- `snippet` (string|null)
- `styles` (array)
- `title` (string)
- `usage`

### `search_components` (~95 tokens)

Search Vlak components

Find components by name, title, description, alias (AI Elements, shadcn/ui, Radix, and common names such as PromptInput, Chain of thought, Sonner, Drawer, Combobox), or rs-* class. Spacing, punctuation and capitalization do not affect matching. Returns matches ranked by field.

Input parameters:

- `term` (string, required): Search term, e.g. "menu", "snackbar", "rs-input"

Output parameters:

- `hits` (array)
- `term` (string)

### `get_tokens` (~49 tokens)

Get Vlak tokens

The design tokens page: every CSS custom property with its light and dark value and StyleX alias, plus the raw token groups (type scale, grid, radius, motion, breakpoints, control sizes).

Output parameters:

- `markdown` (string)
- `page` (string)

### `get_install` (~51 tokens)

Get install commands

The three ways to install one component (npm package plus import line, Vlak CLI, shadcn CLI) and the CSS-only markup, with its registry dependencies.

Input parameters:

- `name` (string, required): Component name

Output parameters:

- `cli` (string)
- `cssOnly` (object)
- `name` (string)
- `package` (object)
- `registryDependencies` (array)
- `shadcn` (string)

### `get_guide` (~91 tokens)

Get the Vlak guide

Read the general guide first for installation and conventions. Select ios or android for browser React components, exact exports and related interface studies; select ai-index for the AI component catalog and optional engine imports, ai for the runnable assistant and integration recipes, ai-parity for AI Elements functional coverage and differences, or agents for machine-readable surfaces and setup.

Input parameters:

- `page` (string): Guide to read; defaults to guide

Output parameters:

- `markdown` (string)
- `page` (string)

## Diagnostics

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

## Score history

- 2026-09-22: 82
- 2026-09-21: 81
- 2026-09-20: 81
- 2026-09-19: 80
- 2026-09-18: 80
- 2026-09-17: 79
- 2026-09-16: 79
- 2026-09-15: 78
- 2026-09-14: 78
- 2026-09-13: 77
- 2026-09-12: 77
- 2026-09-11: 76
- 2026-09-10: 76

## Common questions

### What is the Vlak MCP server?

Vlak is an MCP server listed in the public MCP registry as io.github.Noord-Ventures/vlak. Accessible React components, tokens, usage guidance, and install commands for product interfaces. This page covers its hosted endpoint (https://vlak.dev/mcp).

### Is the Vlak MCP server safe to use?

Vlak scores 82 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Vlak MCP server expose?

Vlak exposes 8 tools: list_workflows, get_workflow, list_components, get_component, search_components, and 3 more. Their descriptions and schemas cost roughly 544 tokens of context every time the server is loaded.

### Does the Vlak MCP server require authentication?

No. We connected to Vlak without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Vlak MCP server still maintained?

Vlak is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://vlak.dev/mcp
- Repository: https://github.com/Noord-Ventures/vlak
- Website: https://vlak.dev/docs/agents/
- Changelog RSS feed: https://verifymcp.io/servers/noord-ventures-vlak/vlak.xml
- Changelog JSON feed: https://verifymcp.io/servers/noord-ventures-vlak/vlak.json
- HTML version of this page: https://verifymcp.io/servers/noord-ventures-vlak/vlak
