# Digche Icons (remote · digche.vercel.app)

Find semantic Digche replacements for functional UI icons and retrieve the selected SVG style.

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

## Components

- remote · `digche.vercel.app`: 69/100 (this document), [markdown](https://verifymcp.io/servers/elinaseri-digche-icons/api-mcp.md), [page](https://verifymcp.io/servers/elinaseri-digche-icons/api-mcp)

## Channel facts

- Endpoint: `https://digche.vercel.app/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-18.

- **Endpoint Security**: 63/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 6 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.
  - 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**: 82/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).
  - Tool/resource definitions use about 633 tokens (~90/item across 7 items; 6 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 85/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 55% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http elinaseri-digche-icons https://digche.vercel.app/api/mcp
```

### Codex

```toml
[mcp_servers.elinaseri-digche-icons]
url = "https://digche.vercel.app/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "elinaseri-digche-icons": {
      "type": "remote",
      "url": "https://digche.vercel.app/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add elinaseri-digche-icons --url https://digche.vercel.app/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  elinaseri-digche-icons:
    url: "https://digche.vercel.app/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "elinaseri-digche-icons": {
      "type": "http",
      "url": "https://digche.vercel.app/api/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-18 (score 69, +3)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “search_icons” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 73 → 90
- [functional improvement] Tool coverage: 25% → 55%
- [functional] Schema quality: fair → good
- [functional] Server version: 0.1.0 → 0.2.0
- [functional] New tool “list_categories”
- [functional] New tool “preview_icons”
- [functional] New tool “recommend_icons”
- [cosmetic] “find_replacement” reworded the description of “limit”
- [cosmetic] “search_icons” reworded the description of “limit”

### 2026-08-17 (score 66, +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-08-15 (score 65, +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-08-13 (score 64, +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-08-12 (score 63, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-11 (score 63)

First indexed and scored.

## MCP tools (6)

### `list_categories` (~36 tokens)

List Digche categories

List every published Digche category with its icon count and available styles. Call this once to learn the catalog vocabulary before filtering searches by category.

### `search_icons` (~101 tokens)

Search Digche icons

Search published Digche icons by name, alias, use case, tag, category, or functional meaning. Use this before choosing a UI icon. Returns a paste-ready summary and a preview image of the results.

Input parameters:

- `category` (string)
- `limit`: 1 to 20. Out-of-range values are clamped.
- `query` (string, required): Functional intent such as previous page, analytics, or delete item.
- `style` (string)

### `recommend_icons` (~138 tokens)

Recommend a Digche set for a screen

Pick a coherent Digche icon set for up to 20 named UI slots in one call. Give the overall task so ambiguous slot names resolve correctly. Use this instead of one search per icon when laying out a screen.

Input parameters:

- `limitPerSlot`: 1 to 5 candidates per slot.
- `preferredStyle` (string)
- `responseMode` (string): plan returns slugs only; assets adds the SVG for each top pick.
- `slots` (required): UI slots to fill, for example ["profile", "billing", "logout"].
- `task` (string): What the screen is, for example: sidebar for a billing dashboard.

### `find_replacement` (~108 tokens)

Find a Digche replacement

Find and rank Digche replacements for an icon from Lucide, Heroicons, Material Symbols, Font Awesome, or another library. Include the UI context for a more useful match.

Input parameters:

- `context` (string): Functional UI context, for example Back button in mobile navigation.
- `limit`: 1 to 10 candidates.
- `preferredStyle` (string)
- `sourceIcon` (string, required): Original component or icon name, for example ArrowLeft.
- `sourceLibrary` (string)

### `preview_icons` (~98 tokens)

Preview Digche icons

Render candidate Digche icons as a single image so a person can compare them before choosing. Pass slugs from an earlier tool call, or a query to search and preview in one step.

Input parameters:

- `limit`: 1 to 24 icons.
- `query` (string): Used only when slugs are not supplied.
- `slugs`: Slugs from a previous result.
- `style` (string)
- `theme` (string)

### `get_icon_svg` (~58 tokens)

Get a Digche SVG

Retrieve a validated SVG variant after selecting a Digche slug. Prefer Linear for functional product UI unless the project uses another Digche style.

Input parameters:

- `allowFallback` (boolean)
- `slug` (string, required)
- `style` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/elinaseri-digche-icons/api-mcp#diagnostics

## Score history

- 2026-08-18: 69
- 2026-08-17: 66
- 2026-08-16: 65
- 2026-08-15: 65
- 2026-08-14: 64
- 2026-08-13: 64
- 2026-08-12: 63
- 2026-08-11: 63

## Links

- Remote endpoint: https://digche.vercel.app/api/mcp
- Repository: https://github.com/Elinaseri/Digche
- Changelog RSS feed: https://verifymcp.io/servers/elinaseri-digche-icons/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/elinaseri-digche-icons/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/elinaseri-digche-icons/api-mcp
