# Svg/icons MCP (remote · svgicons.com)

320K+ open-source SVG icons: 12 tools, anonymous metadata search; SVG, exports, collections via Pro.

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

## Components

- remote · `svgicons.com`: 64/100 (this document), [markdown](https://verifymcp.io/servers/com-svgicons-mcp/svgicons.md), [page](https://verifymcp.io/servers/com-svgicons-mcp/svgicons)

## Channel facts

- Endpoint: `https://svgicons.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.2`

## 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 check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (remove_icon_from_collection).
  - 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**: 69/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1989 tokens (~165/item across 12 items; 12 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**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-svgicons-mcp https://svgicons.com/mcp
```

### Codex

```toml
[mcp_servers.com-svgicons-mcp]
url = "https://svgicons.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-svgicons-mcp": {
      "type": "remote",
      "url": "https://svgicons.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-svgicons-mcp --url https://svgicons.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-svgicons-mcp:
    url: "https://svgicons.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-svgicons-mcp": {
      "type": "http",
      "url": "https://svgicons.com/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 64, +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 63, +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 62, 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 62, −2)

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

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

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 63, +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 62, 0)

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

### 2026-07-26 (score 62)

First indexed and scored.

## MCP tools (12)

### `search_icons` (~164 tokens)

Search SVG icons

Search svgicons.com icons and return icon metadata. Raw SVG requires a Pro API token with icons:read and mcp:use scopes.

Input parameters:

- `category` (string): Optional icon set category, including New.
- `iconSetPrefix` (string): Optional icon set prefix to limit the search.
- `includeSvg` (boolean): Include wrapped SVG markup. Requires Pro token icons:read.
- `limit` (integer): Max results, 1-50. Default 10 (20 with a Pro token); capped at 10 anonymous, 20 member, 50 Pro.
- `offset` (integer): Zero-based result offset for pagination. Default 0.
- `query` (string, required): Icon search query, such as "arrow left", "settings", or "github".

### `search_icon_sets` (~94 tokens)

Search SVG icon sets

Search icon sets by name, prefix, author, category, or description.

Input parameters:

- `category` (string): Optional category, including New.
- `limit` (integer): Icon sets per page, 1-50. Default 20.
- `page` (integer): One-based page number. Default 1.
- `query` (string): Search text matched against icon set name, prefix, author, category, and description.

### `get_icon` (~108 tokens)

Get icon metadata or SVG

Return one icon by ID. Metadata is public; raw SVG requires a Pro API token with icons:read and mcp:use scopes.

Input parameters:

- `format` (string): svg is an alias for includeSvg=true; metadata (default) returns metadata only.
- `id` (integer, required): The catalog icon ID, as shown in search results and icon page URLs.
- `includeSvg` (boolean): Include the raw body and wrapped SVG markup. Requires a Pro token with icons:read. Default false.

### `export_icon_png` (~267 tokens)

Export icon as PNG

Render one icon as PNG or a ZIP of PNG variants. Requires the Pro Plan and an MCP token with icons:read and exports:create scopes.

Input parameters:

- `backgroundColor` (string): Hex background color used when backgroundType is solid. Default #ffffff.
- `backgroundType` (string): Background fill. Default transparent.
- `densities` (array): Density multipliers to render, up to 2. Default [1].
- `filename` (string): Base filename for the generated file. Defaults to the icon name.
- `iconColor` (string): Hex icon color used when iconColorMode is custom. Default #000000.
- `iconColorMode` (string): preserve (default) keeps source colors; black, white, or custom recolor the icon.
- `iconName` (string, required): The icon slug/name from the URL. Required to prevent ID-only bulk export.
- `id` (integer, required): The catalog icon ID.
- `padding` (integer): Padding around the icon in pixels, 0-256. Default 48.
- `sizes` (array): Canvas sizes to render, up to 4 of the allowed pixel values. Default [512].
- `zip` (boolean): Return a ZIP of all size and density variants instead of a single PNG. Default false.

### `recommend_icons_for_ui` (~101 tokens)

Recommend icons for UI

Recommend icon candidates for a UI description using svgicons.com search metadata.

Input parameters:

- `category` (string): Optional icon set category filter, including New.
- `concepts` (array): Optional explicit concept keywords, merged with concepts extracted from the description.
- `limit` (integer): Max recommendations, 1-30 with a Pro token (1-10 otherwise). Default 8.
- `uiDescription` (string, required): Product UI, screen, or feature description.

### `create_icon_kit` (~160 tokens)

Create Icon Collection

Create a persistent Pro Icon Collection and optionally add icon IDs. Requires Pro API token with collections:write and mcp:use scopes.

Input parameters:

- `colorPolicy` (string): Stored color policy: currentColor rewrites fills, preserve keeps them, strip removes them. Default currentColor.
- `description` (string): Optional collection description, up to 600 characters.
- `framework` (string): Default export framework stored on the collection. Default svg.
- `iconIds` (array): Catalog icon IDs to add at creation; up to 200, duplicates ignored.
- `name` (string, required): Collection name, up to 120 characters.
- `namingPolicy` (string): File and component naming: kebab (default), pascal, or camel.

### `generate_icon_kit_for_project` (~223 tokens)

Generate Icon Collection for project

Recommend and persist an Icon Collection for a project brief. Requires Pro API token with collections:write and mcp:use scopes.

Input parameters:

- `category` (string): Optional icon set category filter, including New.
- `colorPolicy` (string): Stored color policy: currentColor rewrites fills, preserve keeps them, strip removes them. Default currentColor.
- `framework` (string): Default export framework stored on the collection. Default svg.
- `maxIcons` (integer): Maximum icons in the generated collection, 1-64. Default 16.
- `namingPolicy` (string): File and component naming: kebab (default), pascal, or camel.
- `projectDescription` (string, required): Project brief used to extract icon concepts, up to 1500 characters.
- `projectName` (string): Optional collection name; derived from the description when omitted.
- `requiredConcepts` (array): Concepts that must be searched, merged with concepts extracted from the brief.
- `screens` (array): Optional screen or page names that contribute extra concepts.

### `export_icon_collection` (~398 tokens)

Export Icon Collection

Queue a Pro Icon Collection export, including optional PNG packs. Requires an MCP token with exports:create.

Input parameters:

- `collectionId` (integer|string, required): Numeric ID of the collection (integer or numeric string).
- `colorPolicy` (string): currentColor rewrites fills, preserve keeps them, strip removes them. When omitted, collections carrying styling (applied style or custom icons) default to preserve; plain collections use the collect…
- `componentSuffix` (string): Component name suffix, 1-32 letters or digits starting with a letter. Default Icon.
- `decorative` (boolean): Mark components decorative (aria-hidden) by default. Default true.
- `defaultSize` (integer): Default component render size in pixels, 1-1024. Default 24.
- `formats` (array): Formats to build. Defaults to the basic set: SVG folder, SVG sprite, JSON manifest, license manifest.
- `namingPolicy` (string): File and component naming: kebab, pascal, or camel. When omitted, uses the collection's stored policy (kebab unless changed).
- `packageName` (string): npm package name for npm-package exports, lowercase, optionally scoped.
- `packageVersion` (string): Semver version for npm-package exports, such as 1.0.0. Default 0.1.0.
- `png` (object): PNG pack options: sizes (up to 6 allowed pixel values, default [512]), densities (1-3, default [1]), backgroundType and backgroundColor, iconColorMode and iconColor, padding 0-256 pixels (default 48).
- `sizeProps` (boolean): Emit size props on framework components. Default true.
- `titleProp` (boolean): Include an accessible title prop on components. Default true.
- `typescript` (boolean): Emit TypeScript where the format supports it. Default true.

### `list_icon_collections` (~81 tokens)

List Icon Collections

List your persistent Icon Collections with icon counts. Requires a Pro API token with collections:read and mcp:use scopes.

Input parameters:

- `limit` (integer): Collections per page, 1-50. Default 20.
- `page` (integer): One-based page number. Default 1.
- `query` (string): Optional name or slug filter.

### `get_icon_collection` (~112 tokens)

Get Icon Collection

Read one Icon Collection with its paginated entries. Custom-icon entries include entryId, customEditId, customName, and their customized SVG snapshot as the body. Requires a Pro API token with collections:read and mcp:use scopes.

Input parameters:

- `collectionId` (integer|string, required): Numeric ID of the collection (integer or numeric string).
- `page` (integer): One-based page number. Default 1.
- `perPage` (integer): Entries per page, 1-100. Default 50.

### `add_icons_to_collection` (~88 tokens)

Add icons to Icon Collection

Add catalog icons to an existing Icon Collection as plain entries (idempotent). Requires a Pro API token with collections:write and mcp:use scopes.

Input parameters:

- `collectionId` (integer|string, required): Numeric ID of the collection (integer or numeric string).
- `iconIds` (array, required): Catalog icon IDs to add as plain entries; up to 200 per call, existing entries skipped.

### `remove_icon_from_collection` (~140 tokens)

Remove icon from Icon Collection

Remove an icon from an Icon Collection. Entry-precise by default: only the plain entry is removed and custom variants survive; set allVariants true to remove every entry of the icon. Requires a Pro API token with collections:write and mcp:use scopes.

Input parameters:

- `allVariants` (boolean): true removes every entry of the icon, including custom variants. Default false: entry-precise, only the plain entry is removed and custom variants survive.
- `collectionId` (integer|string, required): Numeric ID of the collection (integer or numeric string).
- `iconId` (integer, required): Numeric ID of the catalog icon whose entry should be removed.

## Diagnostics

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

## Score history

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

## Links

- Remote endpoint: https://svgicons.com/mcp
- Repository: https://github.com/svgicons-com/mcp
- Website: https://svgicons.com/developers/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-svgicons-mcp/svgicons/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-svgicons-mcp/svgicons/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-svgicons-mcp/svgicons
