# app.blip-board/blipboard (remote · blip-board.app)

Ambient split-flap display board agents push text to; humans watch it on any screen.

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

## Components

- remote · `blip-board.app`: 65/100 (this document), [markdown](https://verifymcp.io/servers/app-blip-board-blipboard/blip-board.md), [page](https://verifymcp.io/servers/app-blip-board-blipboard/blip-board)

## Channel facts

- Endpoint: `https://blip-board.app/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**: 57/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.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 64/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1443 tokens (~288/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 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.

## Install

### Claude

```bash
claude mcp add --transport http app-blip-board-blipboard https://blip-board.app/mcp
```

### Codex

```toml
[mcp_servers.app-blip-board-blipboard]
url = "https://blip-board.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-blip-board-blipboard": {
      "type": "remote",
      "url": "https://blip-board.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add app-blip-board-blipboard --url https://blip-board.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  app-blip-board-blipboard:
    url: "https://blip-board.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "app-blip-board-blipboard": {
      "type": "http",
      "url": "https://blip-board.app/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 65, +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 64, +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-07-31 (score 63, 0)

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

### 2026-07-30 (score 63, +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 62, +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 61, +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 60)

First indexed and scored.

## MCP tools (5)

### `create-board-tool` (~120 tokens)

Create Board Tool

Create a new Blipboard split-flap display board. Returns the display URL (open it on any screen — that IS the board, safe to share) and a secret pushToken used to push content later. No account needed.

Input parameters:

- `layoutId` (string): Board grid: wide-frame = 6 rows x 22 columns, triptych-15 = 3 x 15, ticker-6 = 1 x 6. Immutable after creation.
- `name` (string, required): Human-readable board name, e.g. "Living Room".

### `push-scenes-tool` (~379 tokens)

Push Scenes Tool

Push text scenes to a Blipboard board. Scenes replace your source's previous scenes by default and rotate as a playlist on the display. Requires the board's secret pushToken.

Input parameters:

- `boardUrl` (string, required): The board displayUrl returned by create-board, or its bare 21-character display token.
- `pushToken` (string, required): The board's secret push token.
- `replace` (boolean): true (default) replaces this source's previous scenes, false appends.
- `scenes` (array, required): Scenes to display, each an object: {"lines": ["ROW 1 TEXT", "..."], "durationMs"?: 1000-300000, "ttlSeconds"?: seconds until the scene disappears, "expiresAt"?: ISO 8601, "tileColors"?: [{"row","colu…
- `source` (string, required): Lowercase identifier of the pusher, e.g. "claude". Each source owns its scenes; pushing replaces only this source's scenes.

### `read-board-tool` (~53 tokens)

Read Board Tool

Read what a Blipboard board is currently showing: its layout and the active scene playlist. No pushToken needed.

Input parameters:

- `boardUrl` (string, required): The board displayUrl or its bare 21-character display token.

### `update-board-tool` (~323 tokens)

Update Board Tool

Change a Blipboard board's look without recreating it: switch to a named style preset and/or set fine-grained style overrides (fonts, tile colors, flip speed, transitions). The open display picks the change up within ~10 seconds. Layout stays immutable. Requires the board's secret pushToken.

Input parameters:

- `boardUrl` (string, required): The board displayUrl returned by create-board, or its bare 21-character display token.
- `name` (string): New human-readable board name.
- `pushToken` (string, required): The board's secret push token.
- `styleOverrides` (object): Fine-grained style keys merged on top of the preset, e.g. {"board.bg": "#0a0a0a", "tile.face": "#1a3a2a", "font.family": "jetbrains-mono", "tile.flip.speed": 0.08, "transition.mode": "curtain", "ligh…
- `stylePreset` (string): Switch the board to a named style preset. Available: Vestaboard, Modern Board, Default.

### `delete-board-tool` (~74 tokens)

Delete Board Tool

Permanently delete a Blipboard board and all its scenes. Requires the board's secret pushToken. This cannot be undone.

Input parameters:

- `boardUrl` (string, required): The board displayUrl returned by create-board, or its bare 21-character display token.
- `pushToken` (string, required): The board's secret push token.

## Diagnostics

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

## Score history

- 2026-08-03: 65
- 2026-08-02: 64
- 2026-08-01: 64
- 2026-07-31: 63
- 2026-07-30: 63
- 2026-07-29: 62
- 2026-07-28: 62
- 2026-07-27: 61
- 2026-07-26: 60

## Links

- Remote endpoint: https://blip-board.app/mcp
- Website: https://blip-board.app/
- Changelog RSS feed: https://verifymcp.io/servers/app-blip-board-blipboard/blip-board/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/app-blip-board-blipboard/blip-board/changelog.json
- HTML version of this page: https://verifymcp.io/servers/app-blip-board-blipboard/blip-board
