wigolo hands your agent the whole web for $0
Web access for AI agents has quietly become a toll road. Firecrawl, Exa, Tavily, Brave — everyone charges per query, and an agent doing real research burns through queries without mercy. wigolo's pitch is blunt: run the whole thing on your own machine and pay nothing. It's on GitHub Trending today at +192 stars, 1.2k total, in public beta.
What you get is one Node process speaking MCP with ten tools inside: search fanned out across 18 engines with rank fusion and ML reranking, fetch with tiered escalation to get past bot challenges, full-site crawling, structured extraction, a semantic cache, find-similar, watch-and-diff for change detection, and a research mode that produces cited reports. One touch for anyone burned by agent hallucination: results come back as verbatim excerpts pinned to byte-offset source spans, so every claim points at the exact bytes it came from.
No API keys, no cloud, no per-query bill. Installs from npm, PyPI, Docker or Homebrew, plugs into Claude Code, Cursor, Codex, VS Code, Windsurf. The license is AGPL-3.0, which tells you the author knows exactly who would want to wrap this in a paid API.
The honest caveat: scraping 18 search engines from your laptop is a cat-and-mouse game that the paid providers fight full time, so reliability is the thing to test before you rip out your Firecrawl key. But the direction is the story — another priced-per-query layer of the agent stack getting eaten by local-first open source. github.com/KnockOutEZ/wigolo
← Back to all articles
What you get is one Node process speaking MCP with ten tools inside: search fanned out across 18 engines with rank fusion and ML reranking, fetch with tiered escalation to get past bot challenges, full-site crawling, structured extraction, a semantic cache, find-similar, watch-and-diff for change detection, and a research mode that produces cited reports. One touch for anyone burned by agent hallucination: results come back as verbatim excerpts pinned to byte-offset source spans, so every claim points at the exact bytes it came from.
No API keys, no cloud, no per-query bill. Installs from npm, PyPI, Docker or Homebrew, plugs into Claude Code, Cursor, Codex, VS Code, Windsurf. The license is AGPL-3.0, which tells you the author knows exactly who would want to wrap this in a paid API.
The honest caveat: scraping 18 search engines from your laptop is a cat-and-mouse game that the paid providers fight full time, so reliability is the thing to test before you rip out your Firecrawl key. But the direction is the story — another priced-per-query layer of the agent stack getting eaten by local-first open source. github.com/KnockOutEZ/wigolo
Comments