00 SURVEY

Hound MCP server — Give your AI agent the web.

One MCP server. $0. No keys, no accounts. Fetch, crawl, search, bypass Cloudflare, read PDFs. Runs on your machine.

pip install hound-mcp[all] && playwright install chromium

06 TOOLS / CAPABILITIES

Six tools. every web task.

01

smart_fetch

Fetch any URL. HTTP first, auto-escalates to the anti-detect browser if blocked. Bulk fetch, PDFs with OCR, page interactions, pagination.

auto-escalate
02

smart_crawl

Best-first same-domain crawl. Each page as markdown with content_ok and page_type. Sitemap mode, focus filtering, token budgets.

best-first
03

smart_search

Ten keyless search backends in parallel. Neural rerank with cross-backend consensus. No API key, no account.

10 backends
04

screenshot

Capture a page as an image. For multimodal agents that need visual layout.

multimodal
05

cache_clear

Clear the fetch cache. All or expired only. Set cache_ttl=0 to force fresh.

all / expired
06

version

Installed version and update status. Brick-proof self-update with rollback.

self-healing

08 SITES / STEALTH BENCHMARK

Passes the hardest anti-bot targets.

System Chrome auto-detection for real TLS fingerprints. Four coherent fingerprint profiles. JS-layer patches for webdriver, HeadlessChrome, canvas noise, permissions. Human behavior simulation with Bezier mouse curves. Cloudflare Turnstile solver with human-like mouse movement.

STEALTH TELEMETRY / LIVE READOUT
DETECTION TEST SITES
  • bot.sannysoft.com[PASS]
  • creepjs[PASS]
  • browserscan[PASS]
  • pixelscan[PASS]
ANTI-BOT PROTECTED SITES
SITEPROTECTIONSTATUSSIZE
canadianinsiderCF TURNSTILE20078 KB
mediumCF INTERSTICE20093 KB
stackoverflowCLOUDFLARE2001.1 MB
nowsecureCF CHALLENGE200180 KB
glassdoorDATADOME200849 KB
redditCF LITE2001 MB
hacker newsNONE20035 KB
githubNONE200523 KB
STEALTH SIGNALS
navigator.webdriverundefinednot detected
navigator.userAgentChrome/150not detected
navigator.platformWin32not detected
navigator.plugins5not detected
window.chromeobjectnot detected
WebGL rendererreal GPUnot detected
canvas fingerprintper-sessionnot detected
TLS fingerprintChrome 150not detected

Memory: RSS decreased 3.5 MB over 5 sequential fetches. No RAM creep.

01 CHOICE / WHY HOUND

The only free tool that does all of it.

Crawl4AI

Crawls well.

No search. Trips on Cloudflare.

Jina Reader

Fetches pages.

Rate-limits. Routes through their API.

Firecrawl

Managed scraping.

Good stuff behind paid cloud. Credits don't roll over.

Parallel Search

Remote search.

No crawl. Runs on their servers.

Hound

Fetch, crawl, search, bypass, PDF, OCR. All local. $0.

6 tools
~2.7K tokens
tools/list

Typical MCP servers dump 3-5K tokens just to exist.

02 COMMANDS / QUICK START

Two commands. Then point your agent at hound.

$shell
pip install hound-mcp[all]
$shell
playwright install chromium
01 Lean install (HTTP-only)
pip install hound-mcp

No browser deps. Works on Termux, aarch64. HTTP fetch + crawl + keyless search. No stealthy browser or screenshot.

02 Updating and rollback
  • hound -u — update
  • hound --doctor — health check
  • hound --rollback — undo last update
  • python ~/.hound/repair.py — emergency repair
03 Pi extension
pip install hound-mcp[all] then pi install npm:@houndmcp/hound-mcp-pi

All 6 tools as native Pi tools. Prewarmed at session start.

04 Open WebUI (HTTP)
hound --http --host 127.0.0.1 --port 8765

Point Open WebUI at http://127.0.0.1:8765/mcp

AGENT INSTALL PROMPT
Install the Hound MCP server on this machine. Follow every step. Do not skip any.
1. Figure out which agent harness you are running on. Find where the MCP config file lives and what format it expects.
2. Run: pip install hound-mcp[all]  Then: playwright install chromium (verify first if not already installed)
3. Add a new MCP server named "hound" with command "hound", no arguments. No API keys needed.
4. Save the file. Tell the user to restart the agent.

06 LIMITS / HONEST

What Hound can't do.