Scry - Programmable internet search for AI agents
Show HN: Scry, programmable internet search w/ congestion pricing

Scry is an MCP server that lets your AI agent run programs over billions of internet documents. It queries Reddit, Hacker News, LessWrong, arXiv, Stack Exchange, Wikipedia, and prediction markets, with millions of new posts daily. Instead of fetching pages one by one, agents write bounded SQL-like queries for phrase matching, time windows, joins, and vector composition. On Google's DeepSearchQA, an agent using Scry answers 71.8% fully correct, beating Google's Gemini Deep Research Agent at 66.1%. Install in ChatGPT or Claude in about two minutes, no code required.
People search for pages; agents can query the underlying records. The question an agent actually has is rarely ten links. It might need every page that mentions this compound but not that patent, grouped by domain, since March. Scry runs that as a query instead of assembling it from repeated searches and scraped results.