# io.github.krupalghori44-dev/infyicon-mcp (remote · infyicon.com)

Search 161,000+ free icons; get SVG (single/bulk), PNG, related icons, webfont classes. No API key.

- Trust score: 80/100 (high trust)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

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

## Channel facts

- Endpoint: `https://infyicon.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.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-09-22.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 73/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1445 tokens (~180/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 80/100
  - Stability check failed: schema churn in the 30 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 4 additions.
- **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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the io.github.krupalghori44-dev/infyicon-mcp server?

io.github.krupalghori44-dev/infyicon-mcp is a hosted endpoint at https://infyicon.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.

### Claude

```bash
claude mcp add --transport http krupalghori44-dev-infyicon-mcp 'https://infyicon.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "krupalghori44-dev-infyicon-mcp": {
      "url": "https://infyicon.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "krupalghori44-dev-infyicon-mcp": {
      "type": "http",
      "url": "https://infyicon.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.krupalghori44-dev-infyicon-mcp]
url = "https://infyicon.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add krupalghori44-dev-infyicon-mcp --url 'https://infyicon.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  krupalghori44-dev-infyicon-mcp:
    url: "https://infyicon.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "krupalghori44-dev-infyicon-mcp": {
      "Transport": "http",
      "Url": "https://infyicon.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add krupalghori44-dev-infyicon-mcp -t streamable-http -u 'https://infyicon.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "krupalghori44-dev-infyicon-mcp": {
      "type": "http",
      "url": "https://infyicon.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-09-21 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 73 to 77.

### 2026-09-19 (score 79, +3)

- [security regression] Stability: 0.87 → fail
- [security regression] Tool “bulk_svg” was removed
- [security regression] Tool “popular_icons” was removed
- [security regression] Tool “related_icons” was removed
- [security regression] Tool “uicons_lookup” was removed
- [security improvement] Authorization: unverified → partial
- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “get_icon_png” rewrote its description, which is the text the model reads
- [security] Tool “get_icon_svg” rewrote its description, which is the text the model reads
- [security] Tool “list_categories” rewrote its description, which is the text the model reads
- [security] Tool “search_icons” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional] Server version: 1.1.0 → 1.2.0
- [functional] New tool “get_icon_svg_bulk”
- [functional] New tool “get_popular_icons”
- [functional] New tool “get_related_icons”
- [functional] New tool “search_uicons”
- [cosmetic] “get_icon_png” reworded the description of “id”
- [cosmetic] “get_icon_png” reworded the description of “size”
- [cosmetic] “get_icon_svg” reworded the description of “id”
- [cosmetic] “list_categories” reworded the description of “limit”
- [cosmetic] “search_icons” reworded the description of “limit”
- [cosmetic] “search_icons” reworded the description of “offset”
- [cosmetic] “search_icons” reworded the description of “query”
- [cosmetic] “search_icons” reworded the description of “style”
- [cosmetic] Tool “get_icon_png” changed its title: Get icon PNG URLs
- [cosmetic] Tool “get_icon_svg” changed its title: Get icon SVG
- [cosmetic] Tool “list_categories” changed its title: List icon categories
- [cosmetic] Tool “search_icons” changed its title: Search icons

### 2026-09-18 (score 76, +1)

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

### 2026-09-17 (score 75, 0)

- [security regression] HSTS header: unverified → fail
- [security improvement] Injection markers: unverified → pass
- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 8 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: unreachable → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.83

### 2026-09-16 (score 75, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] Stability: 0.77 → unverified
- [security regression] HSTS header: fail → unverified
- [security regression] Tool safety: pass → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
- [functional regression] Capabilities: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-09-15 (score 75, +1)

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

### 2026-09-13 (score 74, +1)

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

### 2026-09-11 (score 73, +1)

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

## MCP tools (8)

### `search_icons` (~278 tokens)

Search icons

