# io.github.krupalghori44-dev/infytool (npm · infytool-mcp)

Find the right InfyTool among 180+ free in-browser file tools and get deep links. No uploads.

- Trust score: 79/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-23

## Components

- npm · `infytool-mcp`: 79/100 (this document), [markdown](https://verifymcp.io/servers/krupalghori44-dev-infytool/infytool-mcp.md), [page](https://verifymcp.io/servers/krupalghori44-dev-infytool/infytool-mcp)

## Channel facts

- Registry: `npm`
- Package: `infytool-mcp`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

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. 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-23.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 17 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 383 tokens (~95/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 60/100
  - Stability observed for 18 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.krupalghori44-dev/infytool MCP server?

io.github.krupalghori44-dev/infytool runs locally as an npm package, launched with npx -y infytool-mcp. 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 krupalghori44-dev-infytool -- npx -y infytool-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "krupalghori44-dev-infytool": {
      "command": "npx",
      "args": [
        "-y",
        "infytool-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "krupalghori44-dev-infytool": {
      "command": "npx",
      "args": [
        "-y",
        "infytool-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add krupalghori44-dev-infytool -- npx -y infytool-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "krupalghori44-dev-infytool": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "infytool-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add krupalghori44-dev-infytool --command npx --arg -y --arg infytool-mcp
```

### Hermes

```yaml
mcp_servers:
  krupalghori44-dev-infytool:
    command: "npx"
    args: ["-y", "infytool-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "krupalghori44-dev-infytool": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "infytool-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add krupalghori44-dev-infytool -t stdio -c npx -a -y infytool-mcp
```

### Other

```json
{
  "mcpServers": {
    "krupalghori44-dev-infytool": {
      "command": "npx",
      "args": [
        "-y",
        "infytool-mcp"
      ]
    }
  }
}
```

## 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-22 (score 79, +1)

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

### 2026-09-19 (score 78, +1)

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

### 2026-09-17 (score 77, +1)

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

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

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

### 2026-09-13 (score 75, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-06 (score 71, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-05 (score 56)

First indexed and scored.

## MCP tools (4)

### `search_tools` (~182 tokens)

Search InfyTool tools

Search InfyTool's 180+ free, privacy-first file tools (image/PDF/SVG/audio/video/icons, converters, compressors, editors, generators) by keyword. Returns matching tools with a one-line description and the deep-link URL to open. All tools run 100% in the user's browser — nothing is uploaded. Hand the URL to the user; do not attempt to upload or process files through this server.

Input parameters:

- `category` (string): Optional filter: one of image, pdf, svg, icon, audio, file (or a category name like "Image Tools").
- `limit` (integer): Max results (default 10, max 40).
- `query` (string, required): What the user wants to do, e.g. "convert heic to jpg", "compress image to 100kb", "remove background", "sign a pdf".

### `get_conversion` (~108 tokens)

Get a conversion deep-link

Given a source and target file format (e.g. HEIC → JPG, PNG → WebP, JPG → PDF), return the exact InfyTool page URL that performs it in the browser. If the pair is not supported, lists the formats the source CAN convert to.

Input parameters:

- `from` (string, required): Source format, e.g. "heic", "png", "jpg".
- `to` (string, required): Target format, e.g. "jpg", "webp", "pdf".

### `list_categories` (~33 tokens)

List tool categories

List InfyTool tool categories (Image, PDF, SVG, Icon, Audio, File) with their hub-page URLs.

### `list_tools` (~60 tokens)

List tools in a category

List the tools in one InfyTool category, with deep-link URLs.

Input parameters:

- `category` (string, required): image, pdf, svg, icon, audio, or file (or a category name).
- `limit` (integer): Max results (default 60).

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/krupalghori44-dev-infytool/infytool-mcp#diagnostics

## Score history

- 2026-09-23: 79
- 2026-09-22: 79
- 2026-09-21: 78
- 2026-09-20: 78
- 2026-09-19: 78
- 2026-09-18: 77
- 2026-09-17: 77
- 2026-09-16: 76
- 2026-09-15: 76
- 2026-09-14: 75
- 2026-09-13: 75
- 2026-09-12: 71
- 2026-09-11: 71
- 2026-09-10: 71
- 2026-09-09: 71
- 2026-09-08: 71
- 2026-09-07: 71
- 2026-09-06: 71
- 2026-09-05: 56

## Common questions

### What is the io.github.krupalghori44-dev/infytool MCP server?

io.github.krupalghori44-dev/infytool is an MCP server listed in the public MCP registry as io.github.krupalghori44-dev/infytool. Find the right InfyTool among 180+ free in-browser file tools and get deep links. No uploads. This page covers its npm package (infytool-mcp).

### Is the io.github.krupalghori44-dev/infytool MCP server safe to use?

io.github.krupalghori44-dev/infytool scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 23 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 io.github.krupalghori44-dev/infytool MCP server expose?

io.github.krupalghori44-dev/infytool exposes 4 tools: search_tools, get_conversion, list_categories, list_tools. Their descriptions and schemas cost roughly 383 tokens of context every time the server is loaded.

### Is the io.github.krupalghori44-dev/infytool MCP server still maintained?

io.github.krupalghori44-dev/infytool 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.

### What licence is the io.github.krupalghori44-dev/infytool MCP server under?

io.github.krupalghori44-dev/infytool declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/infytool-mcp
- Socket report: https://socket.dev/npm/package/infytool-mcp
- Repository: https://github.com/krupalghori44-dev/infytool-mcp
- Changelog RSS feed: https://verifymcp.io/servers/krupalghori44-dev-infytool/infytool-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/krupalghori44-dev-infytool/infytool-mcp.json
- HTML version of this page: https://verifymcp.io/servers/krupalghori44-dev-infytool/infytool-mcp
