# io.github.asr-aditya/iconserve (remote · iconserve.icons-for-agents.workers.dev)

Search 10,000+ open-source icons (Lucide, Heroicons, Tabler, Simple Icons) as SVG or PNG.

- Trust score: 60/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `iconserve.icons-for-agents.workers.dev`: 60/100 (this document), [markdown](https://verifymcp.io/servers/asr-aditya-iconserve/iconserve.md), [page](https://verifymcp.io/servers/asr-aditya-iconserve/iconserve)

## Channel facts

- Endpoint: `https://iconserve.icons-for-agents.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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 3 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**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 284 tokens (~94/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 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**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http asr-aditya-iconserve https://iconserve.icons-for-agents.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.asr-aditya-iconserve]
url = "https://iconserve.icons-for-agents.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "asr-aditya-iconserve": {
      "type": "remote",
      "url": "https://iconserve.icons-for-agents.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add asr-aditya-iconserve --url https://iconserve.icons-for-agents.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  asr-aditya-iconserve:
    url: "https://iconserve.icons-for-agents.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "asr-aditya-iconserve": {
      "type": "http",
      "url": "https://iconserve.icons-for-agents.workers.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-08-02 (score 60, +42)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security improvement] HTTPS: unverified → pass
- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.03
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: excellent
- [functional] First check of Schema quality: pass

### 2026-08-01 (score 18)

First indexed and scored.

## MCP tools (3)

### `search_icons` (~101 tokens)

Search for icons by keyword or natural language and get their names + ready-to-use SVG URLs. Use this first when you don't know the exact icon name.

Input parameters:

- `limit` (integer): Max results (default 10).
- `query` (string, required): What the icon should depict, e.g. 'shopping cart' or 'notification bell'.
- `set` (string): Optional: restrict to one set (lucide, heroicons, tabler, simple-icons).

### `get_icon` (~143 tokens)

Get one icon's SVG markup and a hosted URL, with optional color/size/stroke/style/format transforms.

Input parameters:

- `color` (string): hex, css color, or 'currentColor'.
- `format` (string): Output format (default svg).
- `name` (string, required): Icon name, e.g. 'home', 'shopping-cart', 'github'.
- `set` (string): Optional set to pin (else best match is used).
- `size` (integer): Pixel size 1..2048.
- `stroke` (number): Stroke width (line icons).
- `style` (string): Optional style, e.g. 'solid' or 'filled'.

### `list_sets` (~18 tokens)

List the available icon sets with counts and licenses.

## Diagnostics

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

## Score history

- 2026-08-03: 60
- 2026-08-02: 60
- 2026-08-01: 18

## Links

- Remote endpoint: https://iconserve.icons-for-agents.workers.dev/mcp
- Repository: https://github.com/asr-aditya/iconserve
- Changelog RSS feed: https://verifymcp.io/servers/asr-aditya-iconserve/iconserve/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/asr-aditya-iconserve/iconserve/changelog.json
- HTML version of this page: https://verifymcp.io/servers/asr-aditya-iconserve/iconserve