Search 161,000+ free Infyicon vector icons by keyword and return up to 30 matches per page, each with icon id (slug_number), name, style, page URL, direct SVG URL, 512px PNG URL and tags. Styles: outline (black line), fill (black solid), color-outline, color-fill. Use this first whenever the user describes what icon they want; then pass an id to get_icon_svg, get_icon_svg_bulk or get_icon_png. Use get_popular_icons instead when there is no search term, and search_uicons instead when the user wants a CSS webfont class rather than an SVG/PNG file. Read-only, no auth, no API key; empty query returns an error; total_matches + next_offset are returned for paging. Free with attribution to infyicon.com.

Input parameters:

- `limit` (integer): Max results per page (default 10, max 30)
- `offset` (integer): Optional: skip this many results for pagination. Pass next_offset from the previous response to get the next page.
- `query` (string, required): What to search for, e.g. "shopping cart", "doctor", "hammer" (1-4 plain words work best)
- `style` (string): Optional: restrict to one style; omit to get all four styles mixed

### `get_popular_icons` (~144 tokens)

Get popular icons

Return up to 30 popular/featured Infyicon icons (ids, names, styles, page/SVG/PNG URLs) without a search query - use when the user just wants "a nice icon" or a starting set and has not named a subject. Use search_icons instead when the user describes a subject, and get_related_icons instead when they already have an icon and want variations. Read-only, no auth; always returns results (never errors on empty input). Free with attribution to infyicon.com.

Input parameters:

- `limit` (integer): Max results (default 12, max 30)
- `style` (string): Optional: restrict to one style

### `get_related_icons` (~149 tokens)

Get related icons

Given one icon id (from search_icons or get_popular_icons), return up to 30 related Infyicon icons on the same theme in the same and other styles - use for offering variations, alternatives or building a matching icon set. Use search_icons instead when you do not yet have an id. The source icon itself is excluded from results. Read-only, no auth; returns an error if the id is not in slug_number format. Free with attribution to infyicon.com.

Input parameters:

- `id` (string, required): Icon id like hammer-16_66091 (slug_number, as returned by search_icons)
- `limit` (integer): Max results (default 12, max 30)

### `get_icon_svg` (~153 tokens)

Get icon SVG

Return the full, ready-to-embed SVG markup of ONE Infyicon icon by id (slug_number, e.g. hammer-16_66091 - get ids from search_icons). Use when the user wants inline SVG for a single icon; use get_icon_svg_bulk for 2-20 icons in one call, and get_icon_png when they need a raster image URL instead of markup. Read-only, no auth; returns an error for a malformed id or an unknown icon; if the SVG is over 200 KB the response carries svg_url instead of inline markup. Free with attribution to infyicon.com.

Input parameters:

- `id` (string, required): Icon id like hammer-16_66091 (slug_number)

### `get_icon_svg_bulk` (~161 tokens)

Get SVG for several icons

Return ready-to-embed SVG markup for 1-20 Infyicon icons in one call (pass an array of ids from search_icons). Use when building a UI, icon set or design system so you fetch several icons at once instead of calling get_icon_svg repeatedly; use get_icon_svg for a single icon. Read-only, no auth; ids beyond the first 20 are silently dropped; each bad or unknown id gets a per-item error while the rest still succeed; oversized SVGs (>200 KB) return svg_url instead of markup. Free with attribution to infyicon.com.

Input parameters:

- `ids` (array, required): Array of 1-20 icon ids, e.g. ["home-2_101", "gear-1_202"]

### `get_icon_png` (~161 tokens)

Get icon PNG URLs

Return direct PNG download URLs (transparent background) for one Infyicon icon id, either a single size or all seven sizes 16/24/32/64/128/256/512 px. Use when the user needs an image file or <img> src (email, docs, chat, platforms that cannot render SVG); use get_icon_svg instead when inline vector markup is wanted. Read-only, no auth; returns URLs only (no binary data); returns an error for a malformed id or an unknown icon. Free with attribution to infyicon.com.

Input parameters:

