# cloud.fetcher/fetcher (remote · api.fetcher.cloud)

The web capability layer for AI agents: render, extract, DNS, SSL, WHOIS & more via x402.

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

## Components

- remote · `api.fetcher.cloud`: 55/100 (this document), [markdown](https://verifymcp.io/servers/cloud-fetcher-fetcher/api.md), [page](https://verifymcp.io/servers/cloud-fetcher-fetcher/api)

## Channel facts

- Endpoint: `https://api.fetcher.cloud/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.2`

## 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**: 46/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 17 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 check failed: the endpoint is reachable over plaintext HTTP.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 1130 tokens (~66/item across 17 items; 17 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 48% 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 cloud-fetcher-fetcher https://api.fetcher.cloud/mcp
```

### Codex

```toml
[mcp_servers.cloud-fetcher-fetcher]
url = "https://api.fetcher.cloud/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add cloud-fetcher-fetcher --url https://api.fetcher.cloud/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  cloud-fetcher-fetcher:
    url: "https://api.fetcher.cloud/mcp"
```

### Other

```json
{
  "mcpServers": {
    "cloud-fetcher-fetcher": {
      "type": "http",
      "url": "https://api.fetcher.cloud/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 55, +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-08-01 (score 54, +1)

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

### 2026-07-31 (score 53, 0)

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

### 2026-07-30 (score 53, −2)

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

### 2026-07-29 (score 55, 0)

- [security] Tool “check_domain” rewrote its description, which is the text the model reads
- [security] Tool “check_robots” rewrote its description, which is the text the model reads
- [security] Tool “diff_pages” rewrote its description, which is the text the model reads
- [security] Tool “dns_lookup” rewrote its description, which is the text the model reads
- [security] Tool “extract_content” rewrote its description, which is the text the model reads
- [security] Tool “extract_pdf” rewrote its description, which is the text the model reads
- [security] Tool “find_favicon” rewrote its description, which is the text the model reads
- [security] Tool “generate_qr” rewrote its description, which is the text the model reads
- [security] Tool “get_oembed” rewrote its description, which is the text the model reads
- [security] Tool “inspect_headers” rewrote its description, which is the text the model reads
- [security] Tool “render_page” rewrote its description, which is the text the model reads
- [security] Tool “resolve_url” rewrote its description, which is the text the model reads
- [security] Tool “screenshot_page” rewrote its description, which is the text the model reads
- [security] Tool “ssl_lookup” rewrote its description, which is the text the model reads
- [security] Tool “unfurl_url” rewrote its description, which is the text the model reads
- [security] Tool “whois_lookup” rewrote its description, which is the text the model reads
- [security] Tool “get_feed” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 44 → 66
- [functional improvement] Stability: unverified → 0.03
- [functional] Schema quality: good → fair

### 2026-07-28 (score 55)

First indexed and scored.

## MCP tools (17)

### `render_page` (~74 tokens)

Render a JavaScript page in a real browser; returns rendered HTML, text, optional screenshot. (browser; $0.02/call in USDC via x402, 10 free/day).

Input parameters:

- `full_page` (boolean)
- `screenshot` (boolean)
- `url` (string, required): Target URL or hostname.

### `screenshot_page` (~63 tokens)

Screenshot a page (real browser) as a base64 PNG/JPEG. (browser; $0.02/call in USDC via x402, 10 free/day).

Input parameters:

- `full_page` (boolean)
- `url` (string, required): Target URL or hostname.

### `extract_content` (~61 tokens)

Extract a page's main content as clean Markdown + text with metadata. (content; $0.005/call in USDC via x402, 30 free/day).

Input parameters:

- `mode` (string)
- `url` (string, required): Target URL or hostname.

### `resolve_url` (~59 tokens)

Follow a URL's full redirect chain; return final URL, hops, and metadata. (web-intel; $0.003/call in USDC via x402, 50 free/day).

Input parameters:

- `url` (string, required): Target URL or hostname.

### `unfurl_url` (~57 tokens)

Link preview card (title, description, image, favicon) for any URL. (content; $0.003/call in USDC via x402, 50 free/day).

Input parameters:

- `url` (string, required): Target URL or hostname.

### `get_feed` (~60 tokens)

Discover and parse a site's RSS/Atom feed into JSON items. (content; $0.003/call in USDC via x402, 40 free/day).

Input parameters:

- `limit` (number)
- `url` (string, required): Target URL or hostname.

### `get_oembed` (~62 tokens)

Rich embed (oEmbed) data for a media URL (YouTube, Vimeo, X, Spotify...). (content; $0.002/call in USDC via x402, 50 free/day).

Input parameters:

- `url` (string, required): Target URL or hostname.

### `find_favicon` (~50 tokens)

Find a site's best icon/logo. (web-intel; $0.002/call in USDC via x402, 50 free/day).

Input parameters:

- `host` (string, required): Target URL or hostname.

### `check_robots` (~77 tokens)

Parse robots.txt; answer whether a user-agent may crawl a path; list sitemaps. (web-intel; $0.002/call in USDC via x402, 50 free/day).

Input parameters:

- `host` (string, required): Target URL or hostname.
- `path` (string)
- `user_agent` (string)

### `inspect_headers` (~53 tokens)

HTTP response headers + security-header analysis for a URL. (web-intel; $0.002/call in USDC via x402, 50 free/day).

Input parameters:

- `url` (string, required): Target URL or hostname.

### `dns_lookup` (~67 tokens)

Full DNS record dump (A/AAAA/MX/NS/TXT/SOA/CAA/CNAME) for a host. (domain-dns; $0.003/call in USDC via x402, 50 free/day).

Input parameters:

- `host` (string, required): Target URL or hostname.

### `ssl_lookup` (~58 tokens)

TLS certificate details (issuer, expiry, SANs) via Certificate Transparency logs. (domain-dns; $0.004/call in USDC via x402, 40 free/day).

Input parameters:

- `host` (string, required): Target URL or hostname.

### `whois_lookup` (~58 tokens)

Deep domain registration record via RDAP (registrar, dates, nameservers, DNSSEC). (domain-dns; $0.005/call in USDC via x402, 40 free/day).

Input parameters:

- `domain` (string, required)

### `extract_pdf` (~61 tokens)

Extract text + metadata from a PDF URL (text-based PDFs). (content; $0.01/call in USDC via x402, 20 free/day).

Input parameters:

- `max_pages` (number)
- `url` (string, required): Target URL or hostname.

### `generate_qr` (~57 tokens)

Generate a QR code (SVG) for text or a URL. (utility; $0.002/call in USDC via x402, 50 free/day).

Input parameters:

- `data` (string, required)
- `ecc` (string)

### `diff_pages` (~67 tokens)

Compare two pages (or one page vs its latest Wayback snapshot); return what changed. (content; $0.008/call in USDC via x402, 25 free/day).

Input parameters:

- `url_a` (string, required): Target URL or hostname.
- `url_b` (string)

### `check_domain` (~77 tokens)

Check domain availability across TLDs via RDAP. Set enriched=true for DNS, age, and Wayback history. (domain-dns; $0.004/call in USDC via x402, 50 free/day).

Input parameters:

- `enriched` (boolean)
- `name` (string, required)
- `tlds` (array)

## Diagnostics

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

## Score history

- 2026-08-03: 55
- 2026-08-02: 54
- 2026-08-01: 54
- 2026-07-31: 53
- 2026-07-30: 53
- 2026-07-29: 55
- 2026-07-28: 55

## Links

- Remote endpoint: https://api.fetcher.cloud/mcp
- Repository: https://github.com/fetchercloud/fetcher-cloud
- Website: https://fetcher.cloud/
- Changelog RSS feed: https://verifymcp.io/servers/cloud-fetcher-fetcher/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/cloud-fetcher-fetcher/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/cloud-fetcher-fetcher/api
