Data Collection
hydrafetch.com
Provides web scraping, site mapping, search, and brand asset retrieval tools for turning URLs into markdown and structured data.
ENDPOINT 1
https://api.hydrafetch.com/mcp
MCP server metadata
- Name
- hydrafetch
- Version
- 1.0.0
Known tools 13
crawl_statusRead a crawl started with crawl: how far it has got, and the pages it has scraped.
Inferred read-onlybatch_statusRead a batch started with batch: how far it has got, and the results so far.
Inferred read-onlybrandA company's brand from its domain: logos for light and dark backgrounds, its real colours, name, description and socials.
Inferred read-onlylogoA company's logo as a directly embeddable image URL, chosen for the background you name.
Inferred read-onlystyleguideA 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-onlyscreenshotRender a page in a real browser and capture a PNG, returning its public URL.
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.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.
hydrafetch.com 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.