Hacker News front page28 min readrelease notesintermediate
Show HN: Scry, programmable internet search w/ congestion pricing
Summary
Scry is a read‑only, SQL‑like search service that lets LLM agents query billions of public‑web records (e.g. Reddit, Hacker News, academic papers) via a single MCP or HTTP endpoint. It enforces per‑query limits (deadline, memory, row cap), offers schema discovery, explain, rerank, and compile APIs, and reports freshness per source (e.g. Hacker News <15 min). In a DeepSearchQA benchmark Scry‑enabl…
- Programmable search via Scry SQL lets agents express complex filters, joins, time windows, and vector composition in a single request.
- Query limits (deadline, memory, row cap) and an `explain` header let users predict cost before execution.
- MCP integration requires only the server URL; no local installation. HTTP API mirrors the same functionality with bearer‑token auth.
- Performance: a 111‑iteration recursive query returns in ~100 ms; per‑source freshness is advertised (e.g., Hacker News <15 min).
LLM agents need reliable, up‑to‑date, and queryable web evidence without building their own crawlers. Scry’s unified, bounded query interface reduces latency, cost, and engineering effort, while providing provenance and freshness guarantees needed for trustworthy AI‑driven research and automation.
6/10





