# io.github.pijusz/mcp-sanity-images (npm · mcp-sanity-images)

MCP server for uploading local images to Sanity CMS

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

## Components

- npm · `mcp-sanity-images`: 54/100 (this document), [markdown](https://verifymcp.io/servers/pijusz-mcp-sanity-images/mcp-sanity-images.md), [page](https://verifymcp.io/servers/pijusz-mcp-sanity-images/mcp-sanity-images)

## Channel facts

- Registry: `npm`
- Package: `mcp-sanity-images`
- Version: `0.3.7`
- 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**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **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 107 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 43/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 264 tokens (~52/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add pijusz-mcp-sanity-images -- npx -y mcp-sanity-images
```

### Codex

```bash
codex mcp add pijusz-mcp-sanity-images -- npx -y mcp-sanity-images
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add pijusz-mcp-sanity-images --command npx --arg -y --arg mcp-sanity-images
```

### Hermes

```yaml
mcp_servers:
  pijusz-mcp-sanity-images:
    command: "npx"
    args: ["-y", "mcp-sanity-images"]
```

### Other

```json
{
  "mcpServers": {
    "pijusz-mcp-sanity-images": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-sanity-images"
      ]
    }
  }
}
```

## 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 54, +36)

- [security regression] GHSA-frvp-7c67-39w9 affects this package: medium
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → poor
- [functional] Licence: MIT

### 2026-08-01 (score 18, −6)

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

### 2026-07-31 (score 24, −18)

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (5)

### `upload_image` (~51 tokens)

Upload a local image file to Sanity as an image asset

Input parameters:

- `alt` (string)
- `dataset` (string)
- `filePath` (string, required)
- `projectId` (string)

### `upload_and_set` (~71 tokens)

Upload an image and patch it onto a Sanity document field in one call

Input parameters:

- `alt` (string)
- `dataset` (string)
- `documentId` (string, required)
- `fieldPath` (string, required)
- `filePath` (string, required)
- `projectId` (string)

### `batch_upload` (~53 tokens)

Upload all images from a folder as Sanity assets (no document patching)

Input parameters:

- `dataset` (string)
- `directory` (string, required)
- `projectId` (string)
- `recursive` (boolean)

### `list_images` (~37 tokens)

List image files in a directory so you can see what's available to upload

Input parameters:

- `directory` (string, required)
- `recursive` (boolean)

### `groq_query` (~52 tokens)

Run a GROQ query against the Sanity dataset (useful to find document IDs before attaching images)

Input parameters:

- `dataset` (string)
- `projectId` (string)
- `query` (string, required)

## Diagnostics

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

## Score history

- 2026-08-03: 54
- 2026-08-02: 54
- 2026-08-01: 18
- 2026-07-31: 24
- 2026-07-30: 42
- 2026-07-28: 42
- 2026-07-27: 42

## Links

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