← Hacker News

Show HN: Search Router – retrieval-ready web search for AI agents

Hacker News · KolibriFly · May 28, 2026
Search Router is a web search API designed for AI agents and RAG systems that automates scraping, captcha handling, and content extraction to reduce token usage and latency. The platform includes a Retrieved Context endpoint that extracts relevant information into structured JSON format and offers native MCP support for Claude Desktop integration. A free tier with unlimited usage is available for testing the service.

Detailed Analysis

Search Router is a web search API designed specifically for AI agents and retrieval-augmented generation (RAG) systems, developed by a team that originally built the tool for internal use while working on AI-powered applications. The product addresses a widely recognized pain point in LLM-based workflows: the complexity and inefficiency of assembling a functional web retrieval pipeline from scratch. Currently, developers building AI agents with web search capabilities must stitch together multiple components — a search API, a scraper, CAPTCHA handling logic, HTML cleanup utilities, and content extraction tools — before arriving at output usable by a language model. Even then, the resulting text often includes irrelevant noise such as cookie consent banners, navigation menus, and boilerplate page elements that inflate token counts and degrade response quality.

The Search Router stack addresses these issues by abstracting the entire retrieval pipeline into a single, agent-optimized API. A notable feature is its "Retrieved Context" endpoint, which scrapes target pages and extracts relevant content into structured JSON, eliminating the downstream processing burden typically placed on the LLM or surrounding application logic. The team emphasizes fast response times, clean output formats, and avoidance of raw HTML delivery — all of which are meaningful optimizations when operating under latency and token budget constraints common in production AI systems. The product also includes native Model Context Protocol (MCP) support, enabling direct integration with Claude Desktop, Anthropic's desktop interface for the Claude family of models. This allows users to route searches through Search Router without consuming tokens from Anthropic's own built-in tool-use limits.

The MCP integration is particularly significant in context. Anthropic's Model Context Protocol, introduced in late 2024, has rapidly become an emerging standard for connecting external tools and data sources to LLMs in a structured, interoperable way. Search Router's native MCP support signals that the broader developer ecosystem is beginning to build purpose-built infrastructure around this protocol, treating it as a stable integration layer rather than an experimental feature. The fact that a third-party retrieval product is explicitly advertising MCP compatibility as a selling point reflects the protocol's growing adoption and the competitive pressure on tooling vendors to support it.

More broadly, Search Router reflects a maturing infrastructure layer forming around AI agent development. As LLM-native applications move from prototype to production, the weaknesses of general-purpose web scraping and search tools become more apparent — they were not designed with token economy, structured output, or agent orchestration in mind. The emergence of dedicated retrieval APIs for AI workloads parallels earlier waves of developer infrastructure specialization, such as the rise of vector databases optimized for embedding search rather than traditional SQL or NoSQL stores. The current free tier offering, with no credit card requirement, is a standard developer-adoption strategy intended to build usage volume and gather feedback from the RAG and agent-building community before a commercial pricing model becomes the primary driver.

Read original article →