← Registry

Developer Tools

fetcher.cloud

Provides web page rendering, screenshotting, content extraction, and URL analysis services.

1 endpoint19 known toolsFirst detected July 29, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.fetcher.cloud/mcp

No auth detected

MCP server metadata

Name
fetcher.cloud
Version
1.1.0
Capabilities
tools
Server instructions

fetcher.cloud - the web capability layer for AI agents: extract and unfurl content, parse feeds, resolve links, screen content/transactions with guard, and look up domains, DNS, SSL, and WHOIS. Free daily tier; paid per call over x402 (USDC on Base) via the HTTP API.

Known tools 19

render_page

Render a JavaScript page in a real browser; returns rendered HTML, text, optional screenshot.

Inferred read-only
screenshot_page

Screenshot a page (real browser) as a base64 PNG/JPEG.

Inferred read-only
extract_content

Extract a page's main content as clean Markdown + text with metadata.

Inferred read-only
resolve_url

Follow a URL's full redirect chain; return final URL, hops, and metadata.

Inferred read-only
unfurl_url

Link preview card (title, description, image, favicon) for any URL.

Inferred read-only
get_feed

Discover and parse a site's RSS/Atom feed into JSON items.

Inferred read-only
get_oembed

Rich embed (oEmbed) data for a media URL (YouTube, Vimeo, X, Spotify.

Inferred read-only
find_favicon

Find a site's best icon/logo.

Inferred read-only
check_robots

Parse robots.

Inferred read-only
inspect_headers

HTTP response headers + security-header analysis for a URL.

Inferred read-only
dns_lookup

Full DNS record dump (A/AAAA/MX/NS/TXT/SOA/CAA/CNAME) for a host.

Inferred read-only
ssl_lookup

TLS certificate details (issuer, expiry, SANs) via Certificate Transparency logs.

Inferred read-only
whois_lookup

Deep domain registration record via RDAP (registrar, dates, nameservers, DNSSEC).

Inferred read-only
extract_pdf

Extract text + metadata from a PDF URL (text-based PDFs).

Inferred read-only
generate_qr

Generate a QR code (SVG) for text or a URL.

Inferred read-only
diff_pages

Compare two pages (or one page vs its latest Wayback snapshot); return what changed.

Inferred read-only
guard_inspect

Screen untrusted content (web pages, emails, tool output) for prompt-injection/manipulation before your agent trusts it.

Inferred read-only
guard_tx

Pre-sign wallet firewall: decode a transaction and flag unlimited approvals, setApprovalForAll, scam addresses, and spend-cap breaches before signing.

Inferred read-only
check_domain

Check domain availability across TLDs via RDAP.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.fetcher-cloud]
url = "https://api.fetcher.cloud/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fetcher-cloud": {
      "type": "http",
      "url": "https://api.fetcher.cloud/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fetcher-cloud
Remote MCP URL: https://api.fetcher.cloud/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "fetcher-cloud": {
      "url": "https://api.fetcher.cloud/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fetcher-cloud": {
      "type": "http",
      "url": "https://api.fetcher.cloud/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fetcher-cloud",
  "transport": "streamable-http",
  "url": "https://api.fetcher.cloud/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for fetcher.cloud was fetched 2026-08-04T04:29:15.620Z and is being refreshed.

Trust status Neutral

fetcher.cloud is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.