Lookout
MCP server enabling local-first web search, fetch, extract, and caching with citeable excerpts, no API key required. Supports research workflows for agents and apps.
README
Lookout
The web from your machine.
Lookout is a local-first web instrument for agents and apps: search, fetch, extract, cache with citeable excerpts — no required API key, tiny default install, same API on SDK · CLI · MCP.
Primary competitive anchor: wigolo (learn multi-surface + honesty; do not require multi-GB browser/model warmup).
Product docs
| Doc | Purpose |
|---|---|
| docs/POSITIONING.md | Strategic positioning |
| docs/COMPETITIVE.md | Peer anchors and wedge |
| docs/EVIDENCE_CONTRACT.md | Evidence = result contract |
| docs/TOOL_SURFACE.md | Few clear tools policy |
| docs/PRODUCT_INDEPENDENCE.md | This repo is SSOT |
| docs/IPPB.md | Independent public product bar |
| docs/PUBLISH.md | npm/git publish status |
Agent skill surface
Why Lookout (vs multi-GB “local web” stacks)
| Typical agent web path | Lookout |
|---|---|
| Paid search API keys | Default public adapters, $0/query |
| Multi-GB browser + model warmup | Tiny default — HTML search/fetch/extract |
| Opaque snippets | Cite spans + extract route + warnings |
| One mega-tool | Clear tools: search · fetch · extract · cache (+ advanced crawl) |
Primary competitive anchor: wigolo — learn multi-surface honesty; do not require heavy browser/model installs on the default path.
Evidence is a result contract (spans, routes, warnings) — not a tool named evidence_first.
Install (30 seconds)
npm install -g @sylphx/lookout
# brand bin
lookout doctor
lookout search "model context protocol"
Claude Code:
claude mcp add lookout -- npx @sylphx/lookout
Install (dev)
git clone https://github.com/SylphxAI/lookout.git
cd lookout
bun install
./bin/lookout tools
./bin/lookout extract # via engine with -- see CLI
# CLI
./bin/lookout doctor
./bin/lookout tools
./bin/lookout search "local-first agents"
./bin/lookout fetch https://example.com
./bin/lookout extract https://example.com
./bin/lookout cache stats
./bin/lookout crawl https://example.com --depth 0 --pages 2
# MCP (stdio)
bun src/mcp.ts
# or: ./bin/lookout mcp
SDK
import { Lookout } from '@sylphx/lookout'
const lookout = Lookout.create()
const search = await lookout.search('model context protocol')
const page = await lookout.fetch('https://example.com')
const extracted = await lookout.extract({ url: 'https://example.com' })
Tools (clear, not merged)
| Tool | Job |
|---|---|
web_search |
Public adapters (DuckDuckGo HTML + Wikipedia + npm registry + HN Algolia), rank fusion, query-term boost, host filters |
web_fetch |
SSRF-safe HTTP(S) fetch, redirects, size limits, cite spans |
web_extract |
Title, description, JSON-LD, tables, spans from HTML/URL |
web_cache |
Local disk cache query/stats/clear/prune (LOOKOUT_CACHE_DIR, optional max age) |
web_crawl (advanced) |
Same-origin, depth-limited crawl (not a full-site crawler) |
web_research (advanced) |
Search then fetch/extract top pages with citeable excerpts |
Environment
| Var | Purpose |
|---|---|
LOOKOUT_CACHE_DIR |
Cache directory (default ~/.cache/lookout) |
LOOKOUT_CACHE_MAX_AGE_MS |
Optional max age for search/fetch cache hits |
LOOKOUT_LIVE=1 |
Enable optional live network tests |
LOOKOUT_USER_AGENT |
Optional User-Agent override for fetch |
LOOKOUT_FETCH_TIMEOUT_MS |
Optional fetch timeout (ms) |
LOOKOUT_FETCH_MAX_BYTES |
Optional max response body bytes |
Safety
- Private IPv4/IPv6, localhost, link-local metadata hosts denied
- Only
http/https - Redirect cap + response size cap
Family
Citra · Iris · Cue · Prism · Spine · Lookout
Company portfolio knowledge (docs only — not a product monorepo): This repository is product SSOT. Sibling agent tools are separate repositories and are not vendored here.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.