# io.github.jaygould/getpronto (npm · getpronto-mcp)

Upload, transform, and manage images on Get Pronto from AI agents.

- Trust score: 68/100 (medium)
- Change this week: −10
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `getpronto-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/jaygould-getpronto/getpronto-mcp.md), [page](https://verifymcp.io/servers/jaygould-getpronto/getpronto-mcp)

## Channel facts

- Registry: `npm`
- Package: `getpronto-mcp`
- Version: `1.0.2`
- 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**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - 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 (ISC).
  - Actively maintained (last published 128 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 490 tokens (~81/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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 jaygould-getpronto -- npx -y getpronto-mcp
```

### Codex

```bash
codex mcp add jaygould-getpronto -- npx -y getpronto-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add jaygould-getpronto --command npx --arg -y --arg getpronto-mcp
```

### Hermes

```yaml
mcp_servers:
  jaygould-getpronto:
    command: "npx"
    args: ["-y", "getpronto-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "jaygould-getpronto": {
      "command": "npx",
      "args": [
        "-y",
        "getpronto-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-08-03 (score 68, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 64, +59)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [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] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: ISC

### 2026-07-31 (score 5, −5)

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

### 2026-07-30 (score 10, −68)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] License: pass → unverified
- [functional regression] Maintenance: pass → unverified
- [functional] Licence: ISC

### 2026-07-27 (score 78, +53)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: pass
- [functional] Licence: ISC

### 2026-07-26 (score 25)

First indexed and scored.

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

## MCP tools (6)

### `generate_test_key` (~83 tokens)

Generate an ephemeral API key for testing Get Pronto. The key expires after 7 days with limited quotas (100MB storage, 500MB bandwidth, 100 transforms, 10MB max file size). No signup required.

Input parameters:

- `baseUrl` (string): Base URL for the Get Pronto API. Defaults to https://api.getpronto.io/v1

### `upload_image` (~79 tokens)

Upload an image to Get Pronto. Accepts a local file path, URL, or data URL as the source.

Input parameters:

- `filename` (string): Custom filename for the uploaded image
- `folder` (string): Folder name to organize the upload into
- `source` (string, required): File path, URL, or data URL of the image to upload

### `list_files` (~65 tokens)

List files in your Get Pronto account. Returns paginated results.

Input parameters:

- `folder` (string): Filter by folder name
- `page` (number): Page number (default: 1)
- `pageSize` (number): Number of files per page (default: 20)

### `get_file` (~36 tokens)

Get details about a specific file including its URL, dimensions, and metadata.

Input parameters:

- `fileId` (string, required): The file ID to retrieve

### `delete_file` (~29 tokens)

Delete a file from Get Pronto.

Input parameters:

- `fileId` (string, required): The file ID to delete

### `transform_image` (~198 tokens)

Generate a URL for a transformed version of an image. Supports resize, format conversion, blur, sharpen, grayscale, rotate, border, and crop.

Input parameters:

- `blur` (number): Gaussian blur radius (0.3-1000)
- `border` (object): Add a border
- `crop` (object): Crop the image
- `fileId` (string, required): The file ID of the image to transform
- `fit` (string): How the image should fit the dimensions (default: cover)
- `format` (string): Output format
- `grayscale` (boolean): Convert to grayscale
- `height` (number): Target height in pixels (1-5000)
- `quality` (number): Output quality 1-100
- `rotate` (number): Rotation angle in degrees (-360 to 360)
- `sharpen` (boolean): Apply sharpening
- `width` (number): Target width in pixels (1-5000)

## Diagnostics

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

## Score history

- 2026-08-03: 68
- 2026-08-02: 64
- 2026-08-01: 5
- 2026-07-31: 5
- 2026-07-30: 10
- 2026-07-28: 78
- 2026-07-27: 78
- 2026-07-26: 25

## Links

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