# io.github.bockenstette1/seedflip (npm · seedflip-mcp)

100+ curated design systems for AI coding agents. Design taste, not guesswork.

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

## Components

- npm · `seedflip-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/bockenstette1-seedflip/seedflip-mcp.md), [page](https://verifymcp.io/servers/bockenstette1-seedflip/seedflip-mcp)

## Channel facts

- Registry: `npm`
- Package: `seedflip-mcp`
- Version: `0.1.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 146 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 429 tokens (~214/item across 2 items; 2 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 bockenstette1-seedflip -- npx -y seedflip-mcp
```

### Codex

```bash
codex mcp add bockenstette1-seedflip -- npx -y seedflip-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bockenstette1-seedflip": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "seedflip-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add bockenstette1-seedflip --command npx --arg -y --arg seedflip-mcp
```

### Hermes

```yaml
mcp_servers:
  bockenstette1-seedflip:
    command: "npx"
    args: ["-y", "seedflip-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "bockenstette1-seedflip": {
      "command": "npx",
      "args": [
        "-y",
        "seedflip-mcp"
      ]
    }
  }
}
```

## 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-02 (score 62, +48)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-07-31 (score 14, −4)

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

### 2026-07-30 (score 18, −20)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 38)

First indexed and scored.

## MCP tools (2)

### `get_design_seed` (~349 tokens)

Get a curated design system for your project. Returns production-ready design tokens (fonts, colors, spacing, shadows, border radius) with implementation guidance.

Accepts:
\- Brand references: "Stripe", "Vercel", "Linear", "GitHub", "Notion", "Supabase", "Spotify", "Framer", "Resend", "Superhuman", "Raycast", "Arc", "Railway", "Tailwind"
\- Style descriptors: "dark", "light", "minimal", "brutalist", "warm", "elegant", "editorial", "neon", "cyberpunk", "retro", "professional", "luxury", "developer"
\- Vibes: "dark minimal SaaS", "warm editorial blog", "brutalist portfolio", "neon cyberpunk"
\- Seed names: "Nightfall", "Ivory", "Concrete", etc.
\- Or no query for a random curated seed.

Returns complete design tokens in your requested format (tokens, tailwind, css, or shadcn).

Input parameters:

- `count` (number): Number of seeds to return (1-5). Defaults to 1. Use more to give options.
- `format` (string): Output format. "tokens" = readable summary with all values and design brief. "tailwind" = tailwind.config.ts. "css" = CSS custom properties. "shadcn" = shadcn/ui theme globals.css. Defaults to tokens.
- `query` (string): What kind of design direction you want. Examples: "Stripe", "dark minimal", "warm editorial", "brutalist", "neon developer tool"

### `list_design_seeds` (~80 tokens)

List available SeedFlip design seeds. Use this to see what's available before picking one, or to filter by tag/style. Returns seed names, vibes, and tags.

Input parameters:

- `tag` (string): Filter by tag. Examples: "dark", "light", "brutalist", "warm", "editorial", "developer", "neon"

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/bockenstette1-seedflip/seedflip-mcp#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 14
- 2026-07-31: 14
- 2026-07-30: 18
- 2026-07-28: 38
- 2026-07-27: 38

## Links

- npm package: https://www.npmjs.com/package/seedflip-mcp
- Socket report: https://socket.dev/npm/package/seedflip-mcp
- Changelog RSS feed: https://verifymcp.io/servers/bockenstette1-seedflip/seedflip-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/bockenstette1-seedflip/seedflip-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/bockenstette1-seedflip/seedflip-mcp
