# url2image (remote · url2image.com)

Capture batches of public web pages in a real browser and download the screenshots as a zip.

- Trust score: 60/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `url2image.com`: 60/100 (this document), [markdown](https://verifymcp.io/servers/com-url2image-url2image/url2image.md), [page](https://verifymcp.io/servers/com-url2image-url2image/url2image)

## Channel facts

- Endpoint: `https://url2image.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-08-03.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 45/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 540 tokens (~67/item across 8 items; 5 tools + 3 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 86/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 57% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-url2image-url2image https://url2image.com/mcp
```

### Codex

```toml
[mcp_servers.com-url2image-url2image]
url = "https://url2image.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-url2image-url2image --url https://url2image.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-url2image-url2image:
    url: "https://url2image.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-url2image-url2image": {
      "type": "http",
      "url": "https://url2image.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-08-03 (score 60, +1)

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

### 2026-08-01 (score 59, +4)

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

### 2026-07-31 (score 55, −1)

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

### 2026-07-30 (score 56, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-29 (score 56)

First indexed and scored.

## MCP tools (5)

### `create_screenshot_batch` (~234 tokens)

Render a list of web pages in a real browser. Returns a batch id to poll. The first 10 screenshots each month are free, metered per network address rather than per key, so issuing another key does not reset them. Beyond that the batch pauses and reports how many credits it needs.

Input parameters:

- `block_cookie_banners` (boolean)
- `dark_mode` (boolean)
- `delay_ms` (integer): Extra settle time after the page reports it has loaded.
- `device_scale_factor` (integer): Use 2 for retina density output.
- `format` (string): One file per URL, collected in a zip. PDF output is disabled on this deployment.
- `full_page` (boolean): Capture the whole scrollable page rather than just the viewport. Off by default; a long page costs the same credit but takes much longer to render.
- `height` (integer)
- `name` (string): Label for the batch, shown on the results page.
- `urls` (array, required): Public http or https addresses. Bare domains are accepted and normalised.
- `width` (integer)

### `get_screenshot_batch` (~41 tokens)

Read the state and per URL results of a batch created by this client, including the download URL once anything has rendered.

Input parameters:

- `id` (string, required)

### `get_account_balance` (~21 tokens)

Screenshot credits and free monthly allowance remaining for the calling identity.

### `list_sample_captures` (~44 tokens)

Public sample captures this service refreshes on a schedule. Useful for showing a user what the output looks like before they spend anything.

Input parameters:

- `limit` (integer)

### `create_credit_checkout` (~146 tokens)

Create a hosted Stripe Checkout URL for a prepaid credit pack. This can lead to a charge, but only after the user opens the URL and confirms payment on Stripe. Ask the user before calling it and never handle card details.

Input parameters:

- `batch_id` (string): Optional. Resumes this batch as soon as the payment lands.
- `pack` (string, required): starter: $5 for 2,500 screenshots ($0.002 each); growth: $20 for 15,000 screenshots ($0.0013 each); scale: $75 for 75,000 screenshots ($0.001 each); bulk: $250 for 350,000 screenshots ($0.000714 each)

## Diagnostics

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

## Score history

- 2026-08-03: 60
- 2026-08-02: 59
- 2026-08-01: 59
- 2026-07-31: 55
- 2026-07-30: 56
- 2026-07-29: 56

## Links

- Remote endpoint: https://url2image.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-url2image-url2image/url2image/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-url2image-url2image/url2image/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-url2image-url2image/url2image
