# com.scrapeunblocker/scrapeunblocker-mcp-remote (remote · mcp.scrapeunblocker.com)

Fetch any web page's HTML, AI-parsed JSON, or Google results via the ScrapeUnblocker anti-bot API

- Trust score: 80/100 (high trust)
- Change this week: +8
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

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

## Channel facts

- Endpoint: `https://mcp.scrapeunblocker.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.1`

## 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**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 346 tokens (~115/item across 3 items; 3 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 --transport http com-scrapeunblocker-scrapeunblocker-mcp-remote https://mcp.scrapeunblocker.com/mcp
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "com-scrapeunblocker-scrapeunblocker-mcp-remote": {
      "type": "http",
      "url": "https://mcp.scrapeunblocker.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-02 (score 80, +1)

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

### 2026-07-31 (score 79, +6)

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

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

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

### 2026-07-28 (score 73, +1)

- [functional improvement] Stability: unverified → 0.03

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

First indexed and scored.

## MCP tools (3)

### `fetch_html` (~174 tokens)

Fetch page HTML

Fetch the fully rendered HTML of any web page through the ScrapeUnblocker API (https://developers.scrapeunblocker.com), bypassing anti-bot protection (Cloudflare, DataDome, PerimeterX, Akamai, Shape). Use when a normal fetch is blocked (403/429, captcha) or the page needs a real browser. Returns raw HTML.

Input parameters:

- `proxy_country` (string): Optional ISO country code to route through, e.g. 'US'.
- `sleep_seconds` (number): Extra seconds to wait after load.
- `url` (string, required): The absolute URL to fetch (http/https).
- `wait_method` (string): Optional render-wait: 'css' selector or 'js' expression.
- `wait_value` (string): The selector/expression paired with wait_method.

### `fetch_parsed` (~84 tokens)

Fetch AI-parsed page data

Fetch a web page through the ScrapeUnblocker API (https://developers.scrapeunblocker.com) and return AI-parsed structured JSON instead of raw HTML (product details, article content, listings).

Input parameters:

- `proxy_country` (string): Optional ISO country code, e.g. 'US'.
- `url` (string, required): The absolute URL to fetch and parse.

### `google_search` (~88 tokens)

Google search results

Run a Google search through the ScrapeUnblocker API (https://developers.scrapeunblocker.com) and return organic results as JSON.

Input parameters:

- `keyword` (string, required): The search query.
- `pages_to_check` (integer): How many result pages to collect (default 1).
- `proxy_country` (string): Optional ISO country code to search from, e.g. 'US'.

## Diagnostics

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

## Score history

- 2026-08-03: 80
- 2026-08-02: 80
- 2026-08-01: 79
- 2026-07-31: 79
- 2026-07-30: 73
- 2026-07-29: 73
- 2026-07-28: 73
- 2026-07-27: 72

## Links

- Remote endpoint: https://mcp.scrapeunblocker.com/mcp
- Repository: https://github.com/ScrapeUnblocker/scrapeunblocker-mcp-remote
- Website: https://scrapeunblocker.com/?utm_source=mcp-registry&utm_medium=integration&utm_campaign=mcp-remote
- Changelog RSS feed: https://verifymcp.io/servers/com-scrapeunblocker-scrapeunblocker-mcp-remote/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-scrapeunblocker-scrapeunblocker-mcp-remote/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-scrapeunblocker-scrapeunblocker-mcp-remote/mcp
