Show HN: Almanac MCP, turn Claude Code into a Deep Research agent
Claude Code just got a serious upgrade. New MCP lets coding agents actually search the web—no more Haiku bottlenecks.

Why it matters
A developer built a faster, open alternative to Claude Code's native search tools by shipping an MCP (Model Context Protocol) integration. This highlights the emerging ecosystem of agent-layer extensions and the market opportunity for better web-access tooling in agentic workflows.
The key facts
12 to knowAlmanac MCP enables web search, Reddit search, and webpage scraping for Claude Code agents
Addresses performance/fidelity gap in Claude Code's current search-and-summarize pipeline (uses Haiku)
Free, open-source tool distributed via npx openalmanac setup
Includes optional contribution layer: central encyclopedia for findings discovered during agent exploration
Published Apr 21, 2026 on Hacker News (Show HN); 7 points, 1 comment at submission time
Almanac MCP now installable via 'npx openalmanac setup'
Replaces Claude Code's native search/read tools which use Haiku (slow, lossy)
Features: general web search, Reddit search, webpage scraping
Free to use
Crowdsourced encyclopedia component for contributor-submitted research
Published on Show HN (early-stage builder signal)
Posted: April 21, 2026
Go to the source
Hacker Newsopenalmanac.org
Publisher excerpt: I am Rohan, and I have grown really frustrated with CC's search and read tools. They use Haiku to summarise all the search results, so it is really slow and often ends up being very lossy. I built this MCP that you can install into your coding agents so they can actually access the web properly.…