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.

Supericons

REMOTE · MCP.SUPERICONS.DEV · 2 COMPONENTS · SCANNED SEP 23

Multilingual semantic SVG icon search with previews for AI coding agents. 20,000+ icons.

0 this week 83 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 Security74
Transport & Reachability100
Schema Quality & AI Usability62
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1641 tokens (~328/item across 5 items; 5 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
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Supericons MCP server?

Supericons is a hosted endpoint at https://mcp.supericons.dev/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 · mcp.supericons.dev

# add to Claude Code
claude mcp add --transport http curlymolelabs-supericons 'https://mcp.supericons.dev/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "curlymolelabs-supericons": {
      "url": "https://mcp.supericons.dev/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "curlymolelabs-supericons": {
      "type": "http",
      "url": "https://mcp.supericons.dev/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.curlymolelabs-supericons]
url = "https://mcp.supericons.dev/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "curlymolelabs-supericons": {
      "type": "remote",
      "url": "https://mcp.supericons.dev/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add curlymolelabs-supericons --url 'https://mcp.supericons.dev/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  curlymolelabs-supericons:
    url: "https://mcp.supericons.dev/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "curlymolelabs-supericons": {
      "Transport": "http",
      "Url": "https://mcp.supericons.dev/mcp"
    }
  }
}
# add to Vellum
assistant mcp add curlymolelabs-supericons -t streamable-http -u 'https://mcp.supericons.dev/mcp'
// mcp.json
{
  "mcpServers": {
    "curlymolelabs-supericons": {
      "type": "http",
      "url": "https://mcp.supericons.dev/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.

  • 2 Sept 26 0
    • Server version: 0.4.36 → 0.4.37 functional
  • 1 Sept 26 0
    • Server version: 0.4.35 → 0.4.36 functional
  • 27 Aug 26 0
    • Server version: 0.4.34 → 0.4.35 functional
  • 26 Aug 26 +1
    • 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 82
    • Stability: 0.97 → pass security
  • 17 Aug 26 0
    • Server version: 0.4.33 → 0.4.34 functional
  • 12 Aug 26 0
    • Server version: 0.4.31 → 0.4.33 functional
  • 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
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 23 Sept 2026 · Probed https://mcp.supericons.dev/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.supericons.dev CN=YR2,O=Let's Encrypt,C=US 2 Sept 2026 1 Dec 2026 RSA 2048 SHA256-RSA 530072a65cd8b7a7911770dae00959b36e1
SANs: mcp.supericons.dev
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 mcp.supericons.dev. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
dev. present 60074 8 Verified
supericons.dev. 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://mcp.supericons.dev/mcp Verified 200
http (plaintext) http://mcp.supericons.dev/mcp HTTPS enforced 301 https://mcp.supericons.dev/mcp
MCP tools · 5 exposed · ~1,370 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
get_icon ~192

Retrieve one exact SVG icon using an exact ref returned by search_icons, recommend_icons, or preview_icons. Do not guess icon IDs. Use search_icons first if the user only described a concept. Returns SVG code, explicit public library labels, visual preview URL, and public semantic guidance for the exact icon.

NameTypeReqDescription
idstringyesExact icon ID without the library prefix, for example "database", "user-circle", "brain-circuit", or "arrow-down".
librarystringyesRequired library key for the exact icon. Supported values include si (Supericons AI and developer tool logos), lucide, tabler, phosphor, heroicons, bootstrap, iconoir, ionicons, material, simpleicons…
stylestringOptional style preference. Material Symbols supports outline and solid. Other hosted libraries report their verified styles in list_libraries.
NameTypeReqDescription
codestringStable error code when the exact icon is unavailable.
errorstringRecoverable error message when no exact icon is found.
hintstringPlain-language explanation of how to recover.
iconobjectExact matching icon when found.
next_stepstringRecommended next tool action.
retryablebooleanWhether repeating the same exact lookup may succeed.

No examples provided.

list_libraries ~40

List the free icon libraries available through the hosted Supericons MCP server. Use this before filtering by library or when a user asks which icon libraries are supported.

Input schema present but exposes no named parameters.

NameTypeReqDescription
librariesarrayyesFree icon libraries available through this hosted MCP server.
publicRecordCountnumberyesNumber of public semantic icon records searchable through the hosted MCP server.

No examples provided.

preview_icons ~341

Refine an icon result set or preview known icon refs returned by another Supericons tool. Use search_icons first for normal icon requests. Long icon lists are accepted and safely truncated to 12. Returns ready-to-use Markdown, a hosted preview fallback, a direct PNG image URL, and, when requested, an MCP image contact sheet.

NameTypeReqDescription
icon_refsarrayOptional fixed icon refs in library:id format. Arrays, a single ref, and comma-separated refs are accepted. Up to 100 are accepted, 24 appear on the browser preview, and 12 are rendered inline. Large…
include_imagebooleanWhen true, include a PNG contact sheet as MCP image content. Boolean strings are accepted. A preview_url is always returned.
libraryOptional library key. Supported values include si (Supericons AI and developer tool logos), lucide, tabler, phosphor, heroicons, bootstrap, iconoir, ionicons, material, simpleicons (Simple Icons bran…
limitnumber|stringRequested inline icon count. Values outside 1 to 12 are safely clamped with a warning. Numeric strings are accepted.
localeOptional locale for multilingual search terms. Supported values: zh-Hans, zh-Hant, ja, ko, es, de, pt, ar, hi, vi, th. Unsupported values are ignored with a warning.
querystringOptional search query to preview visually, for example "license plate recognition camera scan car".
styleOptional style preference. Unsupported values are ignored with a warning.
NameTypeReqDescription
browser_preview_countnumberyesNumber of accepted icon refs available at preview_url.
client_display_notestringyesPlain-language note for clients that do not render images inline.
errorstringRecoverable error message when preview inputs are missing or invalid.
image_includedbooleanyesWhether this response includes MCP image content.
image_urlstring|nullDirect PNG URL for clients or Markdown renderers that can show remote images.
markdown_imagestring|nullReady-made Markdown image snippet for final answers in clients that render remote Markdown images.
next_stepstringyesUseful next action for the caller.
preview_urlstringyesBrowser URL for visual inspection.
querystring|nullSearch query used for the visual preview, if any.
rendered_countnumberyesNumber of icons rendered in the inline preview.
resultsarrayyesIcons included in the visual preview.
suggested_response_markdownstringReady-to-use answer with the image, refs, and browser fallback link.
truncated_fromnumberOriginal icon ref count when the input was truncated.
warningsarrayUnsupported optional inputs that were safely ignored.

No examples provided.

recommend_icons ~380

Recommend a coherent icon set for up to 20 named UI slots in one call. Uses task context to narrow ambiguous meanings. When context is insufficient, returns needs_clarification with labeled interpretation options instead of guessing. Invalid inputs and service failures return a plain-language reason and a next step instead of a bare protocol error. Returns one recommendation and optional alternatives for each resolved slot, with explicit public library labels and visual preview URLs where available. Library key si means Supericons, not Simple Icons.

NameTypeReqDescription
include_query_framebooleanOptional public-safe diagnostics for query understanding. Boolean strings are accepted. Leave false for normal compact responses.
libraryOptional library key when the user wants a consistent icon family. Supported values include si (Supericons AI and developer tool logos), lucide, tabler, phosphor, heroicons, bootstrap, iconoir, ionic…
limit_per_slotnumber|stringNumber of choices per slot. Values outside 1 to 5 are clamped with a warning. Numeric strings are accepted.
localeOptional locale for multilingual slot labels. Unsupported values are ignored with a warning.
response_modeResponse size mode: plan, assets, or full. Unsupported values use plan with a warning.
slotsarrayList of 1 to 20 UI slots to fill, for example ["model", "prompt", "dataset", "evaluation"]. A single string is accepted as one slot. Larger lists return a structured split instruction.
styleOptional style preference. Unsupported values are ignored with a warning.
taskstringOverall UI task, for example "choose icons for an AI dashboard sidebar" or "select bottom navigation icons for a finance app". Missing task text returns a structured recovery message.
NameTypeReqDescription
all_slots_resolvedbooleanyesWhether every requested slot received a recommendation without clarification.
clarification_slotsarrayyesSlots that need the caller to choose an interpretation.
codestringStable error code for programmatic recovery.
detailsobjectStructured limits or failure details.
errorstringPlain-language reason the recommendation did not complete.
fallback_recommendedbooleanyesWhether the caller should consider direct search or clarification.
hintstringPlain-language recovery instruction.
librarystringLibrary filter used for recommendations, if provided.
low_confidence_slotsarrayyesSlots whose result is missing or has low confidence.
needs_clarificationbooleanyesWhether one or more ambiguous slots require more context.
next_stepstringUseful next action for the caller.
preview_urlstringBrowser URL for visual inspection of the recommended icon set.
query_frameobjectOptional public-safe query understanding diagnostics for the task.
response_modestringyesResponse size mode used for this recommendation.
resultsarrayyesRecommended icon choices grouped by requested UI slot.
retry_after_secondsnumberSeconds to wait before retrying a rate-limited recommendation.
retryablebooleanWhether a corrected or later request may succeed.
search_runtimeobjectSearch execution path used for this recommendation.
slot_countnumberyesNumber of UI slots requested.
statusnumberHTTP status from a hosted dependency failure.
stylestringStyle preference used for recommendations.
suggested_response_markdownstringPlain-language explanation suitable for the agent response.
taskstringyesOriginal UI task.
warningsarrayUnsupported optional inputs that were safely ignored or clamped.

No examples provided.

search_icons ~417

Use this as the main icon tool. Search 20,000+ curated SVG icons across 11 libraries by meaning, label, visual description, tags, and synonyms. When matches exist, the response includes a paste-ready suggested answer, a direct preview image, and Markdown that can show the image in the final reply. When no supported match exists, it returns an honest structured no-result with a next step and no fabricated icon. If you choose a library yourself, use prefer. Use strict only when the user explicitly requires that library. Library key si means Supericons, not Simple Icons.

NameTypeReqDescription
include_query_framebooleanOptional public-safe diagnostics for query understanding. Boolean strings are accepted. Leave false for normal compact responses.
librarystringOptional library key only when the user named a library. Omit it to search all libraries. Do not use all as a library key. Supported values include si (Supericons AI and developer tool logos), lucide…
library_modeOptional library behavior. Omit a self-chosen library and search all, or use prefer with that library. Use strict only when the user explicitly requires the named library. All searches every eligible…
limitnumberMaximum number of icons from 1 to 50. Numeric strings are accepted.
localeOptional locale for multilingual search terms. Supported values: zh-Hans, zh-Hant, ja, ko, es, de, pt, ar, hi, vi, th. Unsupported values are ignored with a warning.
querystringyesIcon concept or search phrase, for example "database", "user profile", "chill", "trash", "upload cloud", "AI model", or "beautiful".
styleOptional style preference. Unsupported values are ignored with a warning.
NameTypeReqDescription
codestringStable code for a structured no-result.
detailsobjectStructured rate-limit or upstream failure details.
errorstringPlain-language error for a structured no-result.
hintstringPlain-language recovery hint for a structured no-result.
image_urlstringDirect PNG URL when usable icons exist.
library_modestringyesLibrary behavior used for this search.
limit_scopestringAllowance scope reported by a rate limit.
markdown_imagestringReady-made Markdown image when usable icons exist.
next_stepstringyesUseful next action for the caller.
outcome_typestringWhether this response contains results, an honest no-match, or a tool failure.
preview_urlstringBrowser URL for visual inspection of this search result set.
query_frameobjectOptional public-safe query understanding diagnostics.
requested_librarystring|nullyesPreferred or required library, when supplied.
result_countnumberNumber of verified icons returned by this search.
result_interpretationstringPlain-language guidance for interpreting this result count and outcome.
resultsarrayyesMatching icons with SVG code and semantic guidance.
retry_after_secondsnumberSeconds to wait before retrying a rate-limited search.
retryablebooleanWhether changing the query or filters may produce a result.
search_runtimeobjectSearch execution path used for this request.
statusnumberHTTP status from an upstream search failure.
suggested_response_markdownstringyesCompact answer that accurately reflects this response.
top_result_refstring|nullTop ordered icon ref when results exist.
warningsarrayUnsupported optional inputs that were safely ignored.

No examples provided.

Common questions

What is the Supericons MCP server?

Supericons is an MCP server listed in the public MCP registry as io.github.curlymolelabs/supericons. Multilingual semantic SVG icon search with previews for AI coding agents. 20,000+ icons. This page covers its hosted endpoint (https://mcp.supericons.dev/mcp).

Is the Supericons MCP server safe to use?

Supericons scores 83 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 Supericons MCP server expose?

Supericons exposes 5 tools: search_icons, recommend_icons, get_icon, preview_icons, list_libraries. Their descriptions and schemas cost roughly 1,370 tokens of context every time the server is loaded.

Does the Supericons MCP server require authentication?

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

Is the Supericons MCP server still maintained?

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