AnySearch is a real-time search API wrapped in cross-platform CLI tools that work in Python, Node.js, or shell without installing an MCP server. You get web search, vertical domain lookups across 23 categories (CVE, DOI, stock tickers, IATA codes, patents), parallel batch queries, and full URL content extraction, all through a single JSON-RPC endpoint. It works anonymously with lower rate limits or with an API key for higher quotas. The interesting bit is the auto-registration flow: when you hit quota, the API can hand back a new key in the response, though you still need to confirm before the agent persists it. If you need structured search beyond general web queries and want something that runs anywhere without runtime dependencies, this covers a lot of ground.
npx skills add https://github.com/anysearch-ai/anysearch-skill --skill anysearch