Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Svg/icons MCP

REMOTE · SVGICONS.COM · SCANNED SEP 25

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

Available components

0 this week 76 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (excellent).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the Svg/icons MCP server?

Svg/icons MCP is a hosted endpoint at https://svgicons.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · svgicons.com

# add to Claude Code
claude mcp add --transport http com-svgicons-mcp 'https://svgicons.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-svgicons-mcp": {
      "url": "https://svgicons.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-svgicons-mcp": {
      "type": "http",
      "url": "https://svgicons.com/mcp"
    }
  }
}
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add com-svgicons-mcp --url 'https://svgicons.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-svgicons-mcp:
    url: "https://svgicons.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-svgicons-mcp": {
      "Transport": "http",
      "Url": "https://svgicons.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-svgicons-mcp -t streamable-http -u 'https://svgicons.com/mcp'
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 0

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Probed https://svgicons.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=svgicons.com CN=YR2,O=Let's Encrypt,C=US 22 Aug 2026 20 Nov 2026 RSA 2048 SHA256-RSA 6e61d7e5c3bb887342c4ed5ee27f6086167
SANs: svgicons.com, www.svgicons.com
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of svgicons.com. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
svgicons.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://svgicons.com/mcp Verified 200
http (plaintext) http://svgicons.com/mcp HTTPS enforced 301 https://svgicons.com/mcp
MCP tools · 12 exposed · ~1,936 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_icons_to_collection ~88

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

NameTypeReqDescription
collectionIdinteger|stringyesNumeric ID of the collection (integer or numeric string).
iconIdsarrayyesCatalog icon IDs to add as plain entries; up to 200 per call, existing entries skipped.

No output schema declared.

No examples provided.

create_icon_kit ~160

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

NameTypeReqDescription
colorPolicystring–Stored color policy: currentColor rewrites fills, preserve keeps them, strip removes them. Default currentColor.
descriptionstring–Optional collection description, up to 600 characters.
frameworkstring–Default export framework stored on the collection. Default svg.
iconIdsarray–Catalog icon IDs to add at creation; up to 200, duplicates ignored.
namestringyesCollection name, up to 120 characters.
namingPolicystring–File and component naming: kebab (default), pascal, or camel.

No output schema declared.

No examples provided.

export_icon_collection ~398

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

NameTypeReqDescription
collectionIdinteger|stringyesNumeric ID of the collection (integer or numeric string).
colorPolicystring–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…
componentSuffixstring–Component name suffix, 1-32 letters or digits starting with a letter. Default Icon.
decorativeboolean–Mark components decorative (aria-hidden) by default. Default true.
defaultSizeinteger–Default component render size in pixels, 1-1024. Default 24.
formatsarray–Formats to build. Defaults to the basic set: SVG folder, SVG sprite, JSON manifest, license manifest.
namingPolicystring–File and component naming: kebab, pascal, or camel. When omitted, uses the collection's stored policy (kebab unless changed).
packageNamestring–npm package name for npm-package exports, lowercase, optionally scoped.
packageVersionstring–Semver version for npm-package exports, such as 1.0.0. Default 0.1.0.
pngobject–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).
sizePropsboolean–Emit size props on framework components. Default true.
titlePropboolean–Include an accessible title prop on components. Default true.
typescriptboolean–Emit TypeScript where the format supports it. Default true.

No output schema declared.

No examples provided.

export_icon_png ~267

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.

NameTypeReqDescription
backgroundColorstring–Hex background color used when backgroundType is solid. Default #ffffff.
backgroundTypestring–Background fill. Default transparent.
densitiesarray–Density multipliers to render, up to 2. Default [1].
filenamestring–Base filename for the generated file. Defaults to the icon name.
iconColorstring–Hex icon color used when iconColorMode is custom. Default #000000.
iconColorModestring–preserve (default) keeps source colors; black, white, or custom recolor the icon.
iconNamestringyesThe icon slug/name from the URL. Required to prevent ID-only bulk export.
idintegeryesThe catalog icon ID.
paddinginteger–Padding around the icon in pixels, 0-256. Default 48.
sizesarray–Canvas sizes to render, up to 4 of the allowed pixel values. Default [512].
zipboolean–Return a ZIP of all size and density variants instead of a single PNG. Default false.

