Why Operator
Operator is an adaptive search agent that runs multi source queries and returns a compact answer. Instead of loading tens of thousands of tokens of docs, issues, and search results into your application or model, you send the query to Operator and get back a short, filtered summary with links. This keeps your context small and cuts token spend.Multi-Source
Query multiple sources simultaneously
Deep Scraping
Extract full content, not just snippets
Adaptive Depth
Simple questions get fast answers, complex ones get thorough research without blowing up your token budget
Current Data
Live results, not stale training data
Use via API
- JavaScript
- Python
- cURL
Add as MCP Server
- Claude Code
- Cursor
- Windsurf
- Other
Via Plugin MarketplaceThen set your API key:Or add to your MCP config:
Example Queries
| Type | Example |
|---|---|
| Error debugging | ”Why am I getting ENOENT when running prisma migrate?” |
| API docs | ”What’s the correct syntax for Zod discriminated unions?” |
| Migration | ”How do I upgrade from Next.js 13 to 14 app router?” |
| Integration | ”How do I use tRPC with Next.js server actions?” |