← Registry

Data Collection

hydrafetch.com

Provides web scraping, site mapping, search, and brand asset retrieval tools for turning URLs into markdown and structured data.

1 endpoint13 known toolsFirst detected August 21, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.hydrafetch.com/mcp

No auth detected

MCP server metadata

Name
hydrafetch
Version
1.0.0
Capabilities
tools.listChanged

Known tools 13

scrape

Turn a URL into clean, LLM-ready markdown and structured data.

Inferred read-only
map

Enumerate a site's URLs from its sitemap and links, without scraping them.

Inferred read-only
crawl

Discover and scrape a whole site as one job.

Inferred read-only
crawl_status

Read a crawl started with crawl: how far it has got, and the pages it has scraped.

Inferred read-only
batch

Scrape a list of URLs you already have as one job.

Inferred read-only
batch_status

Read a batch started with batch: how far it has got, and the results so far.

Inferred read-only
search

Search the web and return ranked results: title, url and snippet.

Inferred read-only
brand

A company's brand from its domain: logos for light and dark backgrounds, its real colours, name, description and socials.

Inferred read-only
logo

A company's logo as a directly embeddable image URL, chosen for the background you name.

Inferred read-only
extract

Pull typed structured data from one or more URLs by JSON schema or prompt.

Inferred read-only
styleguide

A site's design system read from computed styles in a real browser: colours by role with contrast ratios, the type scale, corner radius and button styling.

Inferred read-only
screenshot

Render a page in a real browser and capture a PNG, returning its public URL.

Inferred read-only
images

Harvest a page's images with their metadata, without rendering it.

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.hydrafetch]
url = "https://api.hydrafetch.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hydrafetch": {
      "type": "http",
      "url": "https://api.hydrafetch.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hydrafetch
Remote MCP URL: https://api.hydrafetch.com/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": {
    "hydrafetch": {
      "url": "https://api.hydrafetch.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "hydrafetch",
  "transport": "streamable-http",
  "url": "https://api.hydrafetch.com/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 hydrafetch.com was fetched 2026-08-23T12:40:00.864Z.

Trust status Neutral

hydrafetch.com 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.