No output schema declared.

No examples provided.

generate_icon_kit_for_project ~223

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

NameTypeReqDescription
categorystring–Optional icon set category filter, including New.
colorPolicystring–Stored color policy: currentColor rewrites fills, preserve keeps them, strip removes them. Default currentColor.
frameworkstring–Default export framework stored on the collection. Default svg.
maxIconsinteger–Maximum icons in the generated collection, 1-64. Default 16.
namingPolicystring–File and component naming: kebab (default), pascal, or camel.
projectDescriptionstringyesProject brief used to extract icon concepts, up to 1500 characters.
projectNamestring–Optional collection name; derived from the description when omitted.
requiredConceptsarray–Concepts that must be searched, merged with concepts extracted from the brief.
screensarray–Optional screen or page names that contribute extra concepts.

No output schema declared.

No examples provided.

get_icon ~108

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

NameTypeReqDescription
formatstring–svg is an alias for includeSvg=true; metadata (default) returns metadata only.
idintegeryesThe catalog icon ID, as shown in search results and icon page URLs.
includeSvgboolean–Include the raw body and wrapped SVG markup. Requires a Pro token with icons:read. Default false.

No output schema declared.

No examples provided.

get_icon_collection ~112

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.

NameTypeReqDescription
collectionIdinteger|stringyesNumeric ID of the collection (integer or numeric string).
pageinteger–One-based page number. Default 1.
perPageinteger–Entries per page, 1-100. Default 50.

No output schema declared.

No examples provided.

list_icon_collections ~81

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

NameTypeReqDescription
limitinteger–Collections per page, 1-50. Default 20.
pageinteger–One-based page number. Default 1.
querystring–Optional name or slug filter.

No output schema declared.

No examples provided.

recommend_icons_for_ui ~101

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

NameTypeReqDescription
categorystring–Optional icon set category filter, including New.
conceptsarray–Optional explicit concept keywords, merged with concepts extracted from the description.
limitinteger–Max recommendations, 1-30 with a Pro token (1-10 otherwise). Default 8.
uiDescriptionstringyesProduct UI, screen, or feature description.

No output schema declared.

No examples provided.

remove_icon_from_collection ~140

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.

NameTypeReqDescription
allVariantsboolean–true removes every entry of the icon, including custom variants. Default false: entry-precise, only the plain entry is removed and custom variants survive.
collectionIdinteger|stringyesNumeric ID of the collection (integer or numeric string).
iconIdintegeryesNumeric ID of the catalog icon whose entry should be removed.

No output schema declared.

No examples provided.

search_icon_sets ~94

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

NameTypeReqDescription
categorystring–Optional category, including New.
limitinteger–Icon sets per page, 1-50. Default 20.
pageinteger–One-based page number. Default 1.
querystring–Search text matched against icon set name, prefix, author, category, and description.

No output schema declared.

No examples provided.

search_icons ~164

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

NameTypeReqDescription
categorystring–Optional icon set category, including New.
iconSetPrefixstring–Optional icon set prefix to limit the search.
includeSvgboolean–Include wrapped SVG markup. Requires Pro token icons:read.
limitinteger–Max results, 1-50. Default 10 (20 with a Pro token); capped at 10 anonymous, 20 member, 50 Pro.
offsetinteger–Zero-based result offset for pagination. Default 0.
querystringyesIcon search query, such as "arrow left", "settings", or "github".

No output schema declared.

No examples provided.

Common questions

What is the Svg/icons MCP server?

Svg/icons MCP is listed in the public MCP registry as com.svgicons/mcp. 320K+ open-source SVG icons: 12 tools, anonymous metadata search; SVG, exports, collections via Pro. This page covers its hosted endpoint (https://svgicons.com/mcp).

Is the Svg/icons MCP server safe to use?

Svg/icons MCP scores 76 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Svg/icons MCP server expose?

Svg/icons MCP exposes 12 tools: search_icons, search_icon_sets, get_icon, export_icon_png, recommend_icons_for_ui, and 7 more. Their descriptions and schemas cost roughly 1,936 tokens of context every time the server is loaded.

Does the Svg/icons MCP server require authentication?

No. We connected to Svg/icons MCP without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Svg/icons MCP server still maintained?

Svg/icons MCP is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.