Developer Tools
fetcher.cloud
Provides web page rendering, screenshotting, content extraction, and URL analysis services.
ENDPOINT 1
https://api.fetcher.cloud/mcp
MCP server metadata
- Name
- fetcher.cloud
- Version
- 1.1.0
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_pageRender a JavaScript page in a real browser; returns rendered HTML, text, optional screenshot.
Inferred read-onlyextract_contentExtract a page's main content as clean Markdown + text with metadata.
Inferred read-onlyresolve_urlFollow a URL's full redirect chain; return final URL, hops, and metadata.
Inferred read-onlyssl_lookupTLS certificate details (issuer, expiry, SANs) via Certificate Transparency logs.
Inferred read-onlywhois_lookupDeep domain registration record via RDAP (registrar, dates, nameservers, DNSSEC).
Inferred read-onlydiff_pagesCompare two pages (or one page vs its latest Wayback snapshot); return what changed.
Inferred read-onlyguard_inspectScreen untrusted content (web pages, emails, tool output) for prompt-injection/manipulation before your agent trusts it.
Inferred read-onlyguard_txPre-sign wallet firewall: decode a transaction and flag unlimited approvals, setApprovalForAll, scam addresses, and spend-cap breaches before signing.
Inferred read-onlyCONNECT 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.
fetcher.cloud is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.