- `id` (string, required): Icon id like hammer-16_66091 (slug_number)
- `size` (integer): Optional single size in px; omit to get all seven sizes

### `list_categories` (~116 tokens)

List icon categories

List the most popular Infyicon icon categories (name, slug, icon count, category page URL at https://infyicon.com/free-icons/<slug>), ordered by popularity. Use to browse or suggest topics before searching, or to link the user to a category page; use search_icons to actually fetch icons for a topic. Read-only, no auth; no pagination (limit up to 100). Free with attribution to infyicon.com.

Input parameters:

- `limit` (integer): Max categories (default 30, max 100)

### `search_uicons` (~160 tokens)

Search UI webfont classes

Search the Infyicon UI webfont (61,000+ glyphs) by glyph name and return matching CSS class names (regular ii-r-<name>, solid ii-s-<name>) plus a ready <i> tag and the stylesheet link https://infyicon.com/uicons/uicons.css. Use ONLY when the user wants an icon font / CSS class (like Font Awesome usage); use search_icons for SVG or PNG icon files. Case-insensitive substring match, up to 40 matches, no pagination; empty name returns an error. Read-only, no auth. Free with attribution to infyicon.com.

Input parameters:

- `name` (string, required): Glyph name or part of it to search, e.g. "home", "arrow"

## Diagnostics

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

## Score history

- 2026-09-22: 80
- 2026-09-21: 80
- 2026-09-20: 79
- 2026-09-19: 79
- 2026-09-18: 76
- 2026-09-17: 75
- 2026-09-16: 75
- 2026-09-15: 75
- 2026-09-14: 74
- 2026-09-13: 74
- 2026-09-12: 73
- 2026-09-11: 73
- 2026-09-10: 72
- 2026-09-09: 72
- 2026-09-08: 71
- 2026-09-07: 71
- 2026-09-06: 70
- 2026-09-05: 70
- 2026-09-04: 69
- 2026-09-03: 69
- 2026-09-02: 68
- 2026-09-01: 68
- 2026-08-31: 68
- 2026-08-30: 67
- 2026-08-29: 67
- 2026-08-28: 67
- 2026-08-27: 66
- 2026-08-26: 66
- 2026-08-25: 63
- 2026-08-24: 63

## Common questions

### What is the io.github.krupalghori44-dev/infyicon-mcp server?

io.github.krupalghori44-dev/infyicon-mcp is listed in the public MCP registry as io.github.krupalghori44-dev/infyicon-mcp. Search 161,000+ free icons; get SVG (single/bulk), PNG, related icons, webfont classes. No API key. This page covers its hosted endpoint (https://infyicon.com/mcp).

### Is the io.github.krupalghori44-dev/infyicon-mcp server safe to use?

io.github.krupalghori44-dev/infyicon-mcp scores 80 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 io.github.krupalghori44-dev/infyicon-mcp server expose?

io.github.krupalghori44-dev/infyicon-mcp exposes 8 tools: search_icons, get_popular_icons, get_related_icons, get_icon_svg, get_icon_svg_bulk, and 3 more. Their descriptions and schemas cost roughly 1,322 tokens of context every time the server is loaded.

### Does the io.github.krupalghori44-dev/infyicon-mcp server require authentication?

No. We connected to io.github.krupalghori44-dev/infyicon-mcp without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the io.github.krupalghori44-dev/infyicon-mcp server still maintained?

io.github.krupalghori44-dev/infyicon-mcp is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://infyicon.com/mcp
- Repository: https://github.com/krupalghori44-dev/infyicon-mcp
- Changelog RSS feed: https://verifymcp.io/servers/krupalghori44-dev-infyicon-mcp/infyicon.xml
- Changelog JSON feed: https://verifymcp.io/servers/krupalghori44-dev-infyicon-mcp/infyicon.json
- HTML version of this page: https://verifymcp.io/servers/krupalghori44-dev-infyicon-mcp/infyicon
