# Lineup (remote · lineup-bf157e35.alpic.live)

Turn one sentence into an event pack: event card, identity badges, QR codes, and .ics.

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

## Components

- remote · `lineup-bf157e35.alpic.live`: 74/100 (this document), [markdown](https://verifymcp.io/servers/live-alpic-lineup-bf157e35-lineup/lineup-bf157e35.md), [page](https://verifymcp.io/servers/live-alpic-lineup-bf157e35-lineup/lineup-bf157e35)

## Channel facts

- Endpoint: `https://lineup-bf157e35.alpic.live`
- Transports: `streamable-http, sse`
- Auth: `none`
- Version: `0.0.1`

## 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**: 74/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.
  - 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**: 77/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 541 tokens (~135/item across 4 items; 2 tools + 2 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http live-alpic-lineup-bf157e35-lineup https://lineup-bf157e35.alpic.live/
```

### Codex

```toml
[mcp_servers.live-alpic-lineup-bf157e35-lineup]
url = "https://lineup-bf157e35.alpic.live/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "live-alpic-lineup-bf157e35-lineup": {
      "type": "remote",
      "url": "https://lineup-bf157e35.alpic.live/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add live-alpic-lineup-bf157e35-lineup --url https://lineup-bf157e35.alpic.live/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  live-alpic-lineup-bf157e35-lineup:
    url: "https://lineup-bf157e35.alpic.live/"
```

### Other

```json
{
  "mcpServers": {
    "live-alpic-lineup-bf157e35-lineup": {
      "type": "http",
      "url": "https://lineup-bf157e35.alpic.live/"
    }
  }
}
```

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

- [security] Resource “generate-lineup” now points somewhere else: ui://views/apps-sdk/generate-lineup.html?v=1fb13dbd → ui://views/ext-apps/generate-lineup.html?v=1fb13dbd

### 2026-08-02 (score 73, 0)

- [security] Resource “generate-lineup” now points somewhere else: ui://views/apps-sdk/generate-lineup.html?v=1fb13dbd → ui://views/ext-apps/generate-lineup.html?v=1fb13dbd

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

- [security] Resource “generate-lineup” now points somewhere else: ui://views/apps-sdk/generate-lineup.html?v=1fb13dbd → ui://views/ext-apps/generate-lineup.html?v=1fb13dbd

### 2026-07-31 (score 73, +3)

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

### 2026-07-30 (score 70, 0)

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

### 2026-07-29 (score 70, +1)

- [security] Resource “generate-lineup” now points somewhere else: ui://views/apps-sdk/generate-lineup.html?v=1fb13dbd → ui://views/ext-apps/generate-lineup.html?v=1fb13dbd

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

- [security] Resource “generate-lineup” now points somewhere else: ui://views/apps-sdk/generate-lineup.html?v=1fb13dbd → ui://views/ext-apps/generate-lineup.html?v=1fb13dbd

### 2026-07-27 (score 68, 0)

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

## MCP tools (2)

### `generate-lineup` (~304 tokens)

Generate an event pack: a Luma-style event card with .ics + RSVP QR, and an identity badge per attendee with a deterministic avatar and vCard-encoded QR. Use when the user describes an event and the people attending (meetup, conference, wedding, hackathon, dinner) and wants shareable cards. Do NOT use to render a single downloadable PNG of one badge — use render-badge-png for that. Output is deterministic: the same attendee name + style always yields the same avatar.

Input parameters:

- `accentHex` (string): Hex color for accent (e.g. '#ef4444'). Defaults to indigo.
- `attendees` (array, required): Attendees to generate identity badges for
- `avatarStyle` (string): Avatar style for the whole crew. 'notionists' = Notion-style sketch (default, friendly meetups), 'lorelei' = monochrome line art (calm/professional), 'bottts' = colorful robots (hackathons / playful…
- `dateISO` (string, required): Event start time as ISO 8601 string (UTC or with offset)
- `durationHours` (number): Event duration in hours (default 3)
- `rsvpUrl` (string): URL to encode in the event RSVP QR code
- `title` (string, required): Event title
- `venue` (string): Venue / location text

Output parameters:

- `badges` (array): One identity badge per attendee
- `event` (object): Event card data (title, date, venue, accent, RSVP QR, .ics)

### `render-badge-png` (~211 tokens)

Render a single identity badge as a shareable PNG (avatar + name + role + vCard QR) composed with Satori. Use when the user clicks download on one badge, or asks for a single saveable/printable badge image. Do NOT use to build the whole event view — use generate-lineup for that. Match avatarStyle/gender/accentHex to the badge shown in the Lineup so the PNG looks identical.

Input parameters:

- `accentHex` (string): Accent hex color
- `avatarStyle` (string): Avatar style (same options as generate-lineup). Match the event's style.
- `eventTitle` (string): Event title (printed on the badge)
- `gender` (string): Gender hint (same as generate-lineup). Match the badge.
- `name` (string, required): Attendee full name
- `role` (string): Role label
- `seed` (string): Avatar seed override (defaults to name). Used when the user re-rolled this face.

Output parameters:

- `pngDataUrl` (string): The rendered badge as a base64 PNG data URL

## Diagnostics

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

## Score history

- 2026-08-03: 74
- 2026-08-02: 73
- 2026-08-01: 73
- 2026-07-31: 73
- 2026-07-30: 70
- 2026-07-29: 70
- 2026-07-28: 69
- 2026-07-27: 68
- 2026-07-26: 68

## Links

- Remote endpoint: https://lineup-bf157e35.alpic.live/
- Website: https://github.com/kaiser-data/lineup
- Changelog RSS feed: https://verifymcp.io/servers/live-alpic-lineup-bf157e35-lineup/lineup-bf157e35/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/live-alpic-lineup-bf157e35-lineup/lineup-bf157e35/changelog.json
- HTML version of this page: https://verifymcp.io/servers/live-alpic-lineup-bf157e35-lineup/lineup-bf157e35
