# UnClick (npm · @unclick/mcp-server)

AI agent tool marketplace. 60+ tools for social, e-commerce, accounting, and messaging.

- Trust score: 59/100 (low)
- Change this week: +41
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@unclick/mcp-server`: 59/100 (this document), [markdown](https://verifymcp.io/servers/malamutemayhem-unclick-mcp-server/unclick-mcp-server.md), [page](https://verifymcp.io/servers/malamutemayhem-unclick-mcp-server/unclick-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@unclick/mcp-server`
- Version: `0.2.3`
- 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-08-03.

- **Supply Chain Security**: 71/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects nodemailer 8.0.11, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (123 of 127), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 21 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 361 tokens (~90/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add malamutemayhem-unclick-mcp-server -- npx -y @unclick/mcp-server
```

### Codex

```bash
codex mcp add malamutemayhem-unclick-mcp-server -- npx -y @unclick/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "malamutemayhem-unclick-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@unclick/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add malamutemayhem-unclick-mcp-server --command npx --arg -y --arg @unclick/mcp-server
```

### Hermes

```yaml
mcp_servers:
  malamutemayhem-unclick-mcp-server:
    command: "npx"
    args: ["-y", "@unclick/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "malamutemayhem-unclick-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/mcp-server"
      ]
    }
  }
}
```

## 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-08-02 (score 59, +43)

- [security regression] GHSA-p6gq-j5cr-w38f affects this package: high
- [security regression] CVE-2022-25883 affects this package: high
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 16, +16)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 0, −40)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 40, +22)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: unverified
- [functional] First check of Tool coverage: 100

### 2026-07-27 (score 18)

First indexed and scored.

## MCP tools (4)

### `unclick_search` (~79 tokens)

Search the UnClick tool marketplace by keyword or description. Use this to discover which tools are available for a task. Example: 'I need to resize an image' → returns the image tool with its endpoints.

Input parameters:

- `category` (string): Optional: filter by category
- `query` (string, required): Search term — describe what you want to do

### `unclick_browse` (~48 tokens)

Browse all available UnClick tools, optionally filtered by category. Returns a list of tools with their slugs and descriptions.

Input parameters:

- `category` (string): Optional: filter to a specific category

### `unclick_tool_info` (~118 tokens)

Get detailed information about a specific UnClick tool including all its endpoints, required parameters, and response shapes. Use this after unclick_search to understand exactly how to call a tool.

Input parameters:

- `slug` (string, required): Tool slug, e.g. 'image', 'hash', 'csv', 'cron'. Available slugs: transform, encode, hash, regex, markdown, diff, json, csv, validate, image, qr, color, timestamp, cron, ip, shorten, uuid, random, rep…

### `unclick_call` (~116 tokens)

Call any UnClick tool endpoint. Specify the endpoint ID and parameters. Use unclick_search or unclick_tool_info to discover endpoint IDs and required params. Example: endpoint_id='image.resize', params={image: '<base64>', width: 800, height: 600}

Input parameters:

- `endpoint_id` (string, required): Endpoint identifier, e.g. 'image.resize', 'hash.compute', 'csv.parse', 'cron.next'
- `params` (object, required): Parameters for the endpoint. Use unclick_tool_info to see required params.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/malamutemayhem-unclick-mcp-server/unclick-mcp-server#diagnostics

## Score history

- 2026-08-03: 59
- 2026-08-02: 59
- 2026-08-01: 16
- 2026-07-31: 0
- 2026-07-30: 40
- 2026-07-28: 40
- 2026-07-27: 18

## Links

- npm package: https://www.npmjs.com/package/@unclick/mcp-server
- Socket report: https://socket.dev/npm/package/@unclick/mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/malamutemayhem-unclick-mcp-server/unclick-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/malamutemayhem-unclick-mcp-server/unclick-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/malamutemayhem-unclick-mcp-server/unclick-mcp-server
