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.

TrueIcon

NPM · TRUEICON · SCANNED SEP 26

Lets AI coding assistants search the icon packages actually installed in your project.

Available components

70 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 34 of 102 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 306 tokens (~76/item across 4 items; 4 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
  • We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 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 TrueIcon MCP server?

TrueIcon runs locally as an npm package, launched with npx -y trueicon. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · trueicon

# add to Claude Code
claude mcp add manikumarkv-trueicon -- npx -y trueicon
// .cursor/mcp.json
{
  "mcpServers": {
    "manikumarkv-trueicon": {
      "command": "npx",
      "args": [
        "-y",
        "trueicon"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "manikumarkv-trueicon": {
      "command": "npx",
      "args": [
        "-y",
        "trueicon"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add manikumarkv-trueicon -- npx -y trueicon
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "manikumarkv-trueicon": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "trueicon"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add manikumarkv-trueicon --command npx --arg -y --arg trueicon
# ~/.hermes/config.yaml
mcp_servers:
  manikumarkv-trueicon:
    command: "npx"
    args: ["-y", "trueicon"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "manikumarkv-trueicon": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "trueicon"
      ]
    }
  }
}
# add to Vellum
assistant mcp add manikumarkv-trueicon -t stdio -c npx -a -y trueicon
// mcp.json
{
  "mcpServers": {
    "manikumarkv-trueicon": {
      "command": "npx",
      "args": [
        "-y",
        "trueicon"
      ]
    }
  }
}
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.

  • 26 Sept 26 +1
    • Stability: unverified → 0.07 ▲ functional
    • Package version: 0.3.1 → 0.4.0 functional
  • 25 Sept 26 +15
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 54

    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 26 Sept 2026 · Analysed npm/trueicon@0.4.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 102 packages
Packages resolved 102
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 4 exposed · ~306 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 ~101

Get the full record and exact import statement for an icon whose name is already known, e.g. Trash2 from lucide.

NameTypeReqDescription
namestringyesIcon name or import name, e.g. "trash-2" or "Trash2"
providerstringyesProvider id or npm package, e.g. "lucide" or "lucide-react"
versionstring–Package version or range; defaults to the project's version

No output schema declared.

No examples provided.

list_providers ~48

List the icon providers this project uses (from .iconmcp.json, else detected in package.json) with their versions, the project directory trueicon reads, and all providers trueicon supports.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ping ~10

Health check

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_icons ~147

Search icons in the icon packages installed in the project. Returns ranked matches with ready-to-paste import statements.

NameTypeReqDescription
limitinteger–Maximum results (1-50, default 10)
providerstring–Provider id or npm package, e.g. "lucide" or "lucide-react"
querystringyesWhat the icon should depict, e.g. "trash can"
setstring–Icon set filter (react-icons), e.g. "fa6"
stylestring–Style filter, e.g. "outline" or "solid"
versionstring–Package version or range; defaults to the project's version

No output schema declared.

No examples provided.

Common questions

What is the TrueIcon MCP server?

TrueIcon is an MCP server listed in the public MCP registry as io.github.manikumarkv/trueicon. Lets AI coding assistants search the icon packages actually installed in your project. This page covers its npm package (trueicon).

Is the TrueIcon MCP server safe to use?

TrueIcon scores 70 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. 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 TrueIcon MCP server expose?

TrueIcon exposes 4 tools: ping, search_icons, list_providers, get_icon. Their descriptions and schemas cost roughly 306 tokens of context every time the server is loaded.

Is the TrueIcon MCP server still maintained?

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

What licence is the TrueIcon MCP server under?

TrueIcon declